程序包 | 说明 |
---|---|
io.netty.handler.codec.spdy |
Encoder, decoder, session handler and their related message types for the SPDY protocol.
|
限定符和类型 | 类和说明 |
---|---|
class |
DefaultSpdyGoAwayFrame
The default
SpdyGoAwayFrame implementation. |
限定符和类型 | 方法和说明 |
---|---|
SpdyGoAwayFrame |
SpdyGoAwayFrame.setLastGoodStreamId(int lastGoodStreamId)
Sets the Last-good-stream-ID of this frame.
|
SpdyGoAwayFrame |
DefaultSpdyGoAwayFrame.setLastGoodStreamId(int lastGoodStreamId) |
SpdyGoAwayFrame |
SpdyGoAwayFrame.setStatus(SpdySessionStatus status)
Sets the status of this frame.
|
SpdyGoAwayFrame |
DefaultSpdyGoAwayFrame.setStatus(SpdySessionStatus status) |