Package software.amazon.awssdk.crt.http
Class Http2ConnectionSetting
java.lang.Object
software.amazon.awssdk.crt.http.Http2ConnectionSetting
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Predefined settings identifiers (RFC-7540 6.5.2). -
Constructor Summary
ConstructorsConstructorDescriptionHttp2ConnectionSetting
(Http2ConnectionSetting.ID id, long value) HTTP/2 connection setting. -
Method Summary
-
Constructor Details
-
Http2ConnectionSetting
HTTP/2 connection setting.- Parameters:
id
- Predefined settings identifiers (RFC-7540 6.5.2).value
- The value of the setting, limited from 0 to UINT32_MAX (RFC-7540 6.5.1)
-
-
Method Details
-
getValue
public long getValue() -
getId
-
builder
Helper to build a List of Http2ConnectionSetting- Returns:
Http2ConnectionSettingListBuilder
-