Uses of Class
software.amazon.awssdk.crt.http.Http2ConnectionSetting.ID
-
Packages that use Http2ConnectionSetting.ID Package Description software.amazon.awssdk.crt.http -
-
Uses of Http2ConnectionSetting.ID in software.amazon.awssdk.crt.http
Methods in software.amazon.awssdk.crt.http that return Http2ConnectionSetting.ID Modifier and Type Method Description Http2ConnectionSetting.ID
Http2ConnectionSetting. getId()
static Http2ConnectionSetting.ID
Http2ConnectionSetting.ID. valueOf(String name)
Returns the enum constant of this type with the specified name.static Http2ConnectionSetting.ID[]
Http2ConnectionSetting.ID. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in software.amazon.awssdk.crt.http with parameters of type Http2ConnectionSetting.ID Constructor Description Http2ConnectionSetting(Http2ConnectionSetting.ID id, long value)
HTTP/2 connection setting.
-