@UnstableApi public class DefaultHttp2WindowUpdateFrame extends AbstractHttp2StreamFrame implements Http2WindowUpdateFrame
Http2WindowUpdateFrame implementation.| 构造器和说明 |
|---|
DefaultHttp2WindowUpdateFrame(int windowUpdateIncrement) |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
name()
Returns the name of the HTTP/2 frame e.g.
|
DefaultHttp2WindowUpdateFrame |
stream(Http2FrameStream stream)
Set the
Http2FrameStream object for this frame. |
java.lang.String |
toString() |
int |
windowSizeIncrement()
Number of bytes to increment the HTTP/2 stream's or connection's flow control window.
|
equals, hashCode, streamstreampublic DefaultHttp2WindowUpdateFrame(int windowUpdateIncrement)
public DefaultHttp2WindowUpdateFrame stream(Http2FrameStream stream)
Http2StreamFrameHttp2FrameStream object for this frame.stream 在接口中 Http2StreamFramestream 在类中 AbstractHttp2StreamFramepublic java.lang.String name()
Http2Framename 在接口中 Http2Framepublic int windowSizeIncrement()
Http2WindowUpdateFramewindowSizeIncrement 在接口中 Http2WindowUpdateFramepublic java.lang.String toString()
toString 在类中 java.lang.Object