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 FrameSpdyUnknownFrame A SPDY Control frame.SpdyWindowUpdateFrame A SPDY Protocol WINDOW_UPDATE Frame -
Enum Summary Enum Description SpdyVersion -
Exception Summary Exception Description SpdyProtocolException