org.elasticsearch.rest
Interface RestFilterChain


public interface RestFilterChain

A filter chain allowing to continue and process the rest request.


Method Summary
 void continueProcessing(RestRequest request, RestChannel channel)
          Continue processing the request.
 

Method Detail

continueProcessing

void continueProcessing(RestRequest request,
                        RestChannel channel)
Continue processing the request. Should only be called if a response has not been sent through the channel.



Copyright © 2009-2012. All Rights Reserved.