程序包 | 说明 |
---|---|
org.jboss.netty.handler.codec.spdy |
Encoder, decoder, session handler and their related message types for the SPDY protocol.
|
类和说明 |
---|
DefaultSpdyHeadersFrame
The default
SpdyHeadersFrame implementation. |
DefaultSpdyStreamFrame
The default
SpdyStreamFrame implementation. |
SpdyDataFrame
A SPDY Protocol DATA Frame
|
SpdyFrame
A SPDY Protocol Frame
|
SpdyFrameDecoderDelegate
Callback interface for
SpdyFrameDecoder . |
SpdyGoAwayFrame
A SPDY Protocol GOAWAY Frame
|
SpdyHeaders
Provides the constants for the standard SPDY HTTP header names and commonly
used utility methods that access a
SpdyHeadersFrame . |
SpdyHeadersFrame
A SPDY Protocol HEADERS Frame
|
SpdyOrHttpChooser.SelectedProtocol |
SpdyPingFrame
A SPDY Protocol PING Frame
|
SpdyRstStreamFrame
A SPDY Protocol RST_STREAM Frame
|
SpdySessionStatus
The SPDY session status code and its description.
|
SpdySettingsFrame
A SPDY Protocol SETTINGS Frame
|
SpdyStreamFrame
A SPDY Protocol Frame that is associated with an individual SPDY Stream
|
SpdyStreamStatus
The SPDY stream status code and its description.
|
SpdySynReplyFrame
A SPDY Protocol SYN_REPLY Frame
|
SpdySynStreamFrame
A SPDY Protocol SYN_STREAM Frame
|
SpdyVersion |
SpdyWindowUpdateFrame
A SPDY Protocol WINDOW_UPDATE Frame
|