-
- All Superinterfaces:
Http2Frame
,Http2StreamFrame
- All Known Implementing Classes:
DefaultHttp2WindowUpdateFrame
@UnstableApi public interface Http2WindowUpdateFrame extends Http2StreamFrame
HTTP/2 WINDOW_UPDATE frame.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
windowSizeIncrement()
Number of bytes to increment the HTTP/2 stream's or connection's flow control window.-
Methods inherited from interface io.netty5.handler.codec.http2.Http2Frame
name
-
Methods inherited from interface io.netty5.handler.codec.http2.Http2StreamFrame
stream, stream
-
-