public interface SpdyWindowUpdateFrame extends SpdyFrame
限定符和类型 | 方法和说明 |
---|---|
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)