Uses of Interface
io.netty.handler.codec.spdy.SpdyFrame
-
Packages that use SpdyFrame Package Description io.netty.handler.codec.spdy 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.spdy Modifier and Type Interface Description interface
SpdyDataFrame
A SPDY Protocol DATA Frameinterface
SpdyGoAwayFrame
A SPDY Protocol GOAWAY Frameinterface
SpdyHeadersFrame
A SPDY Protocol HEADERS Frameinterface
SpdyPingFrame
A SPDY Protocol PING Frameinterface
SpdyRstStreamFrame
A SPDY Protocol RST_STREAM Frameinterface
SpdySettingsFrame
A SPDY Protocol SETTINGS Frameinterface
SpdyStreamFrame
A SPDY Protocol Frame that is associated with an individual SPDY Streaminterface
SpdySynReplyFrame
A SPDY Protocol SYN_REPLY Frameinterface
SpdySynStreamFrame
A SPDY Protocol SYN_STREAM Frameinterface
SpdyUnknownFrame
A SPDY Control frame.interface
SpdyWindowUpdateFrame
A SPDY Protocol WINDOW_UPDATE FrameClasses in io.netty.handler.codec.spdy that implement SpdyFrame Modifier and Type Class Description class
DefaultSpdyDataFrame
The defaultSpdyDataFrame
implementation.class
DefaultSpdyGoAwayFrame
The defaultSpdyGoAwayFrame
implementation.class
DefaultSpdyHeadersFrame
The defaultSpdyHeadersFrame
implementation.class
DefaultSpdyPingFrame
The defaultSpdyPingFrame
implementation.class
DefaultSpdyRstStreamFrame
The defaultSpdyRstStreamFrame
implementation.class
DefaultSpdySettingsFrame
The defaultSpdySettingsFrame
implementation.class
DefaultSpdyStreamFrame
The defaultSpdyStreamFrame
implementation.class
DefaultSpdySynReplyFrame
The defaultSpdySynReplyFrame
implementation.class
DefaultSpdySynStreamFrame
The defaultSpdySynStreamFrame
implementation.class
DefaultSpdyUnknownFrame
class
DefaultSpdyWindowUpdateFrame
The defaultSpdyWindowUpdateFrame
implementation.Methods in io.netty.handler.codec.spdy that return SpdyFrame Modifier and Type Method Description protected SpdyFrame
SpdyFrameCodec. newSpdyUnknownFrame(int frameType, byte flags, ByteBuf payload)
Create a SpdyUnknownFrame.Methods in io.netty.handler.codec.spdy with parameters of type SpdyFrame Modifier and Type Method Description protected void
SpdyHttpDecoder. decode(ChannelHandlerContext ctx, SpdyFrame msg, java.util.List<java.lang.Object> out)
-