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.
|
void |
setDeltaWindowSize(int deltaWindowSize)
Sets the Delta-Window-Size of this frame.
|
void |
setStreamId(int streamId)
Sets the Stream-ID of this frame.
|
int getStreamId()
void setStreamId(int streamId)
int getDeltaWindowSize()
void setDeltaWindowSize(int deltaWindowSize)
Copyright © 2008-2014 The Netty Project. All Rights Reserved.