See: Description
Interface | Description |
---|---|
SpdyDataFrame |
A SPDY Protocol DATA Frame
|
SpdyFrame |
A SPDY Protocol Frame
|
SpdyGoAwayFrame |
A SPDY Protocol GOAWAY Frame
|
SpdyHeadersFrame |
A SPDY Protocol HEADERS Frame
|
SpdyPingFrame |
A SPDY Protocol PING Frame
|
SpdyRstStreamFrame |
A SPDY Protocol RST_STREAM Frame
|
SpdySettingsFrame |
A SPDY Protocol SETTINGS Frame
|
SpdyStreamFrame |
A SPDY Protocol Frame that is associated with an individual SPDY Stream
|
SpdySynReplyFrame |
A SPDY Protocol SYN_REPLY Frame
|
SpdySynStreamFrame |
A SPDY Protocol SYN_STREAM Frame
|
SpdyWindowUpdateFrame |
A SPDY Protocol WINDOW_UPDATE Frame
|
Class | Description |
---|---|
DefaultSpdyDataFrame |
The default
SpdyDataFrame implementation. |
DefaultSpdyGoAwayFrame |
The default
SpdyGoAwayFrame implementation. |
DefaultSpdyHeadersFrame |
The default
SpdyHeadersFrame implementation. |
DefaultSpdyPingFrame |
The default
SpdyPingFrame implementation. |
DefaultSpdyRstStreamFrame |
The default
SpdyRstStreamFrame implementation. |
DefaultSpdySettingsFrame |
The default
SpdySettingsFrame implementation. |
DefaultSpdyStreamFrame |
The default
SpdyStreamFrame implementation. |
DefaultSpdySynReplyFrame |
The default
SpdySynReplyFrame implementation. |
DefaultSpdySynStreamFrame |
The default
SpdySynStreamFrame implementation. |
DefaultSpdyWindowUpdateFrame |
The default
SpdyWindowUpdateFrame implementation. |
SpdyFrameCodec |
A combination of
SpdyFrameDecoder and SpdyFrameEncoder . |
SpdyFrameDecoder |
Decodes
ChannelBuffer s into SPDY Frames. |
SpdyFrameEncoder |
Encodes a SPDY Frame into a
ChannelBuffer . |
SpdyHeaderBlockRawDecoder | |
SpdyHeaderBlockRawEncoder | |
SpdyHeaders |
Provides the constants for the standard SPDY HTTP header names and commonly
used utility methods that access a
SpdyHeadersFrame . |
SpdyHeaders.HttpNames |
SPDY HTTP header names
|
SpdyHeaders.Spdy2HttpNames |
SPDY/2 HTTP header names
|
SpdyHttpCodec |
A combination of
SpdyHttpDecoder and SpdyHttpEncoder |
SpdyHttpDecoder |
Decodes
SpdySynStreamFrame s, SpdySynReplyFrame s,
and SpdyDataFrame s into HttpRequest s and HttpResponse s. |
SpdyHttpEncoder |
Encodes
HttpRequest s, HttpResponse s, and HttpChunk s
into SpdySynStreamFrame s and SpdySynReplyFrame s. |
SpdyHttpHeaders |
Provides the constants for the header names and the utility methods
used by the
SpdyHttpDecoder and SpdyHttpEncoder . |
SpdyHttpHeaders.Names |
SPDY HTTP header names
|
SpdyHttpResponseStreamIdHandler |
SimpleChannelHandler that takes care of adding the right streamId to the
HttpResponse if one is not present. |
SpdyOrHttpChooser |
ChannelUpstreamHandler which is responsible to setup the ChannelPipeline either for
HTTP or SPDY. |
SpdySessionHandler |
Manages streams within a SPDY session.
|
SpdySessionStatus |
The SPDY session status code and its description.
|
SpdyStreamStatus |
The SPDY stream status code and its description.
|
Enum | Description |
---|---|
SpdyOrHttpChooser.SelectedProtocol |
Exception | Description |
---|---|
SpdyProtocolException |
An
Exception which is thrown when the received frame cannot
be decoded by the SpdyFrameDecoder . |
Copyright © 2008-2014 The Netty Project. All Rights Reserved.