Uses of Interface
io.netty.handler.codec.http3.Http3SettingsFrame
Packages that use Http3SettingsFrame
-
Uses of Http3SettingsFrame in io.netty.handler.codec.http3
Classes in io.netty.handler.codec.http3 that implement Http3SettingsFrameMethods in io.netty.handler.codec.http3 with parameters of type Http3SettingsFrameModifier and TypeMethodDescriptionstatic 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 Http3SettingsFrameModifierConstructorDescriptionHttp3ClientConnectionHandler(@Nullable ChannelHandler inboundControlStreamHandler, @Nullable LongFunction<ChannelHandler> pushStreamHandlerFactory, @Nullable LongFunction<ChannelHandler> unknownInboundStreamHandlerFactory, @Nullable Http3SettingsFrame localSettings, boolean disableQpackDynamicTable) Create a new instance.Http3ServerConnectionHandler(ChannelHandler requestStreamHandler, @Nullable ChannelHandler inboundControlStreamHandler, @Nullable LongFunction<ChannelHandler> unknownInboundStreamHandlerFactory, @Nullable Http3SettingsFrame localSettings, boolean disableQpackDynamicTable) Create a new instance.