Uses of Class
io.netty.handler.codec.http2.Http2Settings
Packages that use Http2Settings
-
Uses of Http2Settings in io.netty.handler.codec.http2
Fields in io.netty.handler.codec.http2 declared as Http2SettingsModifier and TypeFieldDescriptionprivate Http2Settings
AbstractHttp2ConnectionHandlerBuilder.initialSettings
private final Http2Settings
Http2ConnectionHandler.initialSettings
private final Http2Settings
DefaultHttp2SettingsFrame.settings
private Http2Settings
Http2ServerUpgradeCodec.settings
Fields in io.netty.handler.codec.http2 with type parameters of type Http2SettingsModifier and TypeFieldDescriptionprivate final Queue
<Http2Settings> DefaultHttp2ConnectionEncoder.outstandingLocalSettingsQueue
private Queue
<Http2Settings> DefaultHttp2ConnectionEncoder.outstandingRemoteSettingsQueue
Methods in io.netty.handler.codec.http2 that return Http2SettingsModifier and TypeMethodDescriptionHttp2Settings.connectProtocolEnabled
(boolean enabled) Sets theSETTINGS_ENABLE_CONNECT_PROTOCOL
value.Http2Settings.copyFrom
(Http2Settings settings) Clears and then copies the given settings into this object.private Http2Settings
Http2ServerUpgradeCodec.decodeSettings
(ChannelHandlerContext ctx, ByteBuf frame) Decodes the settings frame and returns the settings.private Http2Settings
Http2ServerUpgradeCodec.decodeSettingsHeader
(ChannelHandlerContext ctx, CharSequence settingsHeader) Decodes the settings header and returns aHttp2Settings
object.static Http2Settings
Http2Settings.defaultSettings()
Http2Settings.headerTableSize
(long value) Sets theSETTINGS_HEADER_TABLE_SIZE
value.protected Http2Settings
AbstractHttp2ConnectionHandlerBuilder.initialSettings()
Sets theHttp2Settings
to use for the initial connection settings exchange.Http2ConnectionHandlerBuilder.initialSettings()
Http2FrameCodecBuilder.initialSettings()
Http2MultiplexCodecBuilder.initialSettings()
Deprecated.Http2Settings.initialWindowSize
(int value) Sets theSETTINGS_INITIAL_WINDOW_SIZE
value.DecoratingHttp2ConnectionDecoder.localSettings()
DefaultHttp2ConnectionDecoder.localSettings()
Http2ConnectionDecoder.localSettings()
Gets the local settings for this endpoint of the HTTP/2 connection.Http2Settings.maxConcurrentStreams
(long value) Sets theSETTINGS_MAX_CONCURRENT_STREAMS
value.Http2Settings.maxFrameSize
(int value) Sets theSETTINGS_MAX_FRAME_SIZE
value.Http2Settings.maxHeaderListSize
(long value) Sets theSETTINGS_MAX_HEADER_LIST_SIZE
value.DecoratingHttp2ConnectionEncoder.pollSentSettings()
DefaultHttp2ConnectionEncoder.pollSentSettings()
Http2ConnectionEncoder.pollSentSettings()
Gets the local settings on the top of the queue that has been sent but not ACKed.Http2Settings.pushEnabled
(boolean enabled) Sets theSETTINGS_ENABLE_PUSH
value.DefaultHttp2SettingsFrame.settings()
Http2SettingsFrame.settings()
Methods in io.netty.handler.codec.http2 with parameters of type Http2SettingsModifier and TypeMethodDescriptionprivate void
DefaultHttp2ConnectionDecoder.FrameReadListener.applyLocalSettings
(Http2Settings settings) Applies settings sent from the local endpoint.protected abstract T
AbstractHttp2ConnectionHandlerBuilder.build
(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder, Http2Settings initialSettings) Implement this method to create a newHttp2ConnectionHandler
or its subtype instance.protected Http2ConnectionHandler
Http2ConnectionHandlerBuilder.build
(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder, Http2Settings initialSettings) protected Http2FrameCodec
Http2FrameCodecBuilder.build
(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder, Http2Settings initialSettings) protected Http2MultiplexCodec
Http2MultiplexCodecBuilder.build
(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder, Http2Settings initialSettings) Deprecated.protected HttpToHttp2ConnectionHandler
HttpToHttp2ConnectionHandlerBuilder.build
(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder, Http2Settings initialSettings) void
DecoratingHttp2ConnectionEncoder.consumeReceivedSettings
(Http2Settings settings) void
DefaultHttp2ConnectionEncoder.consumeReceivedSettings
(Http2Settings settings) void
Http2SettingsReceivedConsumer.consumeReceivedSettings
(Http2Settings settings) Consume the most recently received but not yet ACKed settings.Http2Settings.copyFrom
(Http2Settings settings) Clears and then copies the given settings into this object.protected B
AbstractHttp2ConnectionHandlerBuilder.initialSettings
(Http2Settings settings) Sets theHttp2Settings
to use for the initial connection settings exchange.Http2ConnectionHandlerBuilder.initialSettings
(Http2Settings settings) Http2FrameCodecBuilder.initialSettings
(Http2Settings settings) Http2MultiplexCodecBuilder.initialSettings
(Http2Settings settings) Deprecated.HttpToHttp2ConnectionHandlerBuilder.initialSettings
(Http2Settings settings) void
Http2FrameLogger.logSettings
(Http2FrameLogger.Direction direction, ChannelHandlerContext ctx, Http2Settings settings) void
Http2ConnectionHandler.onHttpServerUpgrade
(Http2Settings settings) Handles the server-side (cleartext) upgrade from HTTP to HTTP/2.void
DefaultHttp2ConnectionDecoder.FrameReadListener.onSettingsRead
(ChannelHandlerContext ctx, Http2Settings settings) void
DefaultHttp2ConnectionDecoder.PrefaceFrameListener.onSettingsRead
(ChannelHandlerContext ctx, Http2Settings settings) void
Http2EventAdapter.onSettingsRead
(ChannelHandlerContext ctx, Http2Settings settings) void
Http2FrameAdapter.onSettingsRead
(ChannelHandlerContext ctx, Http2Settings settings) void
Http2FrameCodec.FrameListener.onSettingsRead
(ChannelHandlerContext ctx, Http2Settings settings) void
Http2FrameListener.onSettingsRead
(ChannelHandlerContext ctx, Http2Settings settings) Handles an inboundSETTINGS
frame.void
Http2FrameListenerDecorator.onSettingsRead
(ChannelHandlerContext ctx, Http2Settings settings) void
InboundHttp2ToHttpAdapter.onSettingsRead
(ChannelHandlerContext ctx, Http2Settings settings) void
DecoratingHttp2ConnectionEncoder.remoteSettings
(Http2Settings settings) void
DefaultHttp2ConnectionEncoder.remoteSettings
(Http2Settings settings) void
Http2ConnectionEncoder.remoteSettings
(Http2Settings settings) Sets the settings for the remote endpoint of the HTTP/2 connection.void
StreamBufferingEncoder.remoteSettings
(Http2Settings settings) DecoratingHttp2FrameWriter.writeSettings
(ChannelHandlerContext ctx, Http2Settings settings, ChannelPromise promise) DefaultHttp2ConnectionEncoder.writeSettings
(ChannelHandlerContext ctx, Http2Settings settings, ChannelPromise promise) DefaultHttp2FrameWriter.writeSettings
(ChannelHandlerContext ctx, Http2Settings settings, ChannelPromise promise) Http2FrameWriter.writeSettings
(ChannelHandlerContext ctx, Http2Settings settings, ChannelPromise promise) Writes a SETTINGS frame to the remote endpoint.Http2OutboundFrameLogger.writeSettings
(ChannelHandlerContext ctx, Http2Settings settings, ChannelPromise promise) Constructors in io.netty.handler.codec.http2 with parameters of type Http2SettingsModifierConstructorDescriptionDefaultHttp2SettingsFrame
(Http2Settings settings) protected
Http2ConnectionHandler
(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder, Http2Settings initialSettings) protected
Http2ConnectionHandler
(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder, Http2Settings initialSettings, boolean decoupleCloseAndGoAway) protected
Http2ConnectionHandler
(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder, Http2Settings initialSettings, boolean decoupleCloseAndGoAway, boolean flushPreface) protected
Http2FrameCodec
(Http2ConnectionEncoder encoder, Http2ConnectionDecoder decoder, Http2Settings initialSettings, boolean decoupleCloseAndGoAway, boolean flushPreface) (package private)
Http2MultiplexCodec
(Http2ConnectionEncoder encoder, Http2ConnectionDecoder decoder, Http2Settings initialSettings, ChannelHandler inboundStreamHandler, ChannelHandler upgradeStreamHandler, boolean decoupleCloseAndGoAway, boolean flushPreface) Deprecated.protected
HttpToHttp2ConnectionHandler
(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder, Http2Settings initialSettings, boolean validateHeaders) protected
HttpToHttp2ConnectionHandler
(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder, Http2Settings initialSettings, boolean validateHeaders, boolean decoupleCloseAndGoAway) protected
HttpToHttp2ConnectionHandler
(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder, Http2Settings initialSettings, boolean validateHeaders, boolean decoupleCloseAndGoAway, boolean flushPreface, HttpScheme httpScheme) protected
HttpToHttp2ConnectionHandler
(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder, Http2Settings initialSettings, boolean validateHeaders, boolean decoupleCloseAndGoAway, HttpScheme httpScheme)