public class DefaultSpdyWindowUpdateFrame extends java.lang.Object implements SpdyWindowUpdateFrame
SpdyWindowUpdateFrame implementation.| Constructor and Description |
|---|
DefaultSpdyWindowUpdateFrame (int streamId,
int deltaWindowSize)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
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 () |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic DefaultSpdyWindowUpdateFrame(int streamId, int deltaWindowSize)
streamId - the Stream-ID of this framedeltaWindowSize - the Delta-Window-Size of this framepublic int streamId()
SpdyWindowUpdateFrame streamId in interface SpdyWindowUpdateFrame public SpdyWindowUpdateFrame setStreamId(int streamId)
SpdyWindowUpdateFrame setStreamId in interface SpdyWindowUpdateFrame public int deltaWindowSize()
SpdyWindowUpdateFrame deltaWindowSize in interface SpdyWindowUpdateFrame public SpdyWindowUpdateFrame setDeltaWindowSize(int deltaWindowSize)
SpdyWindowUpdateFrame setDeltaWindowSize in interface SpdyWindowUpdateFrame public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2008–2018 The Netty Project. All rights reserved.