final class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor extends io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$WritabilityMonitor 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.DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor
  super_class: io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$WritabilityMonitor
{
  private final io.netty.handler.codec.http2.Http2RemoteFlowController$Listener listener;
    descriptor: Lio/netty/handler/codec/http2/Http2RemoteFlowController$Listener;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  void <init>(io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController, io.netty.handler.codec.http2.Http2RemoteFlowController$Listener);
    descriptor: (Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController;Lio/netty/handler/codec/http2/Http2RemoteFlowController$Listener;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor this
        start local 2 // io.netty.handler.codec.http2.Http2RemoteFlowController$Listener listener
         0: .line 674
            aload 0 /* this */
            aload 1
            putfield io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor.this$0:Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController;
            aload 0 /* this */
            aload 1
            invokespecial io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$WritabilityMonitor.<init>:(Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController;)V
         1: .line 675
            aload 0 /* this */
            aload 2 /* listener */
            putfield io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor.listener:Lio/netty/handler/codec/http2/Http2RemoteFlowController$Listener;
         2: .line 676
            return
        end local 2 // io.netty.handler.codec.http2.Http2RemoteFlowController$Listener listener
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor;
            0    3     2  listener  Lio/netty/handler/codec/http2/Http2RemoteFlowController$Listener;
    MethodParameters:
          Name  Flags
      this$0    final
      listener  

  public boolean visit(io.netty.handler.codec.http2.Http2Stream);
    descriptor: (Lio/netty/handler/codec/http2/Http2Stream;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor this
        start local 1 // io.netty.handler.codec.http2.Http2Stream stream
         0: .line 680
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor.this$0:Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController;
            aload 1 /* stream */
            invokevirtual io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.state:(Lio/netty/handler/codec/http2/Http2Stream;)Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController$FlowState;
            astore 2 /* state */
        start local 2 // io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$FlowState state
         1: .line 681
            aload 0 /* this */
            aload 2 /* state */
            invokevirtual io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor.isWritable:(Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController$FlowState;)Z
            aload 2 /* state */
            invokevirtual io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$FlowState.markedWritability:()Z
            if_icmpeq 3
         2: .line 682
            aload 0 /* this */
            aload 2 /* state */
            invokevirtual io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor.notifyWritabilityChanged:(Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController$FlowState;)V
         3: .line 684
      StackMap locals: io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$FlowState
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$FlowState state
        end local 1 // io.netty.handler.codec.http2.Http2Stream stream
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor;
            0    4     1  stream  Lio/netty/handler/codec/http2/Http2Stream;
            1    4     2   state  Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController$FlowState;
    Exceptions:
      throws io.netty.handler.codec.http2.Http2Exception
    MethodParameters:
        Name  Flags
      stream  

  void windowSize(io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$FlowState, int);
    descriptor: (Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController$FlowState;I)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor this
        start local 1 // io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$FlowState state
        start local 2 // int initialWindowSize
         0: .line 689
            aload 0 /* this */
            aload 1 /* state */
            iload 2 /* initialWindowSize */
            invokespecial io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$WritabilityMonitor.windowSize:(Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController$FlowState;I)V
         1: .line 691
            aload 0 /* this */
            aload 1 /* state */
            invokevirtual io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor.checkStateWritability:(Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController$FlowState;)V
         2: .line 692
            goto 5
      StackMap locals:
      StackMap stack: io.netty.handler.codec.http2.Http2Exception
         3: astore 3 /* e */
        start local 3 // io.netty.handler.codec.http2.Http2Exception e
         4: .line 693
            new java.lang.RuntimeException
            dup
            ldc "Caught unexpected exception from window"
            aload 3 /* e */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 3 // io.netty.handler.codec.http2.Http2Exception e
         5: .line 695
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int initialWindowSize
        end local 1 // io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$FlowState state
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    6     0               this  Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor;
            0    6     1              state  Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController$FlowState;
            0    6     2  initialWindowSize  I
            4    5     3                  e  Lio/netty/handler/codec/http2/Http2Exception;
      Exception table:
        from    to  target  type
           1     2       3  Class io.netty.handler.codec.http2.Http2Exception
    MethodParameters:
                   Name  Flags
      state              
      initialWindowSize  

  void incrementWindowSize(io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$FlowState, int);
    descriptor: (Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController$FlowState;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor this
        start local 1 // io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$FlowState state
        start local 2 // int delta
         0: .line 699
            aload 0 /* this */
            aload 1 /* state */
            iload 2 /* delta */
            invokespecial io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$WritabilityMonitor.incrementWindowSize:(Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController$FlowState;I)V
         1: .line 700
            aload 0 /* this */
            aload 1 /* state */
            invokevirtual io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor.checkStateWritability:(Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController$FlowState;)V
         2: .line 701
            return
        end local 2 // int delta
        end local 1 // io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$FlowState state
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor;
            0    3     1  state  Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController$FlowState;
            0    3     2  delta  I
    Exceptions:
      throws io.netty.handler.codec.http2.Http2Exception
    MethodParameters:
       Name  Flags
      state  
      delta  

  void initialWindowSize(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor this
        start local 1 // int newWindowSize
         0: .line 705
            aload 0 /* this */
            iload 1 /* newWindowSize */
            invokespecial io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$WritabilityMonitor.initialWindowSize:(I)V
         1: .line 706
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor.isWritableConnection:()Z
            ifeq 3
         2: .line 709
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor.checkAllWritabilityChanged:()V
         3: .line 711
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int newWindowSize
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor;
            0    4     1  newWindowSize  I
    Exceptions:
      throws io.netty.handler.codec.http2.Http2Exception
    MethodParameters:
               Name  Flags
      newWindowSize  

  void enqueueFrame(io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$FlowState, io.netty.handler.codec.http2.Http2RemoteFlowController$FlowControlled);
    descriptor: (Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController$FlowState;Lio/netty/handler/codec/http2/Http2RemoteFlowController$FlowControlled;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor this
        start local 1 // io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$FlowState state
        start local 2 // io.netty.handler.codec.http2.Http2RemoteFlowController$FlowControlled frame
         0: .line 715
            aload 0 /* this */
            aload 1 /* state */
            aload 2 /* frame */
            invokespecial io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$WritabilityMonitor.enqueueFrame:(Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController$FlowState;Lio/netty/handler/codec/http2/Http2RemoteFlowController$FlowControlled;)V
         1: .line 716
            aload 0 /* this */
            aload 1 /* state */
            invokevirtual io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor.checkConnectionThenStreamWritabilityChanged:(Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController$FlowState;)V
         2: .line 717
            return
        end local 2 // io.netty.handler.codec.http2.Http2RemoteFlowController$FlowControlled frame
        end local 1 // io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$FlowState state
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor;
            0    3     1  state  Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController$FlowState;
            0    3     2  frame  Lio/netty/handler/codec/http2/Http2RemoteFlowController$FlowControlled;
    Exceptions:
      throws io.netty.handler.codec.http2.Http2Exception
    MethodParameters:
       Name  Flags
      state  
      frame  

  void stateCancelled(io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$FlowState);
    descriptor: (Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController$FlowState;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor this
        start local 1 // io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$FlowState state
         0: .line 722
            aload 0 /* this */
            aload 1 /* state */
            invokevirtual io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor.checkConnectionThenStreamWritabilityChanged:(Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController$FlowState;)V
         1: .line 723
            goto 4
      StackMap locals:
      StackMap stack: io.netty.handler.codec.http2.Http2Exception
         2: astore 2 /* e */
        start local 2 // io.netty.handler.codec.http2.Http2Exception e
         3: .line 724
            new java.lang.RuntimeException
            dup
            ldc "Caught unexpected exception from checkAllWritabilityChanged"
            aload 2 /* e */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 2 // io.netty.handler.codec.http2.Http2Exception e
         4: .line 726
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$FlowState state
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor;
            0    5     1  state  Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController$FlowState;
            3    4     2      e  Lio/netty/handler/codec/http2/Http2Exception;
      Exception table:
        from    to  target  type
           0     1       2  Class io.netty.handler.codec.http2.Http2Exception
    MethodParameters:
       Name  Flags
      state  

  void channelWritabilityChange();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor this
         0: .line 730
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor.this$0:Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController;
            getfield io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.connectionState:Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController$FlowState;
            invokevirtual io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$FlowState.markedWritability:()Z
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor.this$0:Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController;
            invokevirtual io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.isChannelWritable:()Z
            if_icmpeq 2
         1: .line 731
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor.checkAllWritabilityChanged:()V
         2: .line 733
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor;
    Exceptions:
      throws io.netty.handler.codec.http2.Http2Exception

  private void checkStateWritability(io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$FlowState);
    descriptor: (Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController$FlowState;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor this
        start local 1 // io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$FlowState state
         0: .line 736
            aload 0 /* this */
            aload 1 /* state */
            invokevirtual io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor.isWritable:(Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController$FlowState;)Z
            aload 1 /* state */
            invokevirtual io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$FlowState.markedWritability:()Z
            if_icmpeq 5
         1: .line 737
            aload 1 /* state */
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor.this$0:Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController;
            getfield io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.connectionState:Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController$FlowState;
            if_acmpne 4
         2: .line 738
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor.checkAllWritabilityChanged:()V
         3: .line 739
            goto 5
         4: .line 740
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* state */
            invokevirtual io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor.notifyWritabilityChanged:(Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController$FlowState;)V
         5: .line 743
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$FlowState state
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor;
            0    6     1  state  Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController$FlowState;
    Exceptions:
      throws io.netty.handler.codec.http2.Http2Exception
    MethodParameters:
       Name  Flags
      state  

  private void notifyWritabilityChanged(io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$FlowState);
    descriptor: (Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController$FlowState;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor this
        start local 1 // io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$FlowState state
         0: .line 746
            aload 1 /* state */
            aload 1 /* state */
            invokevirtual io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$FlowState.markedWritability:()Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack: io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$FlowState
         1: iconst_1
      StackMap locals: io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$FlowState
      StackMap stack: io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$FlowState int
         2: invokevirtual io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$FlowState.markedWritability:(Z)V
         3: .line 748
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor.listener:Lio/netty/handler/codec/http2/Http2RemoteFlowController$Listener;
            aload 1 /* state */
            getfield io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$FlowState.stream:Lio/netty/handler/codec/http2/Http2Stream;
            invokeinterface io.netty.handler.codec.http2.Http2RemoteFlowController$Listener.writabilityChanged:(Lio/netty/handler/codec/http2/Http2Stream;)V
         4: .line 749
            goto 7
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2 /* cause */
        start local 2 // java.lang.Throwable cause
         6: .line 750
            getstatic io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.logger:Lio/netty/util/internal/logging/InternalLogger;
            ldc "Caught Throwable from listener.writabilityChanged"
            aload 2 /* cause */
            invokeinterface io.netty.util.internal.logging.InternalLogger.error:(Ljava/lang/String;Ljava/lang/Throwable;)V
        end local 2 // java.lang.Throwable cause
         7: .line 752
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$FlowState state
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor;
            0    8     1  state  Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController$FlowState;
            6    7     2  cause  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           3     4       5  Class java.lang.Throwable
    MethodParameters:
       Name  Flags
      state  

  private void checkConnectionThenStreamWritabilityChanged(io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$FlowState);
    descriptor: (Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController$FlowState;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor this
        start local 1 // io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$FlowState state
         0: .line 756
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor.isWritableConnection:()Z
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor.this$0:Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController;
            getfield io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.connectionState:Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController$FlowState;
            invokevirtual io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$FlowState.markedWritability:()Z
            if_icmpeq 3
         1: .line 757
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor.checkAllWritabilityChanged:()V
         2: .line 758
            goto 5
      StackMap locals:
      StackMap stack:
         3: aload 0 /* this */
            aload 1 /* state */
            invokevirtual io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor.isWritable:(Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController$FlowState;)Z
            aload 1 /* state */
            invokevirtual io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$FlowState.markedWritability:()Z
            if_icmpeq 5
         4: .line 759
            aload 0 /* this */
            aload 1 /* state */
            invokevirtual io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor.notifyWritabilityChanged:(Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController$FlowState;)V
         5: .line 761
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$FlowState state
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor;
            0    6     1  state  Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController$FlowState;
    Exceptions:
      throws io.netty.handler.codec.http2.Http2Exception
    MethodParameters:
       Name  Flags
      state  

  private void checkAllWritabilityChanged();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor this
         0: .line 765
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor.this$0:Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController;
            getfield io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.connectionState:Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController$FlowState;
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor.isWritableConnection:()Z
            invokevirtual io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$FlowState.markedWritability:(Z)V
         1: .line 766
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor.this$0:Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController;
            getfield io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.connection:Lio/netty/handler/codec/http2/Http2Connection;
            aload 0 /* this */
            invokeinterface io.netty.handler.codec.http2.Http2Connection.forEachActiveStream:(Lio/netty/handler/codec/http2/Http2StreamVisitor;)Lio/netty/handler/codec/http2/Http2Stream;
            pop
         2: .line 767
            return
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/netty/handler/codec/http2/DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor;
    Exceptions:
      throws io.netty.handler.codec.http2.Http2Exception
}
SourceFile: "DefaultHttp2RemoteFlowController.java"
NestHost: io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
InnerClasses:
  private final FlowState = io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$FlowState of io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
  private final ListenerWritabilityMonitor = io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor of io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
  private WritabilityMonitor = io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$WritabilityMonitor of io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
  public abstract FlowControlled = io.netty.handler.codec.http2.Http2RemoteFlowController$FlowControlled of io.netty.handler.codec.http2.Http2RemoteFlowController
  public abstract Listener = io.netty.handler.codec.http2.Http2RemoteFlowController$Listener of io.netty.handler.codec.http2.Http2RemoteFlowController