Package org.jboss.netty.handler.codec.spdy
Encoder, decoder, session handler and their related message types for the SPDY protocol.
-
Interface Summary Interface Description SpdyDataFrame A SPDY Protocol DATA FrameSpdyFrame A SPDY Protocol FrameSpdyFrameDecoderDelegate Callback interface forSpdyFrameDecoder
.SpdyGoAwayFrame A SPDY Protocol GOAWAY FrameSpdyHeadersFrame A SPDY Protocol HEADERS FrameSpdyPingFrame A SPDY Protocol PING FrameSpdyRstStreamFrame A SPDY Protocol RST_STREAM FrameSpdySettingsFrame A SPDY Protocol SETTINGS FrameSpdyStreamFrame A SPDY Protocol Frame that is associated with an individual SPDY StreamSpdySynReplyFrame A SPDY Protocol SYN_REPLY FrameSpdySynStreamFrame A SPDY Protocol SYN_STREAM FrameSpdyWindowUpdateFrame A SPDY Protocol WINDOW_UPDATE Frame -
Class Summary Class Description DefaultSpdyDataFrame The defaultSpdyDataFrame
implementation.DefaultSpdyGoAwayFrame The defaultSpdyGoAwayFrame
implementation.DefaultSpdyHeaders DefaultSpdyHeadersFrame The defaultSpdyHeadersFrame
implementation.DefaultSpdyPingFrame The defaultSpdyPingFrame
implementation.DefaultSpdyRstStreamFrame The defaultSpdyRstStreamFrame
implementation.DefaultSpdySettingsFrame The defaultSpdySettingsFrame
implementation.DefaultSpdyStreamFrame The defaultSpdyStreamFrame
implementation.DefaultSpdySynReplyFrame The defaultSpdySynReplyFrame
implementation.DefaultSpdySynStreamFrame The defaultSpdySynStreamFrame
implementation.DefaultSpdyWindowUpdateFrame The defaultSpdyWindowUpdateFrame
implementation.SpdyFrameCodec AChannelHandler
that encodes and decodes SPDY Frames.SpdyFrameDecoder DecodesChannelBuffer
s into SPDY Frames.SpdyFrameEncoder Encodes a SPDY Frame into aChannelBuffer
.SpdyHeaderBlockRawDecoder SpdyHeaderBlockRawEncoder SpdyHeaders Provides the constants for the standard SPDY HTTP header names and commonly used utility methods that access aSpdyHeadersFrame
.SpdyHeaders.HttpNames SPDY HTTP header namesSpdyHttpCodec A combination ofSpdyHttpDecoder
andSpdyHttpEncoder
SpdyHttpDecoder DecodesSpdySynStreamFrame
s,SpdySynReplyFrame
s, andSpdyDataFrame
s intoHttpRequest
s andHttpResponse
s.SpdyHttpEncoder EncodesHttpRequest
s,HttpResponse
s, andHttpChunk
s intoSpdySynStreamFrame
s andSpdySynReplyFrame
s.SpdyHttpHeaders Provides the constants for the header names and the utility methods used by theSpdyHttpDecoder
andSpdyHttpEncoder
.SpdyHttpHeaders.Names SPDY HTTP header namesSpdyHttpResponseStreamIdHandler SimpleChannelHandler
that takes care of adding the right streamId to theHttpResponse
if one is not present.SpdyOrHttpChooser ChannelUpstreamHandler
which is responsible to setup theChannelPipeline
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 Summary Enum Description SpdyOrHttpChooser.SelectedProtocol SpdyVersion -
Exception Summary Exception Description SpdyProtocolException