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()
Deprecated.
|
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)
Deprecated.
|
String |
toString() |
public DefaultSpdyWindowUpdateFrame(int streamId, int deltaWindowSize)
streamId
- the Stream-ID of this framedeltaWindowSize
- the Delta-Window-Size of this frame@Deprecated public int getStreamID()
getStreamID
in interface SpdyWindowUpdateFrame
public int getStreamId()
SpdyWindowUpdateFrame
getStreamId
in interface SpdyWindowUpdateFrame
@Deprecated public void setStreamID(int streamId)
SpdyWindowUpdateFrame
SpdyWindowUpdateFrame.setStreamId(int)
instead.setStreamID
in interface SpdyWindowUpdateFrame
public void setStreamId(int streamId)
SpdyWindowUpdateFrame
setStreamId
in interface SpdyWindowUpdateFrame
public int getDeltaWindowSize()
SpdyWindowUpdateFrame
getDeltaWindowSize
in interface SpdyWindowUpdateFrame
public void setDeltaWindowSize(int deltaWindowSize)
SpdyWindowUpdateFrame
setDeltaWindowSize
in interface SpdyWindowUpdateFrame
Copyright © 2008-2014 The Netty Project. All Rights Reserved.