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 defaultSpdyDataFrameimplementation.DefaultSpdyGoAwayFrame The defaultSpdyGoAwayFrameimplementation.DefaultSpdyHeaders DefaultSpdyHeadersFrame The defaultSpdyHeadersFrameimplementation.DefaultSpdyPingFrame The defaultSpdyPingFrameimplementation.DefaultSpdyRstStreamFrame The defaultSpdyRstStreamFrameimplementation.DefaultSpdySettingsFrame The defaultSpdySettingsFrameimplementation.DefaultSpdyStreamFrame The defaultSpdyStreamFrameimplementation.DefaultSpdySynReplyFrame The defaultSpdySynReplyFrameimplementation.DefaultSpdySynStreamFrame The defaultSpdySynStreamFrameimplementation.DefaultSpdyWindowUpdateFrame The defaultSpdyWindowUpdateFrameimplementation.SpdyFrameCodec AChannelHandlerthat encodes and decodes SPDY Frames.SpdyFrameDecoder DecodesChannelBuffers 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 ofSpdyHttpDecoderandSpdyHttpEncoderSpdyHttpDecoder DecodesSpdySynStreamFrames,SpdySynReplyFrames, andSpdyDataFrames intoHttpRequests andHttpResponses.SpdyHttpEncoder EncodesHttpRequests,HttpResponses, andHttpChunks intoSpdySynStreamFrames andSpdySynReplyFrames.SpdyHttpHeaders Provides the constants for the header names and the utility methods used by theSpdyHttpDecoderandSpdyHttpEncoder.SpdyHttpHeaders.Names SPDY HTTP header namesSpdyHttpResponseStreamIdHandler SimpleChannelHandlerthat takes care of adding the right streamId to theHttpResponseif one is not present.SpdyOrHttpChooser ChannelUpstreamHandlerwhich is responsible to setup theChannelPipelineeither 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