public interface SpdyGoAwayFrame
Modifier and Type | Method and Description |
---|---|
int |
getLastGoodStreamId()
Returns the Last-good-stream-ID of this frame.
|
int |
getLastGoodStreamID()
Deprecated.
Use
getLastGoodStreamId() instead. |
SpdySessionStatus |
getStatus()
Returns the status of this frame.
|
void |
setLastGoodStreamId(int lastGoodStreamId)
Sets the Last-good-stream-ID of this frame.
|
void |
setLastGoodStreamID(int lastGoodStreamId)
Deprecated.
Use
setLastGoodStreamId(int) instead. |
void |
setStatus(SpdySessionStatus status)
Sets the status of this frame.
|
@Deprecated int getLastGoodStreamID()
getLastGoodStreamId()
instead.int getLastGoodStreamId()
@Deprecated void setLastGoodStreamID(int lastGoodStreamId)
setLastGoodStreamId(int)
instead.void setLastGoodStreamId(int lastGoodStreamId)
SpdySessionStatus getStatus()
void setStatus(SpdySessionStatus status)
Copyright © 2008-2014 The Netty Project. All Rights Reserved.