public class DefaultSpdyWindowUpdateFrame extends java.lang.Object implements SpdyWindowUpdateFrame
SpdyWindowUpdateFrame
implementation.构造器和说明 |
---|
DefaultSpdyWindowUpdateFrame(int streamId,
int deltaWindowSize)
Creates a new instance.
|
限定符和类型 | 方法和说明 |
---|---|
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.
|
java.lang.String |
toString() |
public DefaultSpdyWindowUpdateFrame(int streamId, int deltaWindowSize)
streamId
- the Stream-ID of this framedeltaWindowSize
- the Delta-Window-Size of this framepublic int getStreamId()
SpdyWindowUpdateFrame
getStreamId
在接口中 SpdyWindowUpdateFrame
public void setStreamId(int streamId)
SpdyWindowUpdateFrame
setStreamId
在接口中 SpdyWindowUpdateFrame
public int getDeltaWindowSize()
SpdyWindowUpdateFrame
getDeltaWindowSize
在接口中 SpdyWindowUpdateFrame
public void setDeltaWindowSize(int deltaWindowSize)
SpdyWindowUpdateFrame
setDeltaWindowSize
在接口中 SpdyWindowUpdateFrame
public java.lang.String toString()
toString
在类中 java.lang.Object