public interface SpdyGoAwayFrame extends SpdyFrame
Modifier and Type | Method and Description |
---|---|
int |
getLastGoodStreamId()
Returns the Last-good-stream-ID of this frame.
|
SpdySessionStatus |
getStatus()
Returns the status 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.
|
int getLastGoodStreamId()
SpdyGoAwayFrame setLastGoodStreamId(int lastGoodStreamId)
SpdySessionStatus getStatus()
SpdyGoAwayFrame setStatus(SpdySessionStatus status)
Copyright © 2008–2018 The Netty Project. All rights reserved.