@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, streamId
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
streamId
public DefaultHttp2WindowUpdateFrame(int windowUpdateIncrement)
public DefaultHttp2WindowUpdateFrame streamId(int streamId)
Http2StreamFrame
NOTE: This method is supposed to be called by the HTTP/2 transport only. It must not be called by users.
streamId
in interface Http2StreamFrame
streamId
in class AbstractHttp2StreamFrame
this
public String name()
Http2Frame
name
in interface Http2Frame
public int windowSizeIncrement()
Http2WindowUpdateFrame
windowSizeIncrement
in interface Http2WindowUpdateFrame
Copyright © 2008–2017 The Netty Project. All rights reserved.