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 |
stream(Http2FrameStream stream)
Set the
Http2FrameStream object for this frame. |
String |
toString() |
int |
windowSizeIncrement()
Number of bytes to increment the HTTP/2 stream's or connection's flow control window.
|
equals, hashCode, streamclone, finalize, getClass, notify, notifyAll, wait, wait, waitstreampublic DefaultHttp2WindowUpdateFrame(int windowUpdateIncrement)
public DefaultHttp2WindowUpdateFrame stream(Http2FrameStream stream)
Http2StreamFrameHttp2FrameStream object for this frame.stream in interface Http2StreamFramestream in class AbstractHttp2StreamFramepublic String name()
Http2Framename in interface Http2Framepublic int windowSizeIncrement()
Http2WindowUpdateFramewindowSizeIncrement in interface Http2WindowUpdateFrameCopyright © 2008–2025 The Netty Project. All rights reserved.