Uses of Package
io.netty.handler.codec.spdy
Packages that use io.netty.handler.codec.spdy
Package
Description
Encoder, decoder, session handler and their related message types for the SPDY protocol.
-
Classes in io.netty.handler.codec.spdy used by io.netty.handler.codec.spdyClassDescriptionThe default
SpdyHeadersFrame
implementation.The defaultSpdyStreamFrame
implementation.A SPDY Protocol DATA FrameA SPDY Protocol FrameDecodesByteBuf
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
.A SPDY Protocol HEADERS FrameA 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 Control frame.A SPDY Protocol WINDOW_UPDATE Frame