Uses of Interface
io.netty.handler.codec.http3.Http3SettingsFrame
-
-
Uses of Http3SettingsFrame in io.netty.handler.codec.http3
Classes in io.netty.handler.codec.http3 that implement Http3SettingsFrame Modifier and Type Class Description classDefaultHttp3SettingsFrameMethods in io.netty.handler.codec.http3 with parameters of type Http3SettingsFrame Modifier and Type Method Description static DefaultHttp3SettingsFrameDefaultHttp3SettingsFrame. copyOf(Http3SettingsFrame settingsFrame)Creates a newDefaultHttp3SettingsFramewhich is a copy of the given settings.Constructors in io.netty.handler.codec.http3 with parameters of type Http3SettingsFrame Constructor Description Http3ClientConnectionHandler(@Nullable io.netty.channel.ChannelHandler inboundControlStreamHandler, @Nullable LongFunction<io.netty.channel.ChannelHandler> pushStreamHandlerFactory, @Nullable LongFunction<io.netty.channel.ChannelHandler> unknownInboundStreamHandlerFactory, @Nullable Http3SettingsFrame localSettings, boolean disableQpackDynamicTable)Create a new instance.Http3ServerConnectionHandler(io.netty.channel.ChannelHandler requestStreamHandler, @Nullable io.netty.channel.ChannelHandler inboundControlStreamHandler, @Nullable LongFunction<io.netty.channel.ChannelHandler> unknownInboundStreamHandlerFactory, @Nullable Http3SettingsFrame localSettings, boolean disableQpackDynamicTable)Create a new instance.
-