Package | Description |
---|---|
org.jboss.netty.handler.codec.spdy |
Encoder, decoder, session handler and their related message types for the SPDY protocol.
|
Modifier and Type | Field and Description |
---|---|
static SpdySessionStatus |
SpdySessionStatus.INTERNAL_ERROR
2 Internal Error
|
static SpdySessionStatus |
SpdySessionStatus.OK
0 OK
|
static SpdySessionStatus |
SpdySessionStatus.PROTOCOL_ERROR
1 Protocol Error
|
Modifier and Type | Method and Description |
---|---|
SpdySessionStatus |
SpdyGoAwayFrame.getStatus()
Returns the status of this frame.
|
SpdySessionStatus |
DefaultSpdyGoAwayFrame.getStatus() |
static SpdySessionStatus |
SpdySessionStatus.valueOf(int code)
Returns the
SpdySessionStatus represented by the specified code. |
Modifier and Type | Method and Description |
---|---|
int |
SpdySessionStatus.compareTo(SpdySessionStatus o) |
void |
SpdyGoAwayFrame.setStatus(SpdySessionStatus status)
Sets the status of this frame.
|
void |
DefaultSpdyGoAwayFrame.setStatus(SpdySessionStatus status) |
Constructor and Description |
---|
DefaultSpdyGoAwayFrame(int lastGoodStreamId,
SpdySessionStatus status)
Creates a new instance.
|
Copyright © 2008-2014 The Netty Project. All Rights Reserved.