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.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
RestFilter.process(RestRequest request,
RestChannel channel,
RestFilterChain filterChain)
Process the rest request.
|
Copyright © 2009–2015. All rights reserved.