程序包 | 说明 |
---|---|
io.netty.handler.codec.spdy |
Encoder, decoder, session handler and their related message types for the SPDY protocol.
|
限定符和类型 | 类和说明 |
---|---|
class |
DefaultSpdyWindowUpdateFrame
The default
SpdyWindowUpdateFrame implementation. |
限定符和类型 | 方法和说明 |
---|---|
SpdyWindowUpdateFrame |
SpdyWindowUpdateFrame.setDeltaWindowSize(int deltaWindowSize)
Sets the Delta-Window-Size of this frame.
|
SpdyWindowUpdateFrame |
DefaultSpdyWindowUpdateFrame.setDeltaWindowSize(int deltaWindowSize) |
SpdyWindowUpdateFrame |
SpdyWindowUpdateFrame.setStreamId(int streamID)
Sets the Stream-ID of this frame.
|
SpdyWindowUpdateFrame |
DefaultSpdyWindowUpdateFrame.setStreamId(int streamId) |