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 interfaceSpdyDataFrameA SPDY Protocol DATA FrameinterfaceSpdyGoAwayFrameA SPDY Protocol GOAWAY FrameinterfaceSpdyHeadersFrameA SPDY Protocol HEADERS FrameinterfaceSpdyPingFrameA SPDY Protocol PING FrameinterfaceSpdyRstStreamFrameA SPDY Protocol RST_STREAM FrameinterfaceSpdySettingsFrameA SPDY Protocol SETTINGS FrameinterfaceSpdyStreamFrameA SPDY Protocol Frame that is associated with an individual SPDY StreaminterfaceSpdySynReplyFrameA SPDY Protocol SYN_REPLY FrameinterfaceSpdySynStreamFrameA SPDY Protocol SYN_STREAM FrameinterfaceSpdyUnknownFrameA SPDY Control frame.interfaceSpdyWindowUpdateFrameA SPDY Protocol WINDOW_UPDATE FrameClasses in io.netty.handler.codec.spdy that implement SpdyFrame Modifier and Type Class Description classDefaultSpdyDataFrameThe defaultSpdyDataFrameimplementation.classDefaultSpdyGoAwayFrameThe defaultSpdyGoAwayFrameimplementation.classDefaultSpdyHeadersFrameThe defaultSpdyHeadersFrameimplementation.classDefaultSpdyPingFrameThe defaultSpdyPingFrameimplementation.classDefaultSpdyRstStreamFrameThe defaultSpdyRstStreamFrameimplementation.classDefaultSpdySettingsFrameThe defaultSpdySettingsFrameimplementation.classDefaultSpdyStreamFrameThe defaultSpdyStreamFrameimplementation.classDefaultSpdySynReplyFrameThe defaultSpdySynReplyFrameimplementation.classDefaultSpdySynStreamFrameThe defaultSpdySynStreamFrameimplementation.classDefaultSpdyUnknownFrameclassDefaultSpdyWindowUpdateFrameThe defaultSpdyWindowUpdateFrameimplementation.Methods in io.netty.handler.codec.spdy that return SpdyFrame Modifier and Type Method Description protected SpdyFrameSpdyFrameCodec. 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 voidSpdyHttpDecoder. decode(ChannelHandlerContext ctx, SpdyFrame msg, java.util.List<java.lang.Object> out)
-