public interface SpdyGoAwayFrame extends SpdyFrame
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.
|
int lastGoodStreamId()
SpdyGoAwayFrame setLastGoodStreamId(int lastGoodStreamId)
SpdySessionStatus status()
SpdyGoAwayFrame setStatus(SpdySessionStatus status)
Copyright © 2008–2017 The Netty Project. All rights reserved.