Uses of Interface
io.netty.handler.codec.spdy.SpdyGoAwayFrame
-
Packages that use SpdyGoAwayFrame Package Description io.netty.handler.codec.spdy Encoder, decoder, session handler and their related message types for the SPDY protocol. -
-
Uses of SpdyGoAwayFrame in io.netty.handler.codec.spdy
Classes in io.netty.handler.codec.spdy that implement SpdyGoAwayFrame Modifier and Type Class Description class
DefaultSpdyGoAwayFrame
The defaultSpdyGoAwayFrame
implementation.Methods in io.netty.handler.codec.spdy that return SpdyGoAwayFrame Modifier and Type Method Description SpdyGoAwayFrame
DefaultSpdyGoAwayFrame. setLastGoodStreamId(int lastGoodStreamId)
SpdyGoAwayFrame
SpdyGoAwayFrame. setLastGoodStreamId(int lastGoodStreamId)
Sets the Last-good-stream-ID of this frame.SpdyGoAwayFrame
DefaultSpdyGoAwayFrame. setStatus(SpdySessionStatus status)
SpdyGoAwayFrame
SpdyGoAwayFrame. setStatus(SpdySessionStatus status)
Sets the status of this frame.
-