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