Uses of Class
org.jboss.netty.handler.codec.spdy.SpdySessionStatus
-
Packages that use SpdySessionStatus Package Description org.jboss.netty.handler.codec.spdy Encoder, decoder, session handler and their related message types for the SPDY protocol. -
-
Uses of SpdySessionStatus in org.jboss.netty.handler.codec.spdy
Fields in org.jboss.netty.handler.codec.spdy declared as SpdySessionStatus Modifier and Type Field Description static SpdySessionStatusSpdySessionStatus. INTERNAL_ERROR2 Internal Errorstatic SpdySessionStatusSpdySessionStatus. OK0 OKstatic SpdySessionStatusSpdySessionStatus. PROTOCOL_ERROR1 Protocol Errorprivate SpdySessionStatusDefaultSpdyGoAwayFrame. statusMethods in org.jboss.netty.handler.codec.spdy that return SpdySessionStatus Modifier and Type Method Description SpdySessionStatusDefaultSpdyGoAwayFrame. getStatus()SpdySessionStatusSpdyGoAwayFrame. getStatus()Returns the status of this frame.static SpdySessionStatusSpdySessionStatus. valueOf(int code)Returns theSpdySessionStatusrepresented by the specified code.Methods in org.jboss.netty.handler.codec.spdy with parameters of type SpdySessionStatus Modifier and Type Method Description intSpdySessionStatus. compareTo(SpdySessionStatus o)private voidSpdySessionHandler. issueSessionError(ChannelHandlerContext ctx, Channel channel, java.net.SocketAddress remoteAddress, SpdySessionStatus status)private ChannelFutureSpdySessionHandler. sendGoAwayFrame(ChannelHandlerContext ctx, Channel channel, java.net.SocketAddress remoteAddress, SpdySessionStatus status)voidDefaultSpdyGoAwayFrame. setStatus(SpdySessionStatus status)voidSpdyGoAwayFrame. setStatus(SpdySessionStatus status)Sets the status of this frame.Constructors in org.jboss.netty.handler.codec.spdy with parameters of type SpdySessionStatus Constructor Description DefaultSpdyGoAwayFrame(int lastGoodStreamId, SpdySessionStatus status)Creates a new instance.
-