Uses of Class
io.netty.handler.codec.http2.Http2Settings
-
Packages that use Http2Settings Package Description io.netty.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of Http2Settings in io.netty.handler.codec.http2
Methods in io.netty.handler.codec.http2 that return Http2Settings Modifier and Type Method Description Http2SettingsHttp2Settings. connectProtocolEnabled(boolean enabled)Sets theSETTINGS_ENABLE_CONNECT_PROTOCOLvalue.Http2SettingsHttp2Settings. copyFrom(Http2Settings settings)Clears and then copies the given settings into this object.static Http2SettingsHttp2Settings. defaultSettings()Http2SettingsHttp2Settings. headerTableSize(long value)Sets theSETTINGS_HEADER_TABLE_SIZEvalue.protected Http2SettingsAbstractHttp2ConnectionHandlerBuilder. initialSettings()Sets theHttp2Settingsto use for the initial connection settings exchange.Http2SettingsHttp2ConnectionHandlerBuilder. initialSettings()Http2SettingsHttp2FrameCodecBuilder. initialSettings()Http2SettingsHttp2MultiplexCodecBuilder. initialSettings()Deprecated.Http2SettingsHttp2Settings. initialWindowSize(int value)Sets theSETTINGS_INITIAL_WINDOW_SIZEvalue.Http2SettingsDecoratingHttp2ConnectionDecoder. localSettings()Http2SettingsDefaultHttp2ConnectionDecoder. localSettings()Http2SettingsHttp2ConnectionDecoder. localSettings()Gets the local settings for this endpoint of the HTTP/2 connection.Http2SettingsHttp2Settings. maxConcurrentStreams(long value)Sets theSETTINGS_MAX_CONCURRENT_STREAMSvalue.Http2SettingsHttp2Settings. maxFrameSize(int value)Sets theSETTINGS_MAX_FRAME_SIZEvalue.Http2SettingsHttp2Settings. maxHeaderListSize(long value)Sets theSETTINGS_MAX_HEADER_LIST_SIZEvalue.Http2SettingsDecoratingHttp2ConnectionEncoder. pollSentSettings()Http2SettingsDefaultHttp2ConnectionEncoder. pollSentSettings()Http2SettingsHttp2ConnectionEncoder. pollSentSettings()Gets the local settings on the top of the queue that has been sent but not ACKed.Http2SettingsHttp2Settings. pushEnabled(boolean enabled)Sets theSETTINGS_ENABLE_PUSHvalue.Http2SettingsDefaultHttp2SettingsFrame. settings()Http2SettingsHttp2SettingsFrame. settings()Methods in io.netty.handler.codec.http2 with parameters of type Http2Settings Modifier and Type Method Description protected abstract TAbstractHttp2ConnectionHandlerBuilder. build(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder, Http2Settings initialSettings)Implement this method to create a newHttp2ConnectionHandleror its subtype instance.protected Http2ConnectionHandlerHttp2ConnectionHandlerBuilder. build(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder, Http2Settings initialSettings)protected Http2FrameCodecHttp2FrameCodecBuilder. build(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder, Http2Settings initialSettings)protected Http2MultiplexCodecHttp2MultiplexCodecBuilder. build(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder, Http2Settings initialSettings)Deprecated.protected HttpToHttp2ConnectionHandlerHttpToHttp2ConnectionHandlerBuilder. build(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder, Http2Settings initialSettings)voidDecoratingHttp2ConnectionEncoder. consumeReceivedSettings(Http2Settings settings)voidDefaultHttp2ConnectionEncoder. consumeReceivedSettings(Http2Settings settings)voidHttp2SettingsReceivedConsumer. consumeReceivedSettings(Http2Settings settings)Consume the most recently received but not yet ACKed settings.Http2SettingsHttp2Settings. copyFrom(Http2Settings settings)Clears and then copies the given settings into this object.protected BAbstractHttp2ConnectionHandlerBuilder. initialSettings(Http2Settings settings)Sets theHttp2Settingsto use for the initial connection settings exchange.Http2ConnectionHandlerBuilderHttp2ConnectionHandlerBuilder. initialSettings(Http2Settings settings)Http2FrameCodecBuilderHttp2FrameCodecBuilder. initialSettings(Http2Settings settings)Http2MultiplexCodecBuilderHttp2MultiplexCodecBuilder. initialSettings(Http2Settings settings)Deprecated.HttpToHttp2ConnectionHandlerBuilderHttpToHttp2ConnectionHandlerBuilder. initialSettings(Http2Settings settings)voidHttp2FrameLogger. logSettings(Http2FrameLogger.Direction direction, ChannelHandlerContext ctx, Http2Settings settings)voidHttp2ConnectionHandler. onHttpServerUpgrade(Http2Settings settings)Handles the server-side (cleartext) upgrade from HTTP to HTTP/2.voidHttp2EventAdapter. onSettingsRead(ChannelHandlerContext ctx, Http2Settings settings)voidHttp2FrameAdapter. onSettingsRead(ChannelHandlerContext ctx, Http2Settings settings)voidHttp2FrameListener. onSettingsRead(ChannelHandlerContext ctx, Http2Settings settings)Handles an inboundSETTINGSframe.voidHttp2FrameListenerDecorator. onSettingsRead(ChannelHandlerContext ctx, Http2Settings settings)voidInboundHttp2ToHttpAdapter. onSettingsRead(ChannelHandlerContext ctx, Http2Settings settings)voidDecoratingHttp2ConnectionEncoder. remoteSettings(Http2Settings settings)voidDefaultHttp2ConnectionEncoder. remoteSettings(Http2Settings settings)voidHttp2ConnectionEncoder. remoteSettings(Http2Settings settings)Sets the settings for the remote endpoint of the HTTP/2 connection.voidStreamBufferingEncoder. remoteSettings(Http2Settings settings)ChannelFutureDecoratingHttp2FrameWriter. writeSettings(ChannelHandlerContext ctx, Http2Settings settings, ChannelPromise promise)ChannelFutureDefaultHttp2ConnectionEncoder. writeSettings(ChannelHandlerContext ctx, Http2Settings settings, ChannelPromise promise)ChannelFutureDefaultHttp2FrameWriter. writeSettings(ChannelHandlerContext ctx, Http2Settings settings, ChannelPromise promise)ChannelFutureHttp2FrameWriter. writeSettings(ChannelHandlerContext ctx, Http2Settings settings, ChannelPromise promise)Writes a SETTINGS frame to the remote endpoint.ChannelFutureHttp2OutboundFrameLogger. writeSettings(ChannelHandlerContext ctx, Http2Settings settings, ChannelPromise promise)Constructors in io.netty.handler.codec.http2 with parameters of type Http2Settings Constructor Description DefaultHttp2SettingsFrame(Http2Settings settings)Http2ConnectionHandler(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder, Http2Settings initialSettings)Http2ConnectionHandler(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder, Http2Settings initialSettings, boolean decoupleCloseAndGoAway)Http2ConnectionHandler(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder, Http2Settings initialSettings, boolean decoupleCloseAndGoAway, boolean flushPreface)Http2FrameCodec(Http2ConnectionEncoder encoder, Http2ConnectionDecoder decoder, Http2Settings initialSettings, boolean decoupleCloseAndGoAway, boolean flushPreface)HttpToHttp2ConnectionHandler(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder, Http2Settings initialSettings, boolean validateHeaders)HttpToHttp2ConnectionHandler(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder, Http2Settings initialSettings, boolean validateHeaders, boolean decoupleCloseAndGoAway)HttpToHttp2ConnectionHandler(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder, Http2Settings initialSettings, boolean validateHeaders, boolean decoupleCloseAndGoAway, boolean flushPreface, HttpScheme httpScheme)HttpToHttp2ConnectionHandler(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder, Http2Settings initialSettings, boolean validateHeaders, boolean decoupleCloseAndGoAway, HttpScheme httpScheme)
-