Uses of Class
org.elasticsearch.http.HttpRequest.HttpVersion
-
Packages that use HttpRequest.HttpVersion Package Description org.elasticsearch.http -
-
Uses of HttpRequest.HttpVersion in org.elasticsearch.http
Methods in org.elasticsearch.http that return HttpRequest.HttpVersion Modifier and Type Method Description HttpRequest.HttpVersionHttpRequest. protocolVersion()static HttpRequest.HttpVersionHttpRequest.HttpVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpRequest.HttpVersion[]HttpRequest.HttpVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.
-