Package io.netty.handler.codec.http2
Interface Http2WindowUpdateFrame
- All Superinterfaces:
Http2Frame
,Http2StreamFrame
- All Known Implementing Classes:
DefaultHttp2WindowUpdateFrame
HTTP/2 WINDOW_UPDATE frame.
-
Method Summary
Modifier and TypeMethodDescriptionint
Number of bytes to increment the HTTP/2 stream's or connection's flow control window.Methods inherited from interface io.netty.handler.codec.http2.Http2Frame
name
Methods inherited from interface io.netty.handler.codec.http2.Http2StreamFrame
stream, stream
-
Method Details
-
windowSizeIncrement
int windowSizeIncrement()Number of bytes to increment the HTTP/2 stream's or connection's flow control window.
-