Uses of Interface
org.elasticsearch.rest.RestResponse

Packages that use RestResponse
org.elasticsearch.http   
org.elasticsearch.http.netty   
org.elasticsearch.rest   
 

Uses of RestResponse in org.elasticsearch.http
 

Subinterfaces of RestResponse in org.elasticsearch.http
 interface HttpResponse
           
 

Uses of RestResponse in org.elasticsearch.http.netty
 

Methods in org.elasticsearch.http.netty with parameters of type RestResponse
 void NettyHttpChannel.sendResponse(RestResponse response)
           
 

Uses of RestResponse in org.elasticsearch.rest
 

Classes in org.elasticsearch.rest that implement RestResponse
 class AbstractRestResponse
           
 class BytesRestResponse
           
 class StringRestResponse
           
 class Utf8RestResponse
          An http response that is built on top of UnicodeUtil.UTF8Result.
 class XContentRestResponse
           
 class XContentThrowableRestResponse
           
 

Methods in org.elasticsearch.rest with parameters of type RestResponse
 void RestChannel.sendResponse(RestResponse response)
           
 



Copyright © 2009-2012. All Rights Reserved.