| Modifier and Type | Class and Description |
|---|---|
class |
DefaultHttp3SettingsFrame |
| Modifier and Type | Method and Description |
|---|---|
static DefaultHttp3SettingsFrame |
DefaultHttp3SettingsFrame.copyOf(Http3SettingsFrame settingsFrame)
Creates a new
DefaultHttp3SettingsFrame which is a copy of the given settings. |
| Constructor and 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.
|
Copyright © 2020–2024 The Netty Project. All rights reserved.