程序包 | 说明 |
---|---|
org.jboss.netty.handler.codec.spdy |
Encoder, decoder, session handler and their related message types for the SPDY protocol.
|
限定符和类型 | 接口和说明 |
---|---|
interface |
SpdyDataFrame
A SPDY Protocol DATA Frame
|
interface |
SpdyGoAwayFrame
A SPDY Protocol GOAWAY Frame
|
interface |
SpdyHeadersFrame
A SPDY Protocol HEADERS Frame
|
interface |
SpdyPingFrame
A SPDY Protocol PING Frame
|
interface |
SpdyRstStreamFrame
A SPDY Protocol RST_STREAM Frame
|
interface |
SpdySettingsFrame
A SPDY Protocol SETTINGS Frame
|
interface |
SpdyStreamFrame
A SPDY Protocol Frame that is associated with an individual SPDY Stream
|
interface |
SpdySynReplyFrame
A SPDY Protocol SYN_REPLY Frame
|
interface |
SpdySynStreamFrame
A SPDY Protocol SYN_STREAM Frame
|
interface |
SpdyWindowUpdateFrame
A SPDY Protocol WINDOW_UPDATE Frame
|
限定符和类型 | 类和说明 |
---|---|
class |
DefaultSpdyDataFrame
The default
SpdyDataFrame implementation. |
class |
DefaultSpdyGoAwayFrame
The default
SpdyGoAwayFrame implementation. |
class |
DefaultSpdyHeadersFrame
The default
SpdyHeadersFrame implementation. |
class |
DefaultSpdyPingFrame
The default
SpdyPingFrame implementation. |
class |
DefaultSpdyRstStreamFrame
The default
SpdyRstStreamFrame implementation. |
class |
DefaultSpdySettingsFrame
The default
SpdySettingsFrame implementation. |
class |
DefaultSpdyStreamFrame
The default
SpdyStreamFrame implementation. |
class |
DefaultSpdySynReplyFrame
The default
SpdySynReplyFrame implementation. |
class |
DefaultSpdySynStreamFrame
The default
SpdySynStreamFrame implementation. |
class |
DefaultSpdyWindowUpdateFrame
The default
SpdyWindowUpdateFrame implementation. |