Class AbstractHttp2StreamChannel.Http2StreamChannelConfig

java.lang.Object
io.netty.channel.DefaultChannelConfig
io.netty.handler.codec.http2.AbstractHttp2StreamChannel.Http2StreamChannelConfig
All Implemented Interfaces:
ChannelConfig
Enclosing class:
AbstractHttp2StreamChannel

private static final class AbstractHttp2StreamChannel.Http2StreamChannelConfig extends DefaultChannelConfig
ChannelConfig so that the high and low writebuffer watermarks can reflect the outbound flow control window, without having to create a new WriteBufferWaterMark object whenever the flow control window changes.