Uses of Interface
io.netty.handler.codec.spdy.SpdyFrame
Packages that use SpdyFrame
Package
Description
Encoder, decoder, session handler and their related message types for the SPDY protocol.
-
Uses of SpdyFrame in io.netty.handler.codec.spdy
Subinterfaces of SpdyFrame in io.netty.handler.codec.spdyModifier and TypeInterfaceDescriptioninterface
A SPDY Protocol DATA Frameinterface
A SPDY Protocol GOAWAY Frameinterface
A SPDY Protocol HEADERS Frameinterface
A SPDY Protocol PING Frameinterface
A SPDY Protocol RST_STREAM Frameinterface
A SPDY Protocol SETTINGS Frameinterface
A SPDY Protocol Frame that is associated with an individual SPDY Streaminterface
A SPDY Protocol SYN_REPLY Frameinterface
A SPDY Protocol SYN_STREAM Frameinterface
A SPDY Control frame.interface
A SPDY Protocol WINDOW_UPDATE FrameClasses in io.netty.handler.codec.spdy that implement SpdyFrameModifier and TypeClassDescriptionclass
The defaultSpdyDataFrame
implementation.class
The defaultSpdyGoAwayFrame
implementation.class
The defaultSpdyHeadersFrame
implementation.class
The defaultSpdyPingFrame
implementation.class
The defaultSpdyRstStreamFrame
implementation.class
The defaultSpdySettingsFrame
implementation.class
The defaultSpdyStreamFrame
implementation.class
The defaultSpdySynReplyFrame
implementation.class
The defaultSpdySynStreamFrame
implementation.final class
class
The defaultSpdyWindowUpdateFrame
implementation.Methods in io.netty.handler.codec.spdy that return SpdyFrameModifier and TypeMethodDescriptionprotected SpdyFrame
SpdyFrameCodec.newSpdyUnknownFrame
(int frameType, byte flags, ByteBuf payload) Create a SpdyUnknownFrame.Methods in io.netty.handler.codec.spdy with parameters of type SpdyFrameModifier and TypeMethodDescriptionprotected void
SpdyHttpDecoder.decode
(ChannelHandlerContext ctx, SpdyFrame msg, List<Object> out)