
public class DefaultSpdyWindowUpdateFrame extends Object implements SpdyWindowUpdateFrame
SpdyWindowUpdateFrame implementation.| Constructor and Description | 
|---|
| DefaultSpdyWindowUpdateFrame(int streamId,
                            int deltaWindowSize)Creates a new instance. | 
| 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. | 
| int | getStreamID() | 
| void | setDeltaWindowSize(int deltaWindowSize)Sets the Delta-Window-Size of this frame. | 
| void | setStreamId(int streamId)Sets the Stream-ID of this frame. | 
| void | setStreamID(int streamId)Use  SpdyWindowUpdateFrame.setStreamId(int)instead. | 
| String | toString() | 
public DefaultSpdyWindowUpdateFrame(int streamId,
                            int deltaWindowSize)
streamId - the Stream-ID of this framedeltaWindowSize - the Delta-Window-Size of this framepublic int getStreamID()
getStreamID in interface SpdyWindowUpdateFramepublic int getStreamId()
SpdyWindowUpdateFramegetStreamId in interface SpdyWindowUpdateFramepublic void setStreamID(int streamId)
SpdyWindowUpdateFrameSpdyWindowUpdateFrame.setStreamId(int) instead.setStreamID in interface SpdyWindowUpdateFramepublic void setStreamId(int streamId)
SpdyWindowUpdateFramesetStreamId in interface SpdyWindowUpdateFramepublic int getDeltaWindowSize()
SpdyWindowUpdateFramegetDeltaWindowSize in interface SpdyWindowUpdateFramepublic void setDeltaWindowSize(int deltaWindowSize)
SpdyWindowUpdateFramesetDeltaWindowSize in interface SpdyWindowUpdateFrameCopyright © 2008-2013 The Netty Project. All Rights Reserved.