@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 |
setStreamId(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 setStreamId(int streamId)
Http2StreamFrame
setStreamId
in interface Http2StreamFrame
setStreamId
in class AbstractHttp2StreamFrame
this
public String name()
Http2Frame
name
in interface Http2Frame
public int windowSizeIncrement()
Http2WindowUpdateFrame
windowSizeIncrement
in interface Http2WindowUpdateFrame
Copyright © 2008–2016 The Netty Project. All rights reserved.