Package io.netty.handler.codec.spdy
package io.netty.handler.codec.spdy
Encoder, decoder, session handler and their related message types for the SPDY protocol.
-
ClassDescriptionThe default
SpdyDataFrame
implementation.The defaultSpdyGoAwayFrame
implementation.The defaultSpdyHeadersFrame
implementation.The defaultSpdyPingFrame
implementation.The defaultSpdyRstStreamFrame
implementation.The defaultSpdySettingsFrame
implementation.The defaultSpdyStreamFrame
implementation.The defaultSpdySynReplyFrame
implementation.The defaultSpdySynStreamFrame
implementation.The defaultSpdyWindowUpdateFrame
implementation.A SPDY Protocol DATA FrameA SPDY Protocol FrameAChannelHandler
that encodes and decodes SPDY Frames.DecodesByteBuf
s into SPDY Frames.Callback interface forSpdyFrameDecoder
.Encodes a SPDY Frame into aByteBuf
.A SPDY Protocol GOAWAY FrameSuper-class for SPDY header-block decoders.Super-class for SPDY header-block encoders.Provides 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 ofSpdyHttpDecoder
andSpdyHttpEncoder
DecodesSpdySynStreamFrame
s,SpdySynReplyFrame
s, andSpdyDataFrame
s intoFullHttpRequest
s andFullHttpResponse
s.EncodesHttpRequest
s,HttpResponse
s, andHttpContent
s intoSpdySynStreamFrame
s andSpdySynReplyFrame
s.Provides the constants for the header names and the utility methods used by theSpdyHttpDecoder
andSpdyHttpEncoder
.SPDY HTTP header namesMessageToMessageCodec
that takes care of adding the rightSpdyHttpHeaders.Names.STREAM_ID
to theHttpMessage
if one is not present.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