@UnstableApi public class DefaultHttp2WindowUpdateFrame extends AbstractHttp2StreamFrame implements Http2WindowUpdateFrame
Http2WindowUpdateFrame implementation.| Constructor and Description |
|---|
DefaultHttp2WindowUpdateFrame(int windowUpdateIncrement) |
| Modifier and Type | Method and Description |
|---|---|
String |
name()
Returns the name of the HTTP/2 frame e.g.
|
DefaultHttp2WindowUpdateFrame |
streamId(int streamId)
Sets the identifier of the stream this frame applies to.
|
int |
windowSizeIncrement()
Number of bytes to increment the HTTP/2 stream's or connection's flow control window.
|
equals, hashCode, streamIdclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitstreamIdpublic DefaultHttp2WindowUpdateFrame(int windowUpdateIncrement)
public DefaultHttp2WindowUpdateFrame streamId(int streamId)
Http2StreamFrameNOTE: This method is supposed to be called by the HTTP/2 transport only. It must not be called by users.
streamId in interface Http2StreamFramestreamId in class AbstractHttp2StreamFramethispublic String name()
Http2Framename in interface Http2Framepublic int windowSizeIncrement()
Http2WindowUpdateFramewindowSizeIncrement in interface Http2WindowUpdateFrameCopyright © 2008–2017 The Netty Project. All rights reserved.