Interface Filter
- All Known Subinterfaces:
ConnectionFilter
,RequestFilter
,ResponseFilter
- All Known Implementing Classes:
TestJavaRequestFilter
,TestJavaResponseFilter
public interface Filter
The common superclass for all filters.
-
Field Details
-
REGEX_PREFIX
- See Also:
-
REGEX_PREFIX_CASE
- See Also:
-
RANGE_PREFIX
- See Also:
-
-
Method Details
-
configure
All filters implement this method, though it doesn't have to do anything if the filter does not take any parameters. -
getName
String getName()
-