private void |
DefaultHttp2ConnectionDecoder.FrameReadListener.applyLocalSettings(Http2Settings settings) |
Applies settings sent from the local endpoint.
|
protected abstract T |
AbstractHttp2ConnectionHandlerBuilder.build(Http2ConnectionDecoder decoder,
Http2ConnectionEncoder encoder,
Http2Settings initialSettings) |
|
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 |
Http2Settings.copyFrom(Http2Settings settings) |
Clears and then copies the given settings into this object.
|
protected B |
AbstractHttp2ConnectionHandlerBuilder.initialSettings(Http2Settings settings) |
Sets the Http2Settings to use for the initial connection settings exchange.
|
Http2ConnectionHandlerBuilder |
Http2ConnectionHandlerBuilder.initialSettings(Http2Settings settings) |
|
Http2FrameCodecBuilder |
Http2FrameCodecBuilder.initialSettings(Http2Settings settings) |
|
Http2MultiplexCodecBuilder |
Http2MultiplexCodecBuilder.initialSettings(Http2Settings settings) |
Deprecated.
|
HttpToHttp2ConnectionHandlerBuilder |
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 inbound SETTINGS 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) |
|
ChannelFuture |
DecoratingHttp2FrameWriter.writeSettings(ChannelHandlerContext ctx,
Http2Settings settings,
ChannelPromise promise) |
|
ChannelFuture |
DefaultHttp2ConnectionEncoder.writeSettings(ChannelHandlerContext ctx,
Http2Settings settings,
ChannelPromise promise) |
|
ChannelFuture |
DefaultHttp2FrameWriter.writeSettings(ChannelHandlerContext ctx,
Http2Settings settings,
ChannelPromise promise) |
|
ChannelFuture |
Http2FrameWriter.writeSettings(ChannelHandlerContext ctx,
Http2Settings settings,
ChannelPromise promise) |
Writes a SETTINGS frame to the remote endpoint.
|
ChannelFuture |
Http2OutboundFrameLogger.writeSettings(ChannelHandlerContext ctx,
Http2Settings settings,
ChannelPromise promise) |
|