@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, stream
stream
public DefaultHttp2WindowUpdateFrame(int windowUpdateIncrement)
public DefaultHttp2WindowUpdateFrame stream(Http2FrameStream stream)
Http2StreamFrame
Http2FrameStream
object for this frame.stream
在接口中 Http2StreamFrame
stream
在类中 AbstractHttp2StreamFrame
public java.lang.String name()
Http2Frame
name
在接口中 Http2Frame
public int windowSizeIncrement()
Http2WindowUpdateFrame
windowSizeIncrement
在接口中 Http2WindowUpdateFrame
public java.lang.String toString()
toString
在类中 java.lang.Object