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 |
Http2PriorityFrame
HTTP/2 Priority Frame
|
interface |
Http2PushPromiseFrame
HTTP/2 Push Promise Frame
|
interface |
Http2ResetFrame
HTTP/2 RST_STREAM frame.
|
interface |
Http2UnknownFrame |
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 |
DefaultHttp2PriorityFrame
Default implementation of Http2PriorityFrame
|
class |
DefaultHttp2PushPromiseFrame
Default implementation of
Http2PushPromiseFrame |
class |
DefaultHttp2ResetFrame
The default
Http2ResetFrame implementation. |
class |
DefaultHttp2UnknownFrame |
class |
DefaultHttp2WindowUpdateFrame
The default
Http2WindowUpdateFrame implementation. |
Modifier and Type | Method and Description |
---|---|
Http2StreamFrame |
Http2PushPromiseFrame.pushStream(Http2FrameStream stream)
Set the Promise
Http2FrameStream object for this frame. |
Http2StreamFrame |
DefaultHttp2PushPromiseFrame.pushStream(Http2FrameStream stream) |
Http2StreamFrame |
Http2StreamFrame.stream(Http2FrameStream stream)
Set the
Http2FrameStream object for this frame. |
Modifier and Type | Method and Description |
---|---|
protected void |
Http2StreamFrameToHttpObjectCodec.decode(ChannelHandlerContext ctx,
Http2StreamFrame frame,
List<Object> out) |
Copyright © 2008–2024 The Netty Project. All rights reserved.