Interface ResponseFilter
- All Superinterfaces:
Filter
- All Known Implementing Classes:
TestJavaResponseFilter
Interface for all response filters.
-
Field Summary
Fields inherited from interface com.galliumdata.server.logic.Filter
RANGE_PREFIX, REGEX_PREFIX, REGEX_PREFIX_CASE
-
Method Summary
Modifier and TypeMethodDescriptionfilterResponse
(Variables context) This gets called by the server whenever a packet needs to be filtered.String[]
Get all the packet types that the filter is interested in.
-
Method Details
-
filterResponse
This gets called by the server whenever a packet needs to be filtered. -
getPacketTypes
String[] getPacketTypes()Get all the packet types that the filter is interested in. If this returns null or an empty array, then all packet types are potentially relevant.
-