Uses of Class
io.netty.handler.codec.http3.DefaultHttp3SettingsFrame
-
Packages that use DefaultHttp3SettingsFrame Package Description io.netty.handler.codec.http3 HTTP/3 implementation. -
-
Uses of DefaultHttp3SettingsFrame in io.netty.handler.codec.http3
Methods in io.netty.handler.codec.http3 that return DefaultHttp3SettingsFrame Modifier and Type Method Description static DefaultHttp3SettingsFrame
DefaultHttp3SettingsFrame. copyOf(Http3SettingsFrame settingsFrame)
Creates a newDefaultHttp3SettingsFrame
which is a copy of the given settings.
-