Uses of Interface
org.elasticsearch.http.HttpRequest
-
Packages that use HttpRequest Package Description org.elasticsearch.http org.elasticsearch.rest -
-
Uses of HttpRequest in org.elasticsearch.http
Methods in org.elasticsearch.http that return HttpRequest Modifier and Type Method Description HttpRequestHttpRequest. removeHeader(String header) -
Uses of HttpRequest in org.elasticsearch.rest
Methods in org.elasticsearch.rest that return HttpRequest Modifier and Type Method Description HttpRequestRestRequest. getHttpRequest()Methods in org.elasticsearch.rest with parameters of type HttpRequest Modifier and Type Method Description static RestRequestRestRequest. request(NamedXContentRegistry xContentRegistry, HttpRequest httpRequest, HttpChannel httpChannel)Creates a new REST request.static RestRequestRestRequest. requestWithoutParameters(NamedXContentRegistry xContentRegistry, HttpRequest httpRequest, HttpChannel httpChannel)Creates a new REST request.Constructors in org.elasticsearch.rest with parameters of type HttpRequest Constructor Description RestRequest(NamedXContentRegistry xContentRegistry, Map<String,String> params, String path, Map<String,List<String>> headers, HttpRequest httpRequest, HttpChannel httpChannel)
-