@UnstableApi public class DefaultHttp2WindowUpdateFrame extends AbstractHttp2StreamFrame implements Http2WindowUpdateFrame
Http2WindowUpdateFrame
实现。
Constructor and Description |
---|
DefaultHttp2WindowUpdateFrame(int windowUpdateIncrement) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
name()
返回HTTP / 2帧的名称,例如
|
DefaultHttp2WindowUpdateFrame |
stream(Http2FrameStream stream)
设置此帧的 Http2FrameStream 对象。
|
int |
windowSizeIncrement()
增加HTTP / 2流或连接的流量控制窗口的字节数。
|
equals, hashCode, stream
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
stream
public DefaultHttp2WindowUpdateFrame(int windowUpdateIncrement)
public DefaultHttp2WindowUpdateFrame stream(Http2FrameStream stream)
Http2StreamFrame
Http2FrameStream
对象。
stream
在界面
Http2StreamFrame
stream
在课程
AbstractHttp2StreamFrame
public java.lang.String name()
Http2Frame
name
在界面
Http2Frame
public int windowSizeIncrement()
Http2WindowUpdateFrame
windowSizeIncrement
在界面
Http2WindowUpdateFrame
Copyright © 2008–2018 The Netty Project. All rights reserved.