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 classDefaultSpdyGoAwayFrameThe defaultSpdyGoAwayFrameimplementation.Methods in io.netty.handler.codec.spdy that return SpdyGoAwayFrame Modifier and Type Method Description SpdyGoAwayFrameDefaultSpdyGoAwayFrame. setLastGoodStreamId(int lastGoodStreamId)SpdyGoAwayFrameSpdyGoAwayFrame. setLastGoodStreamId(int lastGoodStreamId)Sets the Last-good-stream-ID of this frame.SpdyGoAwayFrameDefaultSpdyGoAwayFrame. setStatus(SpdySessionStatus status)SpdyGoAwayFrameSpdyGoAwayFrame. setStatus(SpdySessionStatus status)Sets the status of this frame.
-