Package io.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 FrameSpdyHeaders Provides the constants for the standard SPDY HTTP header names and commonly used utility methods that access aSpdyHeadersFrame
.SpdyHeadersFrame 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 DecodesByteBuf
s into SPDY Frames.SpdyFrameEncoder Encodes a SPDY Frame into aByteBuf
.SpdyHeaderBlockDecoder Super-class for SPDY header-block decoders.SpdyHeaderBlockEncoder Super-class for SPDY header-block encoders.SpdyHeaderBlockRawDecoder SpdyHeaderBlockRawEncoder SpdyHeaders.HttpNames SPDY HTTP header namesSpdyHttpCodec A combination ofSpdyHttpDecoder
andSpdyHttpEncoder
SpdyHttpDecoder DecodesSpdySynStreamFrame
s,SpdySynReplyFrame
s, andSpdyDataFrame
s intoFullHttpRequest
s andFullHttpResponse
s.SpdyHttpEncoder EncodesHttpRequest
s,HttpResponse
s, andHttpContent
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 MessageToMessageCodec
that takes care of adding the rightSpdyHttpHeaders.Names.STREAM_ID
to theHttpMessage
if one is not present.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 SpdyVersion -
Exception Summary Exception Description SpdyProtocolException