final class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$ConsumedBytesConverter implements io.netty.handler.codec.http2.Http2LocalFlowController
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$ConsumedBytesConverter
  super_class: java.lang.Object
{
  private final io.netty.handler.codec.http2.Http2LocalFlowController flowController;
    descriptor: Lio/netty/handler/codec/http2/Http2LocalFlowController;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  void <init>(io.netty.handler.codec.http2.DelegatingDecompressorFrameListener, io.netty.handler.codec.http2.Http2LocalFlowController);
    descriptor: (Lio/netty/handler/codec/http2/DelegatingDecompressorFrameListener;Lio/netty/handler/codec/http2/Http2LocalFlowController;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$ConsumedBytesConverter this
        start local 2 // io.netty.handler.codec.http2.Http2LocalFlowController flowController
         0: .line 288
            aload 0 /* this */
            aload 1
            putfield io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$ConsumedBytesConverter.this$0:Lio/netty/handler/codec/http2/DelegatingDecompressorFrameListener;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 289
            aload 0 /* this */
            aload 2 /* flowController */
            ldc "flowController"
            invokestatic io.netty.util.internal.ObjectUtil.checkNotNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast io.netty.handler.codec.http2.Http2LocalFlowController
            putfield io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$ConsumedBytesConverter.flowController:Lio/netty/handler/codec/http2/Http2LocalFlowController;
         2: .line 290
            return
        end local 2 // io.netty.handler.codec.http2.Http2LocalFlowController flowController
        end local 0 // io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$ConsumedBytesConverter this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lio/netty/handler/codec/http2/DelegatingDecompressorFrameListener$ConsumedBytesConverter;
            0    3     2  flowController  Lio/netty/handler/codec/http2/Http2LocalFlowController;
    MethodParameters:
                Name  Flags
      this$0          final
      flowController  

  public io.netty.handler.codec.http2.Http2LocalFlowController frameWriter(io.netty.handler.codec.http2.Http2FrameWriter);
    descriptor: (Lio/netty/handler/codec/http2/Http2FrameWriter;)Lio/netty/handler/codec/http2/Http2LocalFlowController;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$ConsumedBytesConverter this
        start local 1 // io.netty.handler.codec.http2.Http2FrameWriter frameWriter
         0: .line 294
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$ConsumedBytesConverter.flowController:Lio/netty/handler/codec/http2/Http2LocalFlowController;
            aload 1 /* frameWriter */
            invokeinterface io.netty.handler.codec.http2.Http2LocalFlowController.frameWriter:(Lio/netty/handler/codec/http2/Http2FrameWriter;)Lio/netty/handler/codec/http2/Http2LocalFlowController;
            areturn
        end local 1 // io.netty.handler.codec.http2.Http2FrameWriter frameWriter
        end local 0 // io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$ConsumedBytesConverter this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lio/netty/handler/codec/http2/DelegatingDecompressorFrameListener$ConsumedBytesConverter;
            0    1     1  frameWriter  Lio/netty/handler/codec/http2/Http2FrameWriter;
    MethodParameters:
             Name  Flags
      frameWriter  

  public void channelHandlerContext(io.netty.channel.ChannelHandlerContext);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$ConsumedBytesConverter this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
         0: .line 299
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$ConsumedBytesConverter.flowController:Lio/netty/handler/codec/http2/Http2LocalFlowController;
            aload 1 /* ctx */
            invokeinterface io.netty.handler.codec.http2.Http2LocalFlowController.channelHandlerContext:(Lio/netty/channel/ChannelHandlerContext;)V
         1: .line 300
            return
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$ConsumedBytesConverter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/http2/DelegatingDecompressorFrameListener$ConsumedBytesConverter;
            0    2     1   ctx  Lio/netty/channel/ChannelHandlerContext;
    Exceptions:
      throws io.netty.handler.codec.http2.Http2Exception
    MethodParameters:
      Name  Flags
      ctx   

  public void initialWindowSize(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$ConsumedBytesConverter this
        start local 1 // int newWindowSize
         0: .line 304
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$ConsumedBytesConverter.flowController:Lio/netty/handler/codec/http2/Http2LocalFlowController;
            iload 1 /* newWindowSize */
            invokeinterface io.netty.handler.codec.http2.Http2LocalFlowController.initialWindowSize:(I)V
         1: .line 305
            return
        end local 1 // int newWindowSize
        end local 0 // io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$ConsumedBytesConverter this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/netty/handler/codec/http2/DelegatingDecompressorFrameListener$ConsumedBytesConverter;
            0    2     1  newWindowSize  I
    Exceptions:
      throws io.netty.handler.codec.http2.Http2Exception
    MethodParameters:
               Name  Flags
      newWindowSize  

  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.DelegatingDecompressorFrameListener$ConsumedBytesConverter this
         0: .line 309
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$ConsumedBytesConverter.flowController:Lio/netty/handler/codec/http2/Http2LocalFlowController;
            invokeinterface io.netty.handler.codec.http2.Http2LocalFlowController.initialWindowSize:()I
            ireturn
        end local 0 // io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$ConsumedBytesConverter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http2/DelegatingDecompressorFrameListener$ConsumedBytesConverter;

  public int windowSize(io.netty.handler.codec.http2.Http2Stream);
    descriptor: (Lio/netty/handler/codec/http2/Http2Stream;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$ConsumedBytesConverter this
        start local 1 // io.netty.handler.codec.http2.Http2Stream stream
         0: .line 314
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$ConsumedBytesConverter.flowController:Lio/netty/handler/codec/http2/Http2LocalFlowController;
            aload 1 /* stream */
            invokeinterface io.netty.handler.codec.http2.Http2LocalFlowController.windowSize:(Lio/netty/handler/codec/http2/Http2Stream;)I
            ireturn
        end local 1 // io.netty.handler.codec.http2.Http2Stream stream
        end local 0 // io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$ConsumedBytesConverter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/netty/handler/codec/http2/DelegatingDecompressorFrameListener$ConsumedBytesConverter;
            0    1     1  stream  Lio/netty/handler/codec/http2/Http2Stream;
    MethodParameters:
        Name  Flags
      stream  

  public void incrementWindowSize(io.netty.handler.codec.http2.Http2Stream, int);
    descriptor: (Lio/netty/handler/codec/http2/Http2Stream;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$ConsumedBytesConverter this
        start local 1 // io.netty.handler.codec.http2.Http2Stream stream
        start local 2 // int delta
         0: .line 319
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$ConsumedBytesConverter.flowController:Lio/netty/handler/codec/http2/Http2LocalFlowController;
            aload 1 /* stream */
            iload 2 /* delta */
            invokeinterface io.netty.handler.codec.http2.Http2LocalFlowController.incrementWindowSize:(Lio/netty/handler/codec/http2/Http2Stream;I)V
         1: .line 320
            return
        end local 2 // int delta
        end local 1 // io.netty.handler.codec.http2.Http2Stream stream
        end local 0 // io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$ConsumedBytesConverter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/netty/handler/codec/http2/DelegatingDecompressorFrameListener$ConsumedBytesConverter;
            0    2     1  stream  Lio/netty/handler/codec/http2/Http2Stream;
            0    2     2   delta  I
    Exceptions:
      throws io.netty.handler.codec.http2.Http2Exception
    MethodParameters:
        Name  Flags
      stream  
      delta   

  public void receiveFlowControlledFrame(io.netty.handler.codec.http2.Http2Stream, io.netty.buffer.ByteBuf, int, boolean);
    descriptor: (Lio/netty/handler/codec/http2/Http2Stream;Lio/netty/buffer/ByteBuf;IZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$ConsumedBytesConverter this
        start local 1 // io.netty.handler.codec.http2.Http2Stream stream
        start local 2 // io.netty.buffer.ByteBuf data
        start local 3 // int padding
        start local 4 // boolean endOfStream
         0: .line 325
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$ConsumedBytesConverter.flowController:Lio/netty/handler/codec/http2/Http2LocalFlowController;
            aload 1 /* stream */
            aload 2 /* data */
            iload 3 /* padding */
            iload 4 /* endOfStream */
            invokeinterface io.netty.handler.codec.http2.Http2LocalFlowController.receiveFlowControlledFrame:(Lio/netty/handler/codec/http2/Http2Stream;Lio/netty/buffer/ByteBuf;IZ)V
         1: .line 326
            return
        end local 4 // boolean endOfStream
        end local 3 // int padding
        end local 2 // io.netty.buffer.ByteBuf data
        end local 1 // io.netty.handler.codec.http2.Http2Stream stream
        end local 0 // io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$ConsumedBytesConverter this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/netty/handler/codec/http2/DelegatingDecompressorFrameListener$ConsumedBytesConverter;
            0    2     1       stream  Lio/netty/handler/codec/http2/Http2Stream;
            0    2     2         data  Lio/netty/buffer/ByteBuf;
            0    2     3      padding  I
            0    2     4  endOfStream  Z
    Exceptions:
      throws io.netty.handler.codec.http2.Http2Exception
    MethodParameters:
             Name  Flags
      stream       
      data         
      padding      
      endOfStream  

  public boolean consumeBytes(io.netty.handler.codec.http2.Http2Stream, int);
    descriptor: (Lio/netty/handler/codec/http2/Http2Stream;I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$ConsumedBytesConverter this
        start local 1 // io.netty.handler.codec.http2.Http2Stream stream
        start local 2 // int numBytes
         0: .line 330
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$ConsumedBytesConverter.this$0:Lio/netty/handler/codec/http2/DelegatingDecompressorFrameListener;
            aload 1 /* stream */
            invokevirtual io.netty.handler.codec.http2.DelegatingDecompressorFrameListener.decompressor:(Lio/netty/handler/codec/http2/Http2Stream;)Lio/netty/handler/codec/http2/DelegatingDecompressorFrameListener$Http2Decompressor;
            astore 3 /* decompressor */
        start local 3 // io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$Http2Decompressor decompressor
         1: .line 331
            aload 3 /* decompressor */
            ifnull 3
         2: .line 333
            aload 3 /* decompressor */
            aload 1 /* stream */
            invokeinterface io.netty.handler.codec.http2.Http2Stream.id:()I
            iload 2 /* numBytes */
            invokevirtual io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$Http2Decompressor.consumeBytes:(II)I
            istore 2 /* numBytes */
         3: .line 336
      StackMap locals: io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$Http2Decompressor
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$ConsumedBytesConverter.flowController:Lio/netty/handler/codec/http2/Http2LocalFlowController;
            aload 1 /* stream */
            iload 2 /* numBytes */
            invokeinterface io.netty.handler.codec.http2.Http2LocalFlowController.consumeBytes:(Lio/netty/handler/codec/http2/Http2Stream;I)Z
         4: ireturn
         5: .line 337
      StackMap locals:
      StackMap stack: io.netty.handler.codec.http2.Http2Exception
            astore 4 /* e */
        start local 4 // io.netty.handler.codec.http2.Http2Exception e
         6: .line 338
            aload 4 /* e */
            athrow
        end local 4 // io.netty.handler.codec.http2.Http2Exception e
         7: .line 339
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4 /* t */
        start local 4 // java.lang.Throwable t
         8: .line 342
            aload 1 /* stream */
            invokeinterface io.netty.handler.codec.http2.Http2Stream.id:()I
            getstatic io.netty.handler.codec.http2.Http2Error.INTERNAL_ERROR:Lio/netty/handler/codec/http2/Http2Error;
            aload 4 /* t */
            ldc "Error while returning bytes to flow control window"
            iconst_0
            anewarray java.lang.Object
            invokestatic io.netty.handler.codec.http2.Http2Exception.streamError:(ILio/netty/handler/codec/http2/Http2Error;Ljava/lang/Throwable;Ljava/lang/String;[Ljava/lang/Object;)Lio/netty/handler/codec/http2/Http2Exception;
            athrow
        end local 4 // java.lang.Throwable t
        end local 3 // io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$Http2Decompressor decompressor
        end local 2 // int numBytes
        end local 1 // io.netty.handler.codec.http2.Http2Stream stream
        end local 0 // io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$ConsumedBytesConverter this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    9     0          this  Lio/netty/handler/codec/http2/DelegatingDecompressorFrameListener$ConsumedBytesConverter;
            0    9     1        stream  Lio/netty/handler/codec/http2/Http2Stream;
            0    9     2      numBytes  I
            1    9     3  decompressor  Lio/netty/handler/codec/http2/DelegatingDecompressorFrameListener$Http2Decompressor;
            6    7     4             e  Lio/netty/handler/codec/http2/Http2Exception;
            8    9     4             t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           3     4       5  Class io.netty.handler.codec.http2.Http2Exception
           3     4       7  Class java.lang.Throwable
    Exceptions:
      throws io.netty.handler.codec.http2.Http2Exception
    MethodParameters:
          Name  Flags
      stream    
      numBytes  

  public int unconsumedBytes(io.netty.handler.codec.http2.Http2Stream);
    descriptor: (Lio/netty/handler/codec/http2/Http2Stream;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$ConsumedBytesConverter this
        start local 1 // io.netty.handler.codec.http2.Http2Stream stream
         0: .line 348
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$ConsumedBytesConverter.flowController:Lio/netty/handler/codec/http2/Http2LocalFlowController;
            aload 1 /* stream */
            invokeinterface io.netty.handler.codec.http2.Http2LocalFlowController.unconsumedBytes:(Lio/netty/handler/codec/http2/Http2Stream;)I
            ireturn
        end local 1 // io.netty.handler.codec.http2.Http2Stream stream
        end local 0 // io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$ConsumedBytesConverter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/netty/handler/codec/http2/DelegatingDecompressorFrameListener$ConsumedBytesConverter;
            0    1     1  stream  Lio/netty/handler/codec/http2/Http2Stream;
    MethodParameters:
        Name  Flags
      stream  

  public int initialWindowSize(io.netty.handler.codec.http2.Http2Stream);
    descriptor: (Lio/netty/handler/codec/http2/Http2Stream;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$ConsumedBytesConverter this
        start local 1 // io.netty.handler.codec.http2.Http2Stream stream
         0: .line 353
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$ConsumedBytesConverter.flowController:Lio/netty/handler/codec/http2/Http2LocalFlowController;
            aload 1 /* stream */
            invokeinterface io.netty.handler.codec.http2.Http2LocalFlowController.initialWindowSize:(Lio/netty/handler/codec/http2/Http2Stream;)I
            ireturn
        end local 1 // io.netty.handler.codec.http2.Http2Stream stream
        end local 0 // io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$ConsumedBytesConverter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/netty/handler/codec/http2/DelegatingDecompressorFrameListener$ConsumedBytesConverter;
            0    1     1  stream  Lio/netty/handler/codec/http2/Http2Stream;
    MethodParameters:
        Name  Flags
      stream  
}
SourceFile: "DelegatingDecompressorFrameListener.java"
NestHost: io.netty.handler.codec.http2.DelegatingDecompressorFrameListener
InnerClasses:
  private final ConsumedBytesConverter = io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$ConsumedBytesConverter of io.netty.handler.codec.http2.DelegatingDecompressorFrameListener
  private final Http2Decompressor = io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$Http2Decompressor of io.netty.handler.codec.http2.DelegatingDecompressorFrameListener