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, stream
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
stream
public DefaultHttp2WindowUpdateFrame(int windowUpdateIncrement)
public DefaultHttp2WindowUpdateFrame stream(Http2FrameStream stream)
Http2StreamFrame
Http2FrameStream
object for this frame.stream
in interface Http2StreamFrame
stream
in class AbstractHttp2StreamFrame
public String name()
Http2Frame
name
in interface Http2Frame
public int windowSizeIncrement()
Http2WindowUpdateFrame
windowSizeIncrement
in interface Http2WindowUpdateFrame
Copyright © 2008–2024 The Netty Project. All rights reserved.