| Package | Description |
|---|---|
| org.jboss.netty.handler.codec.spdy |
Encoder, decoder, session handler and their related message types for the SPDY protocol.
|
| Class and Description |
|---|
| DefaultSpdyHeaderBlock
The default
SpdyHeaderBlock implementation. |
| SpdyDataFrame
A SPDY Protocol Data Frame
|
| SpdyGoAwayFrame
A SPDY Protocol GOAWAY Control Frame
|
| SpdyHeaderBlock
A SPDY Name/Value Header Block which provides common properties for
SpdySynStreamFrame, SpdySynReplyFrame, and
SpdyHeadersFrame. |
| SpdyHeadersFrame
A SPDY Protocol HEADERS Control Frame
|
| SpdyNoOpFrame
A SPDY Protocol NOOP Control Frame
|
| SpdyOrHttpChooser.SelectedProtocol |
| SpdyPingFrame
A SPDY Protocol PING Control Frame
|
| SpdyRstStreamFrame
A SPDY Protocol RST_STREAM Control Frame
|
| SpdySessionStatus
The SPDY session status code and its description.
|
| SpdySettingsFrame
A SPDY Protocol SETTINGS Control Frame
|
| SpdyStreamStatus
The SPDY stream status code and its description.
|
| SpdySynReplyFrame
A SPDY Protocol SYN_REPLY Control Frame
|
| SpdySynStreamFrame
A SPDY Protocol SYN_STREAM Control Frame
|
| SpdyWindowUpdateFrame
A SPDY Protocol WINDOW_UPDATE Control Frame
|
Copyright © 2008-2013 The Netty Project. All Rights Reserved.