| パッケージ | 説明 |
|---|---|
| org.elasticsearch.rest |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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–2016. All rights reserved.