@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, streamclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitstreampublic 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.