public interface SpdyWindowUpdateFrame extends SpdyFrame
Modifier and Type | Method and Description |
---|---|
int |
getDeltaWindowSize()
Returns the Delta-Window-Size of this frame.
|
int |
getStreamId()
Returns the Stream-ID 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 getStreamId()
SpdyWindowUpdateFrame setStreamId(int streamID)
int getDeltaWindowSize()
SpdyWindowUpdateFrame setDeltaWindowSize(int deltaWindowSize)
Copyright © 2008–2014 The Netty Project. All rights reserved.