public abstract class RestFilter extends Object implements Closeable
| Constructor and Description |
|---|
RestFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
order()
Optionally, the order of the filter.
|
abstract void |
process(RestRequest request,
RestChannel channel,
RestFilterChain filterChain)
Process the rest request.
|
public int order()
public void close()
close in interface Closeableclose in interface AutoCloseablepublic abstract void process(RestRequest request, RestChannel channel, RestFilterChain filterChain) throws Exception
ExceptionCopyright © 2009–2017. All rights reserved.