| Package | Description |
|---|---|
| org.elasticsearch.rest |
| Modifier and Type | Method and Description |
|---|---|
RestFilterChain |
RestController.filterChain(RestFilter executionFilter)
Returns a filter chain with the final filter being the provided filter.
|
RestFilterChain |
RestController.filterChainOrNull(RestFilter executionFilter)
Returns a filter chain (if needed) to execute.
|
void |
RestController.registerFilter(RestFilter preProcessor)
Registers a pre processor to be executed before the rest request is actually handled.
|
Copyright © 2009–2017. All rights reserved.