| Package | Description |
|---|---|
| io.netty.handler.codec.spdy |
Encoder, decoder, session handler and their related message types for the SPDY protocol.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSpdyWindowUpdateFrame
The default
SpdyWindowUpdateFrame implementation. |
| Modifier and Type | Method and Description |
|---|---|
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) |
Copyright © 2008–2018 The Netty Project. All rights reserved.