Package | Description |
---|---|
io.netty.handler.codec.http2 |
Handlers for sending and receiving HTTP/2 frames.
|
Modifier and Type | Field and Description |
---|---|
private Http2MultiplexCodec.Http2StreamChannel |
Http2MultiplexCodec.ChannelCarryingHeadersFrame.childChannel |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Http2MultiplexCodec.Http2StreamChannel> |
Http2MultiplexCodec.channelsToFireChildReadComplete |
private IntObjectMap<Http2MultiplexCodec.Http2StreamChannel> |
Http2MultiplexCodec.childChannels |
Modifier and Type | Method and Description |
---|---|
(package private) Http2MultiplexCodec.Http2StreamChannel |
Http2MultiplexCodec.ChannelCarryingHeadersFrame.channel() |
Modifier and Type | Method and Description |
---|---|
private void |
Http2MultiplexCodec.fireChildReadAndRegister(Http2MultiplexCodec.Http2StreamChannel childChannel,
Http2StreamFrame frame) |
private void |
Http2MultiplexCodec.onStreamClosed0(Http2MultiplexCodec.Http2StreamChannel childChannel) |
Constructor and Description |
---|
ChannelCarryingHeadersFrame(Http2HeadersFrame frame,
Http2MultiplexCodec.Http2StreamChannel childChannel) |