Uses of Class
io.netty.handler.codec.spdy.SpdySessionStatus
Packages that use SpdySessionStatus
Package
Description
Encoder, decoder, session handler and their related message types for the SPDY protocol.
-
Uses of SpdySessionStatus in io.netty.handler.codec.spdy
Fields in io.netty.handler.codec.spdy declared as SpdySessionStatusModifier and TypeFieldDescriptionstatic final SpdySessionStatusSpdySessionStatus.INTERNAL_ERROR2 Internal Errorstatic final SpdySessionStatusSpdySessionStatus.OK0 OKstatic final SpdySessionStatusSpdySessionStatus.PROTOCOL_ERROR1 Protocol Errorprivate SpdySessionStatusDefaultSpdyGoAwayFrame.statusMethods in io.netty.handler.codec.spdy that return SpdySessionStatusModifier and TypeMethodDescriptionDefaultSpdyGoAwayFrame.status()SpdyGoAwayFrame.status()Returns the status of this frame.static SpdySessionStatusSpdySessionStatus.valueOf(int code) Returns theSpdySessionStatusrepresented by the specified code.Methods in io.netty.handler.codec.spdy with parameters of type SpdySessionStatusModifier and TypeMethodDescriptionintSpdySessionStatus.compareTo(SpdySessionStatus o) private voidSpdySessionHandler.issueSessionError(ChannelHandlerContext ctx, SpdySessionStatus status) private ChannelFutureSpdySessionHandler.sendGoAwayFrame(ChannelHandlerContext ctx, SpdySessionStatus status) DefaultSpdyGoAwayFrame.setStatus(SpdySessionStatus status) SpdyGoAwayFrame.setStatus(SpdySessionStatus status) Sets the status of this frame.Constructors in io.netty.handler.codec.spdy with parameters of type SpdySessionStatusModifierConstructorDescriptionDefaultSpdyGoAwayFrame(int lastGoodStreamId, SpdySessionStatus status) Creates a new instance.