Module io.netty.codec.http2
Package io.netty5.handler.codec.http2

Interface Http2WindowUpdateFrame

    • Method Summary

      All 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
    • Method Detail

      • windowSizeIncrement

        int windowSizeIncrement()
        Number of bytes to increment the HTTP/2 stream's or connection's flow control window.