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

  private int compressed;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int decompressed;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 360
            ldc Lio/netty/handler/codec/http2/DelegatingDecompressorFrameListener;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$Http2Decompressor.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(io.netty.channel.embedded.EmbeddedChannel);
    descriptor: (Lio/netty/channel/embedded/EmbeddedChannel;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$Http2Decompressor this
        start local 1 // io.netty.channel.embedded.EmbeddedChannel decompressor
         0: .line 365
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 366
            aload 0 /* this */
            aload 1 /* decompressor */
            putfield io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$Http2Decompressor.decompressor:Lio/netty/channel/embedded/EmbeddedChannel;
         2: .line 367
            return
        end local 1 // io.netty.channel.embedded.EmbeddedChannel decompressor
        end local 0 // io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$Http2Decompressor this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lio/netty/handler/codec/http2/DelegatingDecompressorFrameListener$Http2Decompressor;
            0    3     1  decompressor  Lio/netty/channel/embedded/EmbeddedChannel;
    MethodParameters:
              Name  Flags
      decompressor  

  io.netty.channel.embedded.EmbeddedChannel decompressor();
    descriptor: ()Lio/netty/channel/embedded/EmbeddedChannel;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$Http2Decompressor this
         0: .line 373
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$Http2Decompressor.decompressor:Lio/netty/channel/embedded/EmbeddedChannel;
            areturn
        end local 0 // io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$Http2Decompressor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http2/DelegatingDecompressorFrameListener$Http2Decompressor;

  void incrementCompressedBytes(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$Http2Decompressor this
        start local 1 // int delta
         0: .line 380
            getstatic io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$Http2Decompressor.$assertionsDisabled:Z
            ifne 1
            iload 1 /* delta */
            ifge 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 381
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$Http2Decompressor.compressed:I
            iload 1 /* delta */
            iadd
            putfield io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$Http2Decompressor.compressed:I
         2: .line 382
            return
        end local 1 // int delta
        end local 0 // io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$Http2Decompressor this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/netty/handler/codec/http2/DelegatingDecompressorFrameListener$Http2Decompressor;
            0    3     1  delta  I
    MethodParameters:
       Name  Flags
      delta  

  void incrementDecompressedBytes(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$Http2Decompressor this
        start local 1 // int delta
         0: .line 388
            getstatic io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$Http2Decompressor.$assertionsDisabled:Z
            ifne 1
            iload 1 /* delta */
            ifge 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 389
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$Http2Decompressor.decompressed:I
            iload 1 /* delta */
            iadd
            putfield io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$Http2Decompressor.decompressed:I
         2: .line 390
            return
        end local 1 // int delta
        end local 0 // io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$Http2Decompressor this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/netty/handler/codec/http2/DelegatingDecompressorFrameListener$Http2Decompressor;
            0    3     1  delta  I
    MethodParameters:
       Name  Flags
      delta  

  int consumeBytes(int, int);
    descriptor: (II)I
    flags: (0x0000) 
    Code:
      stack=7, locals=6, args_size=3
        start local 0 // io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$Http2Decompressor this
        start local 1 // int streamId
        start local 2 // int decompressedBytes
         0: .line 401
            iload 2 /* decompressedBytes */
            ifge 2
         1: .line 402
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "decompressedBytes must not be negative: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 2 /* decompressedBytes */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 404
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$Http2Decompressor.decompressed:I
            iload 2 /* decompressedBytes */
            isub
            ifge 7
         3: .line 405
            iload 1 /* streamId */
            getstatic io.netty.handler.codec.http2.Http2Error.INTERNAL_ERROR:Lio/netty/handler/codec/http2/Http2Error;
         4: .line 406
            ldc "Attempting to return too many bytes for stream %d. decompressed: %d decompressedBytes: %d"
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
         5: .line 407
            iload 1 /* streamId */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$Http2Decompressor.decompressed:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            iload 2 /* decompressedBytes */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
         6: .line 405
            invokestatic io.netty.handler.codec.http2.Http2Exception.streamError:(ILio/netty/handler/codec/http2/Http2Error;Ljava/lang/String;[Ljava/lang/Object;)Lio/netty/handler/codec/http2/Http2Exception;
            athrow
         7: .line 409
      StackMap locals:
      StackMap stack:
            iload 2 /* decompressedBytes */
            i2d
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$Http2Decompressor.decompressed:I
            i2d
            ddiv
            dstore 3 /* consumedRatio */
        start local 3 // double consumedRatio
         8: .line 410
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$Http2Decompressor.compressed:I
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$Http2Decompressor.compressed:I
            i2d
            dload 3 /* consumedRatio */
            dmul
            invokestatic java.lang.Math.ceil:(D)D
            d2i
            invokestatic java.lang.Math.min:(II)I
            istore 5 /* consumedCompressed */
        start local 5 // int consumedCompressed
         9: .line 411
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$Http2Decompressor.compressed:I
            iload 5 /* consumedCompressed */
            isub
            ifge 14
        10: .line 412
            iload 1 /* streamId */
            getstatic io.netty.handler.codec.http2.Http2Error.INTERNAL_ERROR:Lio/netty/handler/codec/http2/Http2Error;
        11: .line 413
            ldc "overflow when converting decompressed bytes to compressed bytes for stream %d.decompressedBytes: %d decompressed: %d compressed: %d consumedCompressed: %d"
            iconst_5
            anewarray java.lang.Object
            dup
            iconst_0
        12: .line 415
            iload 1 /* streamId */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            iload 2 /* decompressedBytes */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$Http2Decompressor.decompressed:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_3
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$Http2Decompressor.compressed:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_4
            iload 5 /* consumedCompressed */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
        13: .line 412
            invokestatic io.netty.handler.codec.http2.Http2Exception.streamError:(ILio/netty/handler/codec/http2/Http2Error;Ljava/lang/String;[Ljava/lang/Object;)Lio/netty/handler/codec/http2/Http2Exception;
            athrow
        14: .line 417
      StackMap locals: double int
      StackMap stack:
            aload 0 /* this */
            dup
            getfield io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$Http2Decompressor.decompressed:I
            iload 2 /* decompressedBytes */
            isub
            putfield io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$Http2Decompressor.decompressed:I
        15: .line 418
            aload 0 /* this */
            dup
            getfield io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$Http2Decompressor.compressed:I
            iload 5 /* consumedCompressed */
            isub
            putfield io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$Http2Decompressor.compressed:I
        16: .line 420
            iload 5 /* consumedCompressed */
            ireturn
        end local 5 // int consumedCompressed
        end local 3 // double consumedRatio
        end local 2 // int decompressedBytes
        end local 1 // int streamId
        end local 0 // io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$Http2Decompressor this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   17     0                this  Lio/netty/handler/codec/http2/DelegatingDecompressorFrameListener$Http2Decompressor;
            0   17     1            streamId  I
            0   17     2   decompressedBytes  I
            8   17     3       consumedRatio  D
            9   17     5  consumedCompressed  I
    Exceptions:
      throws io.netty.handler.codec.http2.Http2Exception
    MethodParameters:
                   Name  Flags
      streamId           
      decompressedBytes  
}
SourceFile: "DelegatingDecompressorFrameListener.java"
NestHost: io.netty.handler.codec.http2.DelegatingDecompressorFrameListener
InnerClasses:
  private final Http2Decompressor = io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$Http2Decompressor of io.netty.handler.codec.http2.DelegatingDecompressorFrameListener