@FunctionalInterface public interface Filter extends Serializable
| Modifier and Type | Method and Description |
|---|---|
Payload |
apply(String uri,
Context context,
PayloadSupplier nextFilter) |
default boolean |
matches(String uri,
Context context) |
Payload apply(String uri, Context context, PayloadSupplier nextFilter) throws IOException
IOExceptionCopyright © 2014. All Rights Reserved.