Uses of Interface
org.elasticsearch.http.HttpResponse
-
Packages that use HttpResponse Package Description org.elasticsearch.http -
-
Uses of HttpResponse in org.elasticsearch.http
Methods in org.elasticsearch.http that return HttpResponse Modifier and Type Method Description HttpResponseHttpRequest. createResponse(RestStatus status, BytesReference content)Create an http response from this request and the supplied status and content.Methods in org.elasticsearch.http with parameters of type HttpResponse Modifier and Type Method Description voidHttpChannel. sendResponse(HttpResponse response, ActionListener<Void> listener)Sends an http response to the channel.
-