Uses of Package
org.jboss.netty.handler.codec.spdy
Packages that use org.jboss.netty.handler.codec.spdy
Package
Description
Encoder, decoder, session handler and their related message types for the SPDY protocol.
-
Classes in org.jboss.netty.handler.codec.spdy used by org.jboss.netty.handler.codec.spdyClassDescriptionThe default
SpdyHeadersFrameimplementation.The defaultSpdyStreamFrameimplementation.A SPDY Protocol DATA FrameA SPDY Protocol FrameDecodesChannelBuffers 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.A SPDY Protocol HEADERS FrameDecodesSpdySynStreamFrames,SpdySynReplyFrames, andSpdyDataFrames intoHttpRequests andHttpResponses.EncodesHttpRequests,HttpResponses, andHttpChunks intoSpdySynStreamFrames andSpdySynReplyFrames.A SPDY Protocol PING FrameA SPDY Protocol RST_STREAM FrameThe 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