Package | Description |
---|---|
io.netty.handler.codec.http2 |
Handlers for sending and receiving HTTP/2 frames.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultHttp2HeadersFrame
The default
Http2HeadersFrame implementation. |
private static class |
Http2MultiplexCodec.ChannelCarryingHeadersFrame
Wraps the first
Http2HeadersFrame of local/outbound stream. |
Modifier and Type | Field and Description |
---|---|
private Http2HeadersFrame |
Http2MultiplexCodec.ChannelCarryingHeadersFrame.frame |
private Http2HeadersFrame |
Http2StreamActiveEvent.headers |
Modifier and Type | Method and Description |
---|---|
Http2HeadersFrame |
Http2StreamActiveEvent.headers()
For outbound streams, this method returns the same
Http2HeadersFrame object as the one that
made the stream active. |
Modifier and Type | Method and Description |
---|---|
private void |
Http2MultiplexCodec.onStreamActive(int streamId,
Http2HeadersFrame headersFrame) |
private void |
Http2FrameCodec.writeHeadersFrame(Http2HeadersFrame headersFrame,
ChannelPromise promise) |
Constructor and Description |
---|
ChannelCarryingHeadersFrame(Http2HeadersFrame frame,
Http2MultiplexCodec.Http2StreamChannel childChannel) |
Http2StreamActiveEvent(int streamId,
Http2HeadersFrame headers) |