Uses of Interface
io.netty.handler.codec.spdy.SpdyGoAwayFrame
Packages that use SpdyGoAwayFrame
Package
Description
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 SpdyGoAwayFrameMethods in io.netty.handler.codec.spdy that return SpdyGoAwayFrameModifier and TypeMethodDescriptionDefaultSpdyGoAwayFrame.setLastGoodStreamId
(int lastGoodStreamId) SpdyGoAwayFrame.setLastGoodStreamId
(int lastGoodStreamId) Sets the Last-good-stream-ID of this frame.DefaultSpdyGoAwayFrame.setStatus
(SpdySessionStatus status) SpdyGoAwayFrame.setStatus
(SpdySessionStatus status) Sets the status of this frame.