public class DefaultSpdyGoAwayFrame extends java.lang.Object implements SpdyGoAwayFrame
SpdyGoAwayFrame
implementation.Modifier and Type | Field and Description |
---|---|
private int |
lastGoodStreamId |
private SpdySessionStatus |
status |
Constructor and Description |
---|
DefaultSpdyGoAwayFrame(int lastGoodStreamId)
Creates a new instance.
|
DefaultSpdyGoAwayFrame(int lastGoodStreamId,
int statusCode)
Creates a new instance.
|
DefaultSpdyGoAwayFrame(int lastGoodStreamId,
SpdySessionStatus status)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
int |
lastGoodStreamId()
Returns the Last-good-stream-ID of this frame.
|
SpdyGoAwayFrame |
setLastGoodStreamId(int lastGoodStreamId)
Sets the Last-good-stream-ID of this frame.
|
SpdyGoAwayFrame |
setStatus(SpdySessionStatus status)
Sets the status of this frame.
|
SpdySessionStatus |
status()
Returns the status of this frame.
|
java.lang.String |
toString() |
private int lastGoodStreamId
private SpdySessionStatus status
public DefaultSpdyGoAwayFrame(int lastGoodStreamId)
lastGoodStreamId
- the Last-good-stream-ID of this framepublic DefaultSpdyGoAwayFrame(int lastGoodStreamId, int statusCode)
lastGoodStreamId
- the Last-good-stream-ID of this framestatusCode
- the Status code of this framepublic DefaultSpdyGoAwayFrame(int lastGoodStreamId, SpdySessionStatus status)
lastGoodStreamId
- the Last-good-stream-ID of this framestatus
- the status of this framepublic int lastGoodStreamId()
SpdyGoAwayFrame
lastGoodStreamId
in interface SpdyGoAwayFrame
public SpdyGoAwayFrame setLastGoodStreamId(int lastGoodStreamId)
SpdyGoAwayFrame
setLastGoodStreamId
in interface SpdyGoAwayFrame
public SpdySessionStatus status()
SpdyGoAwayFrame
status
in interface SpdyGoAwayFrame
public SpdyGoAwayFrame setStatus(SpdySessionStatus status)
SpdyGoAwayFrame
setStatus
in interface SpdyGoAwayFrame
public java.lang.String toString()
toString
in class java.lang.Object