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()
SpdyWindowUpdateFrame
streamId
在接口中 SpdyWindowUpdateFrame
public SpdyWindowUpdateFrame setStreamId(int streamId)
SpdyWindowUpdateFrame
setStreamId
在接口中 SpdyWindowUpdateFrame
public int deltaWindowSize()
SpdyWindowUpdateFrame
deltaWindowSize
在接口中 SpdyWindowUpdateFrame
public SpdyWindowUpdateFrame setDeltaWindowSize(int deltaWindowSize)
SpdyWindowUpdateFrame
setDeltaWindowSize
在接口中 SpdyWindowUpdateFrame
public java.lang.String toString()
toString
在类中 java.lang.Object