Uses of Interface
io.netty.handler.codec.http3.Http3SettingsFrame
-
Packages that use Http3SettingsFrame Package Description io.netty.handler.codec.http3 HTTP/3 implementation. -
-
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 ChannelHandler inboundControlStreamHandler, @Nullable java.util.function.LongFunction<ChannelHandler> pushStreamHandlerFactory, @Nullable java.util.function.LongFunction<ChannelHandler> unknownInboundStreamHandlerFactory, @Nullable Http3SettingsFrame localSettings, boolean disableQpackDynamicTable)Create a new instance.Http3ServerConnectionHandler(ChannelHandler requestStreamHandler, @Nullable ChannelHandler inboundControlStreamHandler, @Nullable java.util.function.LongFunction<ChannelHandler> unknownInboundStreamHandlerFactory, @Nullable Http3SettingsFrame localSettings, boolean disableQpackDynamicTable)Create a new instance.
-