Uses of Class
io.netty.handler.codec.http3.Http3Settings
-
Packages that use Http3Settings Package Description io.netty.handler.codec.http3 HTTP/3 implementation. -
-
Uses of Http3Settings in io.netty.handler.codec.http3
Methods in io.netty.handler.codec.http3 that return Http3Settings Modifier and Type Method Description static Http3SettingsHttp3Settings. defaultSettings()Returns a newHttp3Settingsinstance with default values:QPACK_MAX_TABLE_CAPACITY= 0QPACK_BLOCKED_STREAMS= 0ENABLE_CONNECT_PROTOCOL= falseMAX_FIELD_SECTION_SIZE= unlimitedH3_DATAGRAM= false >Http3SettingsHttp3Settings. enableConnectProtocol(boolean enabled)Sets theENABLE_CONNECT_PROTOCOLflag.Http3SettingsHttp3Settings. enableH3Datagram(boolean enabled)Sets theH3_DATAGRAMsettings identifier.Http3SettingsHttp3Settings. maxFieldSectionSize(long value)Sets theMAX_FIELD_SECTION_SIZEvalue.Http3SettingsHttp3Settings. putAll(Http3Settings http3Settings)Replaces all current settings with those from anotherHttp3Settingsinstance.Http3SettingsHttp3Settings. qpackBlockedStreams(long value)Sets theQPACK_BLOCKED_STREAMSvalue.Http3SettingsHttp3Settings. qpackMaxTableCapacity(long value)Sets theQPACK_MAX_TABLE_CAPACITYvalue.Http3SettingsDefaultHttp3SettingsFrame. settings()default Http3SettingsHttp3SettingsFrame. settings()Methods in io.netty.handler.codec.http3 with parameters of type Http3Settings Modifier and Type Method Description Http3SettingsHttp3Settings. putAll(Http3Settings http3Settings)Replaces all current settings with those from anotherHttp3Settingsinstance.Constructors in io.netty.handler.codec.http3 with parameters of type Http3Settings Constructor Description DefaultHttp3SettingsFrame(Http3Settings settings)
-