public interface SpdyGoAwayFrame extends SpdyControlFrame
| Modifier and Type | Method and Description |
|---|---|
int |
getLastGoodStreamId()
Returns the Last-good-stream-ID of this frame.
|
SpdySessionStatus |
getStatus()
Returns the getStatus of this frame.
|
SpdyGoAwayFrame |
setLastGoodStreamId(int lastGoodStreamId)
Sets the Last-good-stream-ID of this frame.
|
SpdyGoAwayFrame |
setStatus(SpdySessionStatus status)
Sets the getStatus of this frame.
|
int getLastGoodStreamId()
SpdyGoAwayFrame setLastGoodStreamId(int lastGoodStreamId)
SpdySessionStatus getStatus()
SpdyGoAwayFrame setStatus(SpdySessionStatus status)
Copyright © 2008-2013 The Netty Project. All Rights Reserved.