| Modifier and Type | Interface and Description |
|---|---|
interface |
RequestExceptionFilter |
interface |
RequestFilter |
interface |
RequestWriteFilter |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ErrorResponseCodeFilter |
interface |
ResponseExceptionFilter |
interface |
ResponseFilter |
interface |
ResponseReadFilter |
interface |
SuccessResponseCodeFilter |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultErrorResponseCodeFilter |
class |
DefaultSuccessResponseCodeFilter |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<RESTFilter> |
RequestInterface.getRESTFilters(FilterTypes filterType)
Get the RESTFilters of a specific type for the Request/Response
|
| Modifier and Type | Method and Description |
|---|---|
void |
RequestInterface.register(RESTFilter restFilter)
Register a RESTFilters for the Request/Response
|
Copyright © 2016. All rights reserved.