程序包 | 说明 |
---|---|
io.netty.handler.codec.spdy |
Encoder, decoder, session handler and their related message types for the SPDY protocol.
|
限定符和类型 | 类和说明 |
---|---|
class |
DefaultSpdyRstStreamFrame
The default
SpdyRstStreamFrame implementation. |
限定符和类型 | 方法和说明 |
---|---|
SpdyRstStreamFrame |
SpdyRstStreamFrame.setLast(boolean last) |
SpdyRstStreamFrame |
DefaultSpdyRstStreamFrame.setLast(boolean last) |
SpdyRstStreamFrame |
SpdyRstStreamFrame.setStatus(SpdyStreamStatus status)
Sets the status of this frame.
|
SpdyRstStreamFrame |
DefaultSpdyRstStreamFrame.setStatus(SpdyStreamStatus status) |
SpdyRstStreamFrame |
SpdyRstStreamFrame.setStreamId(int streamId) |
SpdyRstStreamFrame |
DefaultSpdyRstStreamFrame.setStreamId(int streamId) |