public interface SpdyWindowUpdateFrame extends SpdyFrame
Modifier and Type | Method and Description |
---|---|
int |
deltaWindowSize()
Returns the Delta-Window-Size of this frame.
|
SpdyWindowUpdateFrame |
setDeltaWindowSize(int deltaWindowSize)
Sets the Delta-Window-Size of this frame.
|
SpdyWindowUpdateFrame |
setStreamId(int streamID)
Sets the Stream-ID of this frame.
|
int |
streamId()
Returns the Stream-ID of this frame.
|
int streamId()
SpdyWindowUpdateFrame setStreamId(int streamID)
int deltaWindowSize()
SpdyWindowUpdateFrame setDeltaWindowSize(int deltaWindowSize)
Copyright © 2008–2017 The Netty Project. All rights reserved.