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
Fields in software.amazon.awssdk.crt.http declared as HttpVersion Modifier and Type Field Description protected HttpVersionHttpRequestBase. versionMethods in software.amazon.awssdk.crt.http that return HttpVersion Modifier and Type Method Description static HttpVersionHttpVersion. getEnumValueFromInteger(int value)HttpVersionHttpClientConnectionManagerOptions. getExpectedHttpVersion()HttpVersionHttpClientConnection. getVersion()static HttpVersionHttpVersion. 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 HttpClientConnectionManagerOptionsHttpClientConnectionManagerOptions. withExpectedHttpVersion(HttpVersion expectedHttpVersion)Set the expected protocol version of the connection to be made, default is HTTP/1.1
-