Uses of Class
io.netty.handler.codec.http3.Http3Settings
Packages that use Http3Settings
-
Uses of Http3Settings in io.netty.handler.codec.http3
Methods in io.netty.handler.codec.http3 that return Http3SettingsModifier and TypeMethodDescriptionstatic 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 invalid input: '<'/>Http3Settings.enableConnectProtocol(boolean enabled) Sets theENABLE_CONNECT_PROTOCOLflag.Http3Settings.enableH3Datagram(boolean enabled) Sets theH3_DATAGRAMsettings identifier.Http3Settings.maxFieldSectionSize(long value) Sets theMAX_FIELD_SECTION_SIZEvalue.Http3Settings.putAll(Http3Settings http3Settings) Replaces all current settings with those from anotherHttp3Settingsinstance.Http3Settings.qpackBlockedStreams(long value) Sets theQPACK_BLOCKED_STREAMSvalue.Http3Settings.qpackMaxTableCapacity(long value) Sets theQPACK_MAX_TABLE_CAPACITYvalue.DefaultHttp3SettingsFrame.settings()default Http3SettingsHttp3SettingsFrame.settings()Methods in io.netty.handler.codec.http3 with parameters of type Http3SettingsModifier and TypeMethodDescriptionHttp3Settings.putAll(Http3Settings http3Settings) Replaces all current settings with those from anotherHttp3Settingsinstance.Constructors in io.netty.handler.codec.http3 with parameters of type Http3Settings