Class DefaultHttp2WindowUpdateFrame
java.lang.Object
io.netty.handler.codec.http2.AbstractHttp2StreamFrame
io.netty.handler.codec.http2.DefaultHttp2WindowUpdateFrame
- All Implemented Interfaces:
Http2Frame, Http2StreamFrame, Http2WindowUpdateFrame
public class DefaultHttp2WindowUpdateFrame
extends AbstractHttp2StreamFrame
implements Http2WindowUpdateFrame
The default
Http2WindowUpdateFrame implementation.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionname()Returns the name of the HTTP/2 frame e.g.stream(Http2FrameStream stream) Set theHttp2FrameStreamobject for this frame.toString()intNumber of bytes to increment the HTTP/2 stream's or connection's flow control window.Methods inherited from class AbstractHttp2StreamFrame
equals, hashCode, streamMethods inherited from interface Http2StreamFrame
stream
-
Constructor Details
-
DefaultHttp2WindowUpdateFrame
public DefaultHttp2WindowUpdateFrame(int windowUpdateIncrement)
-
-
Method Details
-
stream
Description copied from interface:Http2StreamFrameSet theHttp2FrameStreamobject for this frame.- Specified by:
streamin interfaceHttp2StreamFrame- Overrides:
streamin classAbstractHttp2StreamFrame
-
name
Description copied from interface:Http2FrameReturns the name of the HTTP/2 frame e.g. DATA, GOAWAY, etc.- Specified by:
namein interfaceHttp2Frame
-
windowSizeIncrement
public int windowSizeIncrement()Description copied from interface:Http2WindowUpdateFrameNumber of bytes to increment the HTTP/2 stream's or connection's flow control window.- Specified by:
windowSizeIncrementin interfaceHttp2WindowUpdateFrame
-
toString
-