class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController$1 implements io.netty.handler.codec.http2.DefaultHttp2LocalFlowController$FlowState
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.netty.handler.codec.http2.DefaultHttp2LocalFlowController$1
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2LocalFlowController$1 this
         0: .line 487
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2LocalFlowController$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http2/DefaultHttp2LocalFlowController$1;

  public int windowSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2LocalFlowController$1 this
         0: .line 491
            iconst_0
            ireturn
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2LocalFlowController$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http2/DefaultHttp2LocalFlowController$1;

  public int initialWindowSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2LocalFlowController$1 this
         0: .line 496
            iconst_0
            ireturn
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2LocalFlowController$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http2/DefaultHttp2LocalFlowController$1;

  public void window(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2LocalFlowController$1 this
        start local 1 // int initialWindowSize
         0: .line 501
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // int initialWindowSize
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2LocalFlowController$1 this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lio/netty/handler/codec/http2/DefaultHttp2LocalFlowController$1;
            0    1     1  initialWindowSize  I
    MethodParameters:
                   Name  Flags
      initialWindowSize  

  public void incrementInitialStreamWindow(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2LocalFlowController$1 this
        start local 1 // int delta
         0: .line 508
            return
        end local 1 // int delta
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2LocalFlowController$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/handler/codec/http2/DefaultHttp2LocalFlowController$1;
            0    1     1  delta  I
    MethodParameters:
       Name  Flags
      delta  

  public boolean writeWindowUpdateIfNeeded();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2LocalFlowController$1 this
         0: .line 512
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2LocalFlowController$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http2/DefaultHttp2LocalFlowController$1;
    Exceptions:
      throws io.netty.handler.codec.http2.Http2Exception

  public boolean consumeBytes(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2LocalFlowController$1 this
        start local 1 // int numBytes
         0: .line 517
            iconst_0
            ireturn
        end local 1 // int numBytes
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2LocalFlowController$1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/netty/handler/codec/http2/DefaultHttp2LocalFlowController$1;
            0    1     1  numBytes  I
    Exceptions:
      throws io.netty.handler.codec.http2.Http2Exception
    MethodParameters:
          Name  Flags
      numBytes  

  public int unconsumedBytes();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2LocalFlowController$1 this
         0: .line 522
            iconst_0
            ireturn
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2LocalFlowController$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http2/DefaultHttp2LocalFlowController$1;

  public float windowUpdateRatio();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2LocalFlowController$1 this
         0: .line 527
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2LocalFlowController$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http2/DefaultHttp2LocalFlowController$1;

  public void windowUpdateRatio(float);
    descriptor: (F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2LocalFlowController$1 this
        start local 1 // float ratio
         0: .line 532
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // float ratio
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2LocalFlowController$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/handler/codec/http2/DefaultHttp2LocalFlowController$1;
            0    1     1  ratio  F
    MethodParameters:
       Name  Flags
      ratio  

  public void receiveFlowControlledFrame(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2LocalFlowController$1 this
        start local 1 // int dataLength
         0: .line 537
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // int dataLength
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2LocalFlowController$1 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/netty/handler/codec/http2/DefaultHttp2LocalFlowController$1;
            0    1     1  dataLength  I
    Exceptions:
      throws io.netty.handler.codec.http2.Http2Exception
    MethodParameters:
            Name  Flags
      dataLength  

  public void incrementFlowControlWindows(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2LocalFlowController$1 this
        start local 1 // int delta
         0: .line 544
            return
        end local 1 // int delta
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2LocalFlowController$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/handler/codec/http2/DefaultHttp2LocalFlowController$1;
            0    1     1  delta  I
    Exceptions:
      throws io.netty.handler.codec.http2.Http2Exception
    MethodParameters:
       Name  Flags
      delta  

  public void endOfStream(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2LocalFlowController$1 this
        start local 1 // boolean endOfStream
         0: .line 548
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // boolean endOfStream
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2LocalFlowController$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lio/netty/handler/codec/http2/DefaultHttp2LocalFlowController$1;
            0    1     1  endOfStream  Z
    MethodParameters:
             Name  Flags
      endOfStream  
}
SourceFile: "DefaultHttp2LocalFlowController.java"
EnclosingMethod: io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
NestHost: io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
InnerClasses:
  io.netty.handler.codec.http2.DefaultHttp2LocalFlowController$1
  private abstract FlowState = io.netty.handler.codec.http2.DefaultHttp2LocalFlowController$FlowState of io.netty.handler.codec.http2.DefaultHttp2LocalFlowController