Uses of Class
software.amazon.awssdk.crt.http.HttpVersion
-
Packages that use HttpVersion Package Description software.amazon.awssdk.crt.http -
-
Uses of HttpVersion in software.amazon.awssdk.crt.http
Methods in software.amazon.awssdk.crt.http that return HttpVersion Modifier and Type Method Description static HttpVersion
HttpVersion. getEnumValueFromInteger(int value)
HttpVersion
HttpClientConnectionManagerOptions. getExpectedHttpVersion()
HttpVersion
HttpClientConnection. getVersion()
static HttpVersion
HttpVersion. valueOf(String name)
Returns the enum constant of this type with the specified name.static HttpVersion[]
HttpVersion. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.crt.http with parameters of type HttpVersion Modifier and Type Method Description HttpClientConnectionManagerOptions
HttpClientConnectionManagerOptions. withExpectedHttpVersion(HttpVersion expectedHttpVersion)
Set the expected protocol version of the connection to be made, default is HTTP/1.1
-