Interface Http2WindowUpdateFrame

All Superinterfaces:
Http2Frame, Http2StreamFrame
All Known Implementing Classes:
DefaultHttp2WindowUpdateFrame

@UnstableApi public interface Http2WindowUpdateFrame extends Http2StreamFrame
HTTP/2 WINDOW_UPDATE frame.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    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.