Package | Description |
---|---|
io.netty.handler.codec.http2 |
Handlers for sending and receiving HTTP/2 frames.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Http2DataFrame
HTTP/2 DATA frame.
|
interface |
Http2HeadersFrame
HTTP/2 HEADERS frame.
|
interface |
Http2ResetFrame
HTTP/2 RST_STREAM frame.
|
interface |
Http2WindowUpdateFrame
HTTP/2 WINDOW_UPDATE frame.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractHttp2StreamFrame
Abstract implementation of
Http2StreamFrame . |
class |
DefaultHttp2DataFrame
The default
Http2DataFrame implementation. |
class |
DefaultHttp2HeadersFrame
The default
Http2HeadersFrame implementation. |
class |
DefaultHttp2ResetFrame
The default
Http2ResetFrame implementation. |
class |
DefaultHttp2WindowUpdateFrame
The default
Http2WindowUpdateFrame implementation. |
private static class |
Http2MultiplexCodec.ChannelCarryingHeadersFrame
Wraps the first
Http2HeadersFrame of local/outbound stream. |
Modifier and Type | Method and Description |
---|---|
Http2StreamFrame |
Http2StreamFrame.streamId(int streamId)
Sets the identifier of the stream this frame applies to.
|
Http2StreamFrame |
Http2MultiplexCodec.ChannelCarryingHeadersFrame.streamId(int streamId) |
Modifier and Type | Method and Description |
---|---|
protected void |
Http2ServerDowngrader.decode(ChannelHandlerContext ctx,
Http2StreamFrame frame,
java.util.List<java.lang.Object> out) |
private void |
Http2MultiplexCodec.fireChildReadAndRegister(Http2MultiplexCodec.Http2StreamChannel childChannel,
Http2StreamFrame frame) |
private void |
Http2FrameCodec.writeStreamFrame(Http2StreamFrame frame,
ChannelPromise promise) |