public class DefaultSpdyWindowUpdateFrame extends java.lang.Object implements SpdyWindowUpdateFrame
SpdyWindowUpdateFrame implementation.| 构造器和说明 |
|---|
DefaultSpdyWindowUpdateFrame(int streamId,
int deltaWindowSize)
Creates a new instance.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
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 streamId()
SpdyWindowUpdateFramestreamId 在接口中 SpdyWindowUpdateFramepublic SpdyWindowUpdateFrame setStreamId(int streamId)
SpdyWindowUpdateFramesetStreamId 在接口中 SpdyWindowUpdateFramepublic int deltaWindowSize()
SpdyWindowUpdateFramedeltaWindowSize 在接口中 SpdyWindowUpdateFramepublic SpdyWindowUpdateFrame setDeltaWindowSize(int deltaWindowSize)
SpdyWindowUpdateFramesetDeltaWindowSize 在接口中 SpdyWindowUpdateFramepublic java.lang.String toString()
toString 在类中 java.lang.Object