Package org.jboss.netty.handler.codec.spdy
package org.jboss.netty.handler.codec.spdy
Encoder, decoder, session handler and their related message types for the SPDY protocol.
-
ClassDescriptionThe default
SpdyDataFrameimplementation.The defaultSpdyGoAwayFrameimplementation.The defaultSpdyHeadersFrameimplementation.The defaultSpdyPingFrameimplementation.The defaultSpdyRstStreamFrameimplementation.The defaultSpdySettingsFrameimplementation.The defaultSpdyStreamFrameimplementation.The defaultSpdySynReplyFrameimplementation.The defaultSpdySynStreamFrameimplementation.The defaultSpdyWindowUpdateFrameimplementation.A SPDY Protocol DATA FrameA SPDY Protocol FrameAChannelHandlerthat encodes and decodes SPDY Frames.DecodesChannelBuffers into SPDY Frames.Callback interface forSpdyFrameDecoder.Encodes a SPDY Frame into aChannelBuffer.A SPDY Protocol GOAWAY FrameProvides the constants for the standard SPDY HTTP header names and commonly used utility methods that access aSpdyHeadersFrame.SPDY HTTP header namesA SPDY Protocol HEADERS FrameA combination ofSpdyHttpDecoderandSpdyHttpEncoderDecodesSpdySynStreamFrames,SpdySynReplyFrames, andSpdyDataFrames intoHttpRequests andHttpResponses.EncodesHttpRequests,HttpResponses, andHttpChunks intoSpdySynStreamFrames andSpdySynReplyFrames.Provides the constants for the header names and the utility methods used by theSpdyHttpDecoderandSpdyHttpEncoder.SPDY HTTP header namesSimpleChannelHandlerthat takes care of adding the right streamId to theHttpResponseif one is not present.ChannelUpstreamHandlerwhich is responsible to setup theChannelPipelineeither for HTTP or SPDY.A SPDY Protocol PING FrameA SPDY Protocol RST_STREAM FrameManages streams within a SPDY session.The SPDY session status code and its description.A SPDY Protocol SETTINGS FrameA SPDY Protocol Frame that is associated with an individual SPDY StreamThe SPDY stream status code and its description.A SPDY Protocol SYN_REPLY FrameA SPDY Protocol SYN_STREAM FrameA SPDY Protocol WINDOW_UPDATE Frame