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 defaultSpdyDataFrameimplementation.DefaultSpdyGoAwayFrame The defaultSpdyGoAwayFrameimplementation.DefaultSpdyHeaders DefaultSpdyHeadersFrame The defaultSpdyHeadersFrameimplementation.DefaultSpdyPingFrame The defaultSpdyPingFrameimplementation.DefaultSpdyRstStreamFrame The defaultSpdyRstStreamFrameimplementation.DefaultSpdySettingsFrame The defaultSpdySettingsFrameimplementation.DefaultSpdyStreamFrame The defaultSpdyStreamFrameimplementation.DefaultSpdySynReplyFrame The defaultSpdySynReplyFrameimplementation.DefaultSpdySynStreamFrame The defaultSpdySynStreamFrameimplementation.DefaultSpdyWindowUpdateFrame The defaultSpdyWindowUpdateFrameimplementation.SpdyFrameCodec AChannelHandlerthat encodes and decodes SPDY Frames.SpdyFrameDecoder DecodesByteBufs 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 ofSpdyHttpDecoderandSpdyHttpEncoderSpdyHttpDecoder DecodesSpdySynStreamFrames,SpdySynReplyFrames, andSpdyDataFrames intoFullHttpRequests andFullHttpResponses.SpdyHttpEncoder EncodesHttpRequests,HttpResponses, andHttpContents intoSpdySynStreamFrames andSpdySynReplyFrames.SpdyHttpHeaders Provides the constants for the header names and the utility methods used by theSpdyHttpDecoderandSpdyHttpEncoder.SpdyHttpHeaders.Names SPDY HTTP header namesSpdyHttpResponseStreamIdHandler MessageToMessageCodecthat takes care of adding the rightSpdyHttpHeaders.Names.STREAM_IDto theHttpMessageif 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