Uses of Enum
software.amazon.awssdk.crt.http.Http2ConnectionSetting.ID
Packages that use Http2ConnectionSetting.ID
-
Uses of Http2ConnectionSetting.ID in software.amazon.awssdk.crt.http
Methods in software.amazon.awssdk.crt.http that return Http2ConnectionSetting.IDModifier and TypeMethodDescriptionHttp2ConnectionSetting.getId()static Http2ConnectionSetting.IDReturns 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.IDModifierConstructorDescriptionHttp2ConnectionSetting(Http2ConnectionSetting.ID id, long value) HTTP/2 connection setting.