程序包 | 说明 |
---|---|
io.netty.handler.codec.http2 |
Benchmarks for
io.netty.handler.codec.http2 . |
限定符和类型 | 接口和说明 |
---|---|
interface |
Http2DataFrame
HTTP/2 DATA frame.
|
interface |
Http2GoAwayFrame
HTTP/2 GOAWAY frame.
|
interface |
Http2HeadersFrame
HTTP/2 HEADERS frame.
|
interface |
Http2PingFrame
HTTP/2 PING Frame.
|
interface |
Http2PriorityFrame
HTTP/2 Priority Frame
|
interface |
Http2PushPromiseFrame
HTTP/2 Push Promise Frame
|
interface |
Http2ResetFrame
HTTP/2 RST_STREAM frame.
|
interface |
Http2SettingsAckFrame
An ack for a previously received
Http2SettingsFrame . |
interface |
Http2SettingsFrame
HTTP/2 SETTINGS frame.
|
interface |
Http2StreamFrame
A frame whose meaning may apply to a particular stream, instead of the entire connection.
|
interface |
Http2UnknownFrame |
interface |
Http2WindowUpdateFrame
HTTP/2 WINDOW_UPDATE frame.
|
限定符和类型 | 类和说明 |
---|---|
class |
AbstractHttp2StreamFrame
Abstract implementation of
Http2StreamFrame . |
class |
DefaultHttp2DataFrame
The default
Http2DataFrame implementation. |
class |
DefaultHttp2GoAwayFrame
The default
Http2GoAwayFrame implementation. |
class |
DefaultHttp2HeadersFrame
The default
Http2HeadersFrame implementation. |
class |
DefaultHttp2PingFrame
The default
Http2PingFrame implementation. |
class |
DefaultHttp2PriorityFrame
Default implementation of Http2PriorityFrame
|
class |
DefaultHttp2PushPromiseFrame
Default implementation of
Http2PushPromiseFrame |
class |
DefaultHttp2ResetFrame
The default
Http2ResetFrame implementation. |
class |
DefaultHttp2SettingsFrame
The default
Http2SettingsFrame implementation. |
class |
DefaultHttp2UnknownFrame |
class |
DefaultHttp2WindowUpdateFrame
The default
Http2WindowUpdateFrame implementation. |