Uses of Enum
software.amazon.awssdk.crt.http.HttpVersion
Packages that use HttpVersion
-
Uses of HttpVersion in software.amazon.awssdk.crt.http
Methods in software.amazon.awssdk.crt.http that return HttpVersionModifier and TypeMethodDescriptionstatic HttpVersionHttpVersion.getEnumValueFromInteger(int value) HttpClientConnectionManagerOptions.getExpectedHttpVersion()HttpClientConnection.getVersion()static HttpVersionReturns 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 HttpVersionModifier and TypeMethodDescriptionHttpClientConnectionManagerOptions.withExpectedHttpVersion(HttpVersion expectedHttpVersion) Set the expected protocol version of the connection to be made, default is HTTP/1.1