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 TypeInterfaceDescriptioninterfaceA SPDY Protocol DATA FrameinterfaceA SPDY Protocol GOAWAY FrameinterfaceA SPDY Protocol HEADERS FrameinterfaceA SPDY Protocol PING FrameinterfaceA SPDY Protocol RST_STREAM FrameinterfaceA SPDY Protocol SETTINGS FrameinterfaceA SPDY Protocol Frame that is associated with an individual SPDY StreaminterfaceA SPDY Protocol SYN_REPLY FrameinterfaceA SPDY Protocol SYN_STREAM FrameinterfaceA SPDY Control frame.interfaceA SPDY Protocol WINDOW_UPDATE FrameClasses in io.netty.handler.codec.spdy that implement SpdyFrameModifier and TypeClassDescriptionclassThe defaultSpdyDataFrameimplementation.classThe defaultSpdyGoAwayFrameimplementation.classThe defaultSpdyHeadersFrameimplementation.classThe defaultSpdyPingFrameimplementation.classThe defaultSpdyRstStreamFrameimplementation.classThe defaultSpdySettingsFrameimplementation.classThe defaultSpdyStreamFrameimplementation.classThe defaultSpdySynReplyFrameimplementation.classThe defaultSpdySynStreamFrameimplementation.final classclassThe defaultSpdyWindowUpdateFrameimplementation.Subclasses with type arguments of type SpdyFrame in io.netty.handler.codec.spdyModifier and TypeClassDescriptionclassDecodesSpdySynStreamFrames,SpdySynReplyFrames, andSpdyDataFrames intoFullHttpRequests andFullHttpResponses.Methods in io.netty.handler.codec.spdy that return SpdyFrameModifier and TypeMethodDescriptionprotected SpdyFrameSpdyFrameCodec.newSpdyUnknownFrame(int frameType, byte flags, ByteBuf payload) Create a SpdyUnknownFrame.Methods in io.netty.handler.codec.spdy with parameters of type SpdyFrameModifier and TypeMethodDescriptionprotected voidSpdyHttpDecoder.decode(ChannelHandlerContext ctx, SpdyFrame msg, List<Object> out)