Java io.netty.handler.codec.http2 Http2LocalFlowController fields, constructors, methods, implement or subclass

Example usage for Java io.netty.handler.codec.http2 Http2LocalFlowController fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.netty.handler.codec.http2 Http2LocalFlowController.

The text is from its open source code.

Method

intinitialWindowSize(Http2Stream stream)
Get the initial flow control window size for the given stream.
intwindowSize(Http2Stream stream)
Get the portion of the flow control window for the given stream that is currently available for sending/receiving frames which are subject to flow control.