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
SpdyHeadersFrame
implementation.The defaultSpdyStreamFrame
implementation.A SPDY Protocol DATA FrameA SPDY Protocol FrameDecodesChannelBuffer
s 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 FrameDecodesSpdySynStreamFrame
s,SpdySynReplyFrame
s, andSpdyDataFrame
s intoHttpRequest
s andHttpResponse
s.EncodesHttpRequest
s,HttpResponse
s, andHttpChunk
s intoSpdySynStreamFrame
s andSpdySynReplyFrame
s.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