public final class DefaultHttp3SettingsFrame extends Object implements Http3SettingsFrame
HTTP3_SETTINGS_MAX_FIELD_SECTION_SIZE, HTTP3_SETTINGS_QPACK_BLOCKED_STREAMS, HTTP3_SETTINGS_QPACK_MAX_TABLE_CAPACITY| Constructor and Description |
|---|
DefaultHttp3SettingsFrame() |
| Modifier and Type | Method and Description |
|---|---|
static DefaultHttp3SettingsFrame |
copyOf(Http3SettingsFrame settingsFrame)
Creates a new
DefaultHttp3SettingsFrame which is a copy of the given settings. |
boolean |
equals(Object o) |
Long |
get(long key)
Get a setting from the frame.
|
int |
hashCode() |
Iterator<Map.Entry<Long,Long>> |
iterator() |
Long |
put(long key,
Long value)
Put a setting in the frame.
|
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetOrDefault, typeforEach, spliteratorpublic Long get(long key)
Http3SettingsFrameget in interface Http3SettingsFramekey - the key of the setting.null if none was found with the given key.public Long put(long key, Long value)
Http3SettingsFrameput in interface Http3SettingsFramekey - the key of the settingvalue - the value of the setting.null if none was stored before.public static DefaultHttp3SettingsFrame copyOf(Http3SettingsFrame settingsFrame)
DefaultHttp3SettingsFrame which is a copy of the given settings.settingsFrame - the frame to copy.Copyright © 2020–2024 The Netty Project. All rights reserved.