final class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController$WindowUpdateVisitor implements io.netty.handler.codec.http2.Http2StreamVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.netty.handler.codec.http2.DefaultHttp2LocalFlowController$WindowUpdateVisitor
  super_class: java.lang.Object
{
  private io.netty.handler.codec.http2.Http2Exception$CompositeStreamException compositeException;
    descriptor: Lio/netty/handler/codec/http2/Http2Exception$CompositeStreamException;
    flags: (0x0002) ACC_PRIVATE

  private final int delta;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final io.netty.handler.codec.http2.DefaultHttp2LocalFlowController this$0;
    descriptor: Lio/netty/handler/codec/http2/DefaultHttp2LocalFlowController;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(io.netty.handler.codec.http2.DefaultHttp2LocalFlowController, int);
    descriptor: (Lio/netty/handler/codec/http2/DefaultHttp2LocalFlowController;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2LocalFlowController$WindowUpdateVisitor this
        start local 2 // int delta
         0: .line 616
            aload 0 /* this */
            aload 1
            putfield io.netty.handler.codec.http2.DefaultHttp2LocalFlowController$WindowUpdateVisitor.this$0:Lio/netty/handler/codec/http2/DefaultHttp2LocalFlowController;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 617
            aload 0 /* this */
            iload 2 /* delta */
            putfield io.netty.handler.codec.http2.DefaultHttp2LocalFlowController$WindowUpdateVisitor.delta:I
         2: .line 618
            return
        end local 2 // int delta
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2LocalFlowController$WindowUpdateVisitor this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/netty/handler/codec/http2/DefaultHttp2LocalFlowController$WindowUpdateVisitor;
            0    3     2  delta  I
    MethodParameters:
        Name  Flags
      this$0  final
      delta   

  public boolean visit(io.netty.handler.codec.http2.Http2Stream);
    descriptor: (Lio/netty/handler/codec/http2/Http2Stream;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2LocalFlowController$WindowUpdateVisitor this
        start local 1 // io.netty.handler.codec.http2.Http2Stream stream
         0: .line 624
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DefaultHttp2LocalFlowController$WindowUpdateVisitor.this$0:Lio/netty/handler/codec/http2/DefaultHttp2LocalFlowController;
            aload 1 /* stream */
            invokevirtual io.netty.handler.codec.http2.DefaultHttp2LocalFlowController.state:(Lio/netty/handler/codec/http2/Http2Stream;)Lio/netty/handler/codec/http2/DefaultHttp2LocalFlowController$FlowState;
            astore 2 /* state */
        start local 2 // io.netty.handler.codec.http2.DefaultHttp2LocalFlowController$FlowState state
         1: .line 625
            aload 2 /* state */
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DefaultHttp2LocalFlowController$WindowUpdateVisitor.delta:I
            invokeinterface io.netty.handler.codec.http2.DefaultHttp2LocalFlowController$FlowState.incrementFlowControlWindows:(I)V
         2: .line 626
            aload 2 /* state */
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DefaultHttp2LocalFlowController$WindowUpdateVisitor.delta:I
            invokeinterface io.netty.handler.codec.http2.DefaultHttp2LocalFlowController$FlowState.incrementInitialStreamWindow:(I)V
        end local 2 // io.netty.handler.codec.http2.DefaultHttp2LocalFlowController$FlowState state
         3: .line 627
            goto 8
      StackMap locals:
      StackMap stack: io.netty.handler.codec.http2.Http2Exception$StreamException
         4: astore 2 /* e */
        start local 2 // io.netty.handler.codec.http2.Http2Exception$StreamException e
         5: .line 628
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DefaultHttp2LocalFlowController$WindowUpdateVisitor.compositeException:Lio/netty/handler/codec/http2/Http2Exception$CompositeStreamException;
            ifnonnull 7
         6: .line 629
            aload 0 /* this */
            new io.netty.handler.codec.http2.Http2Exception$CompositeStreamException
            dup
            aload 2 /* e */
            invokevirtual io.netty.handler.codec.http2.Http2Exception$StreamException.error:()Lio/netty/handler/codec/http2/Http2Error;
            iconst_4
            invokespecial io.netty.handler.codec.http2.Http2Exception$CompositeStreamException.<init>:(Lio/netty/handler/codec/http2/Http2Error;I)V
            putfield io.netty.handler.codec.http2.DefaultHttp2LocalFlowController$WindowUpdateVisitor.compositeException:Lio/netty/handler/codec/http2/Http2Exception$CompositeStreamException;
         7: .line 631
      StackMap locals: io.netty.handler.codec.http2.Http2Exception$StreamException
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DefaultHttp2LocalFlowController$WindowUpdateVisitor.compositeException:Lio/netty/handler/codec/http2/Http2Exception$CompositeStreamException;
            aload 2 /* e */
            invokevirtual io.netty.handler.codec.http2.Http2Exception$CompositeStreamException.add:(Lio/netty/handler/codec/http2/Http2Exception$StreamException;)V
        end local 2 // io.netty.handler.codec.http2.Http2Exception$StreamException e
         8: .line 633
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 1 // io.netty.handler.codec.http2.Http2Stream stream
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2LocalFlowController$WindowUpdateVisitor this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lio/netty/handler/codec/http2/DefaultHttp2LocalFlowController$WindowUpdateVisitor;
            0    9     1  stream  Lio/netty/handler/codec/http2/Http2Stream;
            1    3     2   state  Lio/netty/handler/codec/http2/DefaultHttp2LocalFlowController$FlowState;
            5    8     2       e  Lio/netty/handler/codec/http2/Http2Exception$StreamException;
      Exception table:
        from    to  target  type
           0     3       4  Class io.netty.handler.codec.http2.Http2Exception$StreamException
    Exceptions:
      throws io.netty.handler.codec.http2.Http2Exception
    MethodParameters:
        Name  Flags
      stream  

  public void throwIfError();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2LocalFlowController$WindowUpdateVisitor this
         0: .line 637
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DefaultHttp2LocalFlowController$WindowUpdateVisitor.compositeException:Lio/netty/handler/codec/http2/Http2Exception$CompositeStreamException;
            ifnull 2
         1: .line 638
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DefaultHttp2LocalFlowController$WindowUpdateVisitor.compositeException:Lio/netty/handler/codec/http2/Http2Exception$CompositeStreamException;
            athrow
         2: .line 640
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2LocalFlowController$WindowUpdateVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/netty/handler/codec/http2/DefaultHttp2LocalFlowController$WindowUpdateVisitor;
    Exceptions:
      throws io.netty.handler.codec.http2.Http2Exception$CompositeStreamException
}
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
  private final WindowUpdateVisitor = io.netty.handler.codec.http2.DefaultHttp2LocalFlowController$WindowUpdateVisitor of io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
  public final CompositeStreamException = io.netty.handler.codec.http2.Http2Exception$CompositeStreamException of io.netty.handler.codec.http2.Http2Exception
  public StreamException = io.netty.handler.codec.http2.Http2Exception$StreamException of io.netty.handler.codec.http2.Http2Exception