interface io.netty.handler.codec.http2.DefaultHttp2LocalFlowController$FlowState
  minor version: 0
  major version: 59
  flags: flags: (0x0600) ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.netty.handler.codec.http2.DefaultHttp2LocalFlowController$FlowState
  super_class: java.lang.Object
{
  public abstract int windowSize();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract int initialWindowSize();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void window(int);
    descriptor: (I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                   Name  Flags
      initialWindowSize  

  public abstract void incrementInitialStreamWindow(int);
    descriptor: (I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      delta  

  public abstract boolean writeWindowUpdateIfNeeded();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws io.netty.handler.codec.http2.Http2Exception

  public abstract boolean consumeBytes(int);
    descriptor: (I)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws io.netty.handler.codec.http2.Http2Exception
    MethodParameters:
          Name  Flags
      numBytes  

  public abstract int unconsumedBytes();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract float windowUpdateRatio();
    descriptor: ()F
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void windowUpdateRatio(float);
    descriptor: (F)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      ratio  

  public abstract void receiveFlowControlledFrame(int);
    descriptor: (I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws io.netty.handler.codec.http2.Http2Exception
    MethodParameters:
            Name  Flags
      dataLength  

  public abstract void incrementFlowControlWindows(int);
    descriptor: (I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws io.netty.handler.codec.http2.Http2Exception
    MethodParameters:
       Name  Flags
      delta  

  public abstract void endOfStream(boolean);
    descriptor: (Z)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      endOfStream  
}
SourceFile: "DefaultHttp2LocalFlowController.java"
NestHost: io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
InnerClasses:
  private abstract FlowState = io.netty.handler.codec.http2.DefaultHttp2LocalFlowController$FlowState of io.netty.handler.codec.http2.DefaultHttp2LocalFlowController