Uses of Interface
org.elasticsearch.rest.RestFilterChain

Packages that use RestFilterChain
org.elasticsearch.rest   
 

Uses of RestFilterChain in org.elasticsearch.rest
 

Methods in org.elasticsearch.rest that return RestFilterChain
 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.
 

Methods in org.elasticsearch.rest with parameters of type RestFilterChain
abstract  void RestFilter.process(RestRequest request, RestChannel channel, RestFilterChain filterChain)
          Process the rest request.
 



Copyright © 2009-2012. All Rights Reserved.