Package | Description |
---|---|
io.netty.handler.codec.spdy |
Encoder, decoder, session handler and their related message types for the SPDY protocol.
|
Class and Description |
---|
DefaultSpdyHeaders.HeaderEntry |
DefaultSpdyHeadersFrame
The default
SpdyHeadersFrame implementation. |
DefaultSpdySettingsFrame.Setting |
DefaultSpdyStreamFrame
The default
SpdyStreamFrame implementation. |
SpdyDataFrame
A SPDY Protocol DATA Frame
|
SpdyFrame
A SPDY Protocol Frame
|
SpdyFrameDecoder
Decodes
ByteBuf s into SPDY Frames. |
SpdyFrameDecoder.State |
SpdyFrameDecoderDelegate
Callback interface for
SpdyFrameDecoder . |
SpdyFrameEncoder
Encodes a SPDY Frame into a
ByteBuf . |
SpdyGoAwayFrame
A SPDY Protocol GOAWAY Frame
|
SpdyHeaderBlockDecoder |
SpdyHeaderBlockEncoder |
SpdyHeaderBlockRawDecoder |
SpdyHeaderBlockRawDecoder.State |
SpdyHeaderBlockRawEncoder |
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
Deprecated.
|
SpdyPingFrame
A SPDY Protocol PING Frame
|
SpdyProtocolException |
SpdyRstStreamFrame
A SPDY Protocol RST_STREAM Frame
|
SpdySession |
SpdySession.PendingWrite |
SpdySession.StreamComparator |
SpdySession.StreamState |
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
|