| パッケージ | 説明 |
|---|---|
| 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.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
abstract void |
RestFilter.process(RestRequest request,
RestChannel channel,
RestFilterChain filterChain)
Process the rest request.
|
Copyright © 2009–2016. All rights reserved.