public class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder extends io.netty.handler.codec.http2.DecoratingHttp2ConnectionEncoder
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
  super_class: io.netty.handler.codec.http2.DecoratingHttp2ConnectionEncoder
{
  public static final int DEFAULT_COMPRESSION_LEVEL;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 6

  public static final int DEFAULT_WINDOW_BITS;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 15

  public static final int DEFAULT_MEM_LEVEL;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 8

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

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

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

  private final io.netty.handler.codec.http2.Http2Connection$PropertyKey propertyKey;
    descriptor: Lio/netty/handler/codec/http2/Http2Connection$PropertyKey;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(io.netty.handler.codec.http2.Http2ConnectionEncoder);
    descriptor: (Lio/netty/handler/codec/http2/Http2ConnectionEncoder;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder this
        start local 1 // io.netty.handler.codec.http2.Http2ConnectionEncoder delegate
         0: .line 53
            aload 0 /* this */
            aload 1 /* delegate */
            bipush 6
            bipush 15
            bipush 8
            invokespecial io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder.<init>:(Lio/netty/handler/codec/http2/Http2ConnectionEncoder;III)V
         1: .line 54
            return
        end local 1 // io.netty.handler.codec.http2.Http2ConnectionEncoder delegate
        end local 0 // io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/netty/handler/codec/http2/CompressorHttp2ConnectionEncoder;
            0    2     1  delegate  Lio/netty/handler/codec/http2/Http2ConnectionEncoder;
    MethodParameters:
          Name  Flags
      delegate  

  public void <init>(io.netty.handler.codec.http2.Http2ConnectionEncoder, int, int, int);
    descriptor: (Lio/netty/handler/codec/http2/Http2ConnectionEncoder;III)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder this
        start local 1 // io.netty.handler.codec.http2.Http2ConnectionEncoder delegate
        start local 2 // int compressionLevel
        start local 3 // int windowBits
        start local 4 // int memLevel
         0: .line 58
            aload 0 /* this */
            aload 1 /* delegate */
            invokespecial io.netty.handler.codec.http2.DecoratingHttp2ConnectionEncoder.<init>:(Lio/netty/handler/codec/http2/Http2ConnectionEncoder;)V
         1: .line 59
            iload 2 /* compressionLevel */
            iflt 2
            iload 2 /* compressionLevel */
            bipush 9
            if_icmple 3
         2: .line 60
      StackMap locals: io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder io.netty.handler.codec.http2.Http2ConnectionEncoder int int int
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "compressionLevel: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 2 /* compressionLevel */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " (expected: 0-9)"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 62
      StackMap locals:
      StackMap stack:
            iload 3 /* windowBits */
            bipush 9
            if_icmplt 4
            iload 3 /* windowBits */
            bipush 15
            if_icmple 5
         4: .line 63
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "windowBits: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 3 /* windowBits */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " (expected: 9-15)"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 65
      StackMap locals:
      StackMap stack:
            iload 4 /* memLevel */
            iconst_1
            if_icmplt 6
            iload 4 /* memLevel */
            bipush 9
            if_icmple 7
         6: .line 66
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "memLevel: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 4 /* memLevel */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " (expected: 1-9)"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 68
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* compressionLevel */
            putfield io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder.compressionLevel:I
         8: .line 69
            aload 0 /* this */
            iload 3 /* windowBits */
            putfield io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder.windowBits:I
         9: .line 70
            aload 0 /* this */
            iload 4 /* memLevel */
            putfield io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder.memLevel:I
        10: .line 72
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder.connection:()Lio/netty/handler/codec/http2/Http2Connection;
            invokeinterface io.netty.handler.codec.http2.Http2Connection.newKey:()Lio/netty/handler/codec/http2/Http2Connection$PropertyKey;
            putfield io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder.propertyKey:Lio/netty/handler/codec/http2/Http2Connection$PropertyKey;
        11: .line 73
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder.connection:()Lio/netty/handler/codec/http2/Http2Connection;
            new io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder$1
            dup
            aload 0 /* this */
            invokespecial io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder$1.<init>:(Lio/netty/handler/codec/http2/CompressorHttp2ConnectionEncoder;)V
            invokeinterface io.netty.handler.codec.http2.Http2Connection.addListener:(Lio/netty/handler/codec/http2/Http2Connection$Listener;)V
        12: .line 82
            return
        end local 4 // int memLevel
        end local 3 // int windowBits
        end local 2 // int compressionLevel
        end local 1 // io.netty.handler.codec.http2.Http2ConnectionEncoder delegate
        end local 0 // io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   13     0              this  Lio/netty/handler/codec/http2/CompressorHttp2ConnectionEncoder;
            0   13     1          delegate  Lio/netty/handler/codec/http2/Http2ConnectionEncoder;
            0   13     2  compressionLevel  I
            0   13     3        windowBits  I
            0   13     4          memLevel  I
    MethodParameters:
                  Name  Flags
      delegate          
      compressionLevel  
      windowBits        
      memLevel          

  public io.netty.channel.ChannelFuture writeData(io.netty.channel.ChannelHandlerContext, int, io.netty.buffer.ByteBuf, int, boolean, io.netty.channel.ChannelPromise);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;ILio/netty/buffer/ByteBuf;IZLio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=16, args_size=7
        start local 0 // io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
        start local 2 // int streamId
        start local 3 // io.netty.buffer.ByteBuf data
        start local 4 // int padding
        start local 5 // boolean endOfStream
        start local 6 // io.netty.channel.ChannelPromise promise
         0: .line 87
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder.connection:()Lio/netty/handler/codec/http2/Http2Connection;
            iload 2 /* streamId */
            invokeinterface io.netty.handler.codec.http2.Http2Connection.stream:(I)Lio/netty/handler/codec/http2/Http2Stream;
            astore 7 /* stream */
        start local 7 // io.netty.handler.codec.http2.Http2Stream stream
         1: .line 88
            aload 7 /* stream */
            ifnonnull 2
            aconst_null
            goto 3
      StackMap locals: io.netty.handler.codec.http2.Http2Stream
      StackMap stack:
         2: aload 7 /* stream */
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder.propertyKey:Lio/netty/handler/codec/http2/Http2Connection$PropertyKey;
            invokeinterface io.netty.handler.codec.http2.Http2Stream.getProperty:(Lio/netty/handler/codec/http2/Http2Connection$PropertyKey;)Ljava/lang/Object;
            checkcast io.netty.channel.embedded.EmbeddedChannel
      StackMap locals:
      StackMap stack: io.netty.channel.embedded.EmbeddedChannel
         3: astore 8 /* channel */
        start local 8 // io.netty.channel.embedded.EmbeddedChannel channel
         4: .line 89
            aload 8 /* channel */
            ifnonnull 6
         5: .line 91
            aload 0 /* this */
            aload 1 /* ctx */
            iload 2 /* streamId */
            aload 3 /* data */
            iload 4 /* padding */
            iload 5 /* endOfStream */
            aload 6 /* promise */
            invokespecial io.netty.handler.codec.http2.DecoratingHttp2ConnectionEncoder.writeData:(Lio/netty/channel/ChannelHandlerContext;ILio/netty/buffer/ByteBuf;IZLio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
            areturn
         6: .line 96
      StackMap locals: io.netty.channel.embedded.EmbeddedChannel
      StackMap stack:
            aload 8 /* channel */
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 3 /* data */
            aastore
            invokevirtual io.netty.channel.embedded.EmbeddedChannel.writeOutbound:([Ljava/lang/Object;)Z
            pop
         7: .line 97
            aload 8 /* channel */
            invokestatic io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder.nextReadableBuf:(Lio/netty/channel/embedded/EmbeddedChannel;)Lio/netty/buffer/ByteBuf;
            astore 9 /* buf */
        start local 9 // io.netty.buffer.ByteBuf buf
         8: .line 98
            aload 9 /* buf */
            ifnonnull 25
         9: .line 99
            iload 5 /* endOfStream */
            ifeq 20
        10: .line 100
            aload 8 /* channel */
            invokevirtual io.netty.channel.embedded.EmbeddedChannel.finish:()Z
            ifeq 12
        11: .line 101
            aload 8 /* channel */
            invokestatic io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder.nextReadableBuf:(Lio/netty/channel/embedded/EmbeddedChannel;)Lio/netty/buffer/ByteBuf;
            astore 9 /* buf */
        12: .line 103
      StackMap locals: io.netty.buffer.ByteBuf
      StackMap stack:
            aload 0 /* this */
            aload 1 /* ctx */
            iload 2 /* streamId */
            aload 9 /* buf */
            ifnonnull 13
            getstatic io.netty.buffer.Unpooled.EMPTY_BUFFER:Lio/netty/buffer/ByteBuf;
            goto 14
      StackMap locals: io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder io.netty.channel.ChannelHandlerContext int io.netty.buffer.ByteBuf int int io.netty.channel.ChannelPromise io.netty.handler.codec.http2.Http2Stream io.netty.channel.embedded.EmbeddedChannel io.netty.buffer.ByteBuf
      StackMap stack: io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder io.netty.channel.ChannelHandlerContext int
        13: aload 9 /* buf */
      StackMap locals: io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder io.netty.channel.ChannelHandlerContext int io.netty.buffer.ByteBuf int int io.netty.channel.ChannelPromise io.netty.handler.codec.http2.Http2Stream io.netty.channel.embedded.EmbeddedChannel io.netty.buffer.ByteBuf
      StackMap stack: io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder io.netty.channel.ChannelHandlerContext int io.netty.buffer.ByteBuf
        14: iload 4 /* padding */
        15: .line 104
            iconst_1
            aload 6 /* promise */
        16: .line 103
            invokespecial io.netty.handler.codec.http2.DecoratingHttp2ConnectionEncoder.writeData:(Lio/netty/channel/ChannelHandlerContext;ILio/netty/buffer/ByteBuf;IZLio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
            astore 15
        17: .line 134
            iload 5 /* endOfStream */
            ifeq 19
        18: .line 135
            aload 0 /* this */
            aload 7 /* stream */
            aload 8 /* channel */
            invokevirtual io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder.cleanup:(Lio/netty/handler/codec/http2/Http2Stream;Lio/netty/channel/embedded/EmbeddedChannel;)V
        19: .line 103
      StackMap locals: io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder io.netty.channel.ChannelHandlerContext int io.netty.buffer.ByteBuf int int io.netty.channel.ChannelPromise io.netty.handler.codec.http2.Http2Stream io.netty.channel.embedded.EmbeddedChannel io.netty.buffer.ByteBuf top top top top top io.netty.channel.ChannelFuture
      StackMap stack:
            aload 15
            areturn
        20: .line 107
      StackMap locals: io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder io.netty.channel.ChannelHandlerContext int io.netty.buffer.ByteBuf int int io.netty.channel.ChannelPromise io.netty.handler.codec.http2.Http2Stream io.netty.channel.embedded.EmbeddedChannel io.netty.buffer.ByteBuf
      StackMap stack:
            aload 6 /* promise */
            invokeinterface io.netty.channel.ChannelPromise.setSuccess:()Lio/netty/channel/ChannelPromise;
            pop
        21: .line 108
            aload 6 /* promise */
            astore 15
        22: .line 134
            iload 5 /* endOfStream */
            ifeq 24
        23: .line 135
            aload 0 /* this */
            aload 7 /* stream */
            aload 8 /* channel */
            invokevirtual io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder.cleanup:(Lio/netty/handler/codec/http2/Http2Stream;Lio/netty/channel/embedded/EmbeddedChannel;)V
        24: .line 108
      StackMap locals: io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder io.netty.channel.ChannelHandlerContext int io.netty.buffer.ByteBuf int int io.netty.channel.ChannelPromise io.netty.handler.codec.http2.Http2Stream io.netty.channel.embedded.EmbeddedChannel io.netty.buffer.ByteBuf top top top top top io.netty.channel.ChannelFuture
      StackMap stack:
            aload 15
            areturn
        25: .line 111
      StackMap locals: io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder io.netty.channel.ChannelHandlerContext int io.netty.buffer.ByteBuf int int io.netty.channel.ChannelPromise io.netty.handler.codec.http2.Http2Stream io.netty.channel.embedded.EmbeddedChannel io.netty.buffer.ByteBuf
      StackMap stack:
            new io.netty.util.concurrent.PromiseCombiner
            dup
            invokespecial io.netty.util.concurrent.PromiseCombiner.<init>:()V
            astore 10 /* combiner */
        start local 10 // io.netty.util.concurrent.PromiseCombiner combiner
        26: .line 113
      StackMap locals: io.netty.util.concurrent.PromiseCombiner
      StackMap stack:
            aload 8 /* channel */
            invokestatic io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder.nextReadableBuf:(Lio/netty/channel/embedded/EmbeddedChannel;)Lio/netty/buffer/ByteBuf;
            astore 11 /* nextBuf */
        start local 11 // io.netty.buffer.ByteBuf nextBuf
        27: .line 114
            aload 11 /* nextBuf */
            ifnonnull 28
            iload 5 /* endOfStream */
            ifeq 28
            iconst_1
            goto 29
      StackMap locals: io.netty.buffer.ByteBuf
      StackMap stack:
        28: iconst_0
      StackMap locals:
      StackMap stack: int
        29: istore 12 /* compressedEndOfStream */
        start local 12 // boolean compressedEndOfStream
        30: .line 115
            iload 12 /* compressedEndOfStream */
            ifeq 35
            aload 8 /* channel */
            invokevirtual io.netty.channel.embedded.EmbeddedChannel.finish:()Z
            ifeq 35
        31: .line 116
            aload 8 /* channel */
            invokestatic io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder.nextReadableBuf:(Lio/netty/channel/embedded/EmbeddedChannel;)Lio/netty/buffer/ByteBuf;
            astore 11 /* nextBuf */
        32: .line 117
            aload 11 /* nextBuf */
            ifnonnull 33
            iconst_1
            goto 34
      StackMap locals: int
      StackMap stack:
        33: iconst_0
      StackMap locals:
      StackMap stack: int
        34: istore 12 /* compressedEndOfStream */
        35: .line 120
      StackMap locals:
      StackMap stack:
            aload 1 /* ctx */
            invokeinterface io.netty.channel.ChannelHandlerContext.newPromise:()Lio/netty/channel/ChannelPromise;
            astore 13 /* bufPromise */
        start local 13 // io.netty.channel.ChannelPromise bufPromise
        36: .line 121
            aload 10 /* combiner */
            aload 13 /* bufPromise */
            invokevirtual io.netty.util.concurrent.PromiseCombiner.add:(Lio/netty/util/concurrent/Promise;)V
        37: .line 122
            aload 0 /* this */
            aload 1 /* ctx */
            iload 2 /* streamId */
            aload 9 /* buf */
            iload 4 /* padding */
            iload 12 /* compressedEndOfStream */
            aload 13 /* bufPromise */
            invokespecial io.netty.handler.codec.http2.DecoratingHttp2ConnectionEncoder.writeData:(Lio/netty/channel/ChannelHandlerContext;ILio/netty/buffer/ByteBuf;IZLio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
            pop
        38: .line 123
            aload 11 /* nextBuf */
            ifnonnull 40
        39: .line 124
            goto 43
        40: .line 127
      StackMap locals: io.netty.channel.ChannelPromise
      StackMap stack:
            iconst_0
            istore 4 /* padding */
        41: .line 128
            aload 11 /* nextBuf */
            astore 9 /* buf */
        end local 13 // io.netty.channel.ChannelPromise bufPromise
        end local 12 // boolean compressedEndOfStream
        end local 11 // io.netty.buffer.ByteBuf nextBuf
        42: .line 112
            goto 26
        43: .line 130
      StackMap locals:
      StackMap stack:
            aload 10 /* combiner */
            aload 6 /* promise */
            invokevirtual io.netty.util.concurrent.PromiseCombiner.finish:(Lio/netty/util/concurrent/Promise;)V
        end local 10 // io.netty.util.concurrent.PromiseCombiner combiner
        end local 9 // io.netty.buffer.ByteBuf buf
        44: .line 131
            goto 53
      StackMap locals: io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder io.netty.channel.ChannelHandlerContext int io.netty.buffer.ByteBuf int int io.netty.channel.ChannelPromise io.netty.handler.codec.http2.Http2Stream io.netty.channel.embedded.EmbeddedChannel
      StackMap stack: java.lang.Throwable
        45: astore 9 /* cause */
        start local 9 // java.lang.Throwable cause
        46: .line 132
            aload 6 /* promise */
            aload 9 /* cause */
            invokeinterface io.netty.channel.ChannelPromise.tryFailure:(Ljava/lang/Throwable;)Z
            pop
        end local 9 // java.lang.Throwable cause
        47: .line 134
            iload 5 /* endOfStream */
            ifeq 55
        48: .line 135
            aload 0 /* this */
            aload 7 /* stream */
            aload 8 /* channel */
            invokevirtual io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder.cleanup:(Lio/netty/handler/codec/http2/Http2Stream;Lio/netty/channel/embedded/EmbeddedChannel;)V
            goto 55
        49: .line 133
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 14
        50: .line 134
            iload 5 /* endOfStream */
            ifeq 52
        51: .line 135
            aload 0 /* this */
            aload 7 /* stream */
            aload 8 /* channel */
            invokevirtual io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder.cleanup:(Lio/netty/handler/codec/http2/Http2Stream;Lio/netty/channel/embedded/EmbeddedChannel;)V
        52: .line 137
      StackMap locals: io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder io.netty.channel.ChannelHandlerContext int io.netty.buffer.ByteBuf int int io.netty.channel.ChannelPromise io.netty.handler.codec.http2.Http2Stream io.netty.channel.embedded.EmbeddedChannel top top top top top java.lang.Throwable
      StackMap stack:
            aload 14
            athrow
        53: .line 134
      StackMap locals: io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder io.netty.channel.ChannelHandlerContext int io.netty.buffer.ByteBuf int int io.netty.channel.ChannelPromise io.netty.handler.codec.http2.Http2Stream io.netty.channel.embedded.EmbeddedChannel
      StackMap stack:
            iload 5 /* endOfStream */
            ifeq 55
        54: .line 135
            aload 0 /* this */
            aload 7 /* stream */
            aload 8 /* channel */
            invokevirtual io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder.cleanup:(Lio/netty/handler/codec/http2/Http2Stream;Lio/netty/channel/embedded/EmbeddedChannel;)V
        55: .line 138
      StackMap locals:
      StackMap stack:
            aload 6 /* promise */
            areturn
        end local 8 // io.netty.channel.embedded.EmbeddedChannel channel
        end local 7 // io.netty.handler.codec.http2.Http2Stream stream
        end local 6 // io.netty.channel.ChannelPromise promise
        end local 5 // boolean endOfStream
        end local 4 // int padding
        end local 3 // io.netty.buffer.ByteBuf data
        end local 2 // int streamId
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   56     0                   this  Lio/netty/handler/codec/http2/CompressorHttp2ConnectionEncoder;
            0   56     1                    ctx  Lio/netty/channel/ChannelHandlerContext;
            0   56     2               streamId  I
            0   56     3                   data  Lio/netty/buffer/ByteBuf;
            0   56     4                padding  I
            0   56     5            endOfStream  Z
            0   56     6                promise  Lio/netty/channel/ChannelPromise;
            1   56     7                 stream  Lio/netty/handler/codec/http2/Http2Stream;
            4   56     8                channel  Lio/netty/channel/embedded/EmbeddedChannel;
            8   44     9                    buf  Lio/netty/buffer/ByteBuf;
           26   44    10               combiner  Lio/netty/util/concurrent/PromiseCombiner;
           27   42    11                nextBuf  Lio/netty/buffer/ByteBuf;
           30   42    12  compressedEndOfStream  Z
           36   42    13             bufPromise  Lio/netty/channel/ChannelPromise;
           46   47     9                  cause  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           6    17      45  Class java.lang.Throwable
          20    22      45  Class java.lang.Throwable
          25    44      45  Class java.lang.Throwable
           6    17      49  any
          20    22      49  any
          25    47      49  any
    MethodParameters:
             Name  Flags
      ctx          final
      streamId     final
      data         
      padding      
      endOfStream  final
      promise      

  public io.netty.channel.ChannelFuture writeHeaders(io.netty.channel.ChannelHandlerContext, int, io.netty.handler.codec.http2.Http2Headers, int, boolean, io.netty.channel.ChannelPromise);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;ILio/netty/handler/codec/http2/Http2Headers;IZLio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=9, args_size=7
        start local 0 // io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
        start local 2 // int streamId
        start local 3 // io.netty.handler.codec.http2.Http2Headers headers
        start local 4 // int padding
        start local 5 // boolean endStream
        start local 6 // io.netty.channel.ChannelPromise promise
         0: .line 146
            aload 0 /* this */
            aload 1 /* ctx */
            aload 3 /* headers */
            iload 5 /* endStream */
            invokevirtual io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder.newCompressor:(Lio/netty/channel/ChannelHandlerContext;Lio/netty/handler/codec/http2/Http2Headers;Z)Lio/netty/channel/embedded/EmbeddedChannel;
            astore 7 /* compressor */
        start local 7 // io.netty.channel.embedded.EmbeddedChannel compressor
         1: .line 149
            aload 0 /* this */
            aload 1 /* ctx */
            iload 2 /* streamId */
            aload 3 /* headers */
            iload 4 /* padding */
            iload 5 /* endStream */
            aload 6 /* promise */
            invokespecial io.netty.handler.codec.http2.DecoratingHttp2ConnectionEncoder.writeHeaders:(Lio/netty/channel/ChannelHandlerContext;ILio/netty/handler/codec/http2/Http2Headers;IZLio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
            astore 8 /* future */
        start local 8 // io.netty.channel.ChannelFuture future
         2: .line 152
            aload 0 /* this */
            aload 7 /* compressor */
            iload 2 /* streamId */
            invokevirtual io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder.bindCompressorToStream:(Lio/netty/channel/embedded/EmbeddedChannel;I)V
         3: .line 154
            aload 8 /* future */
         4: areturn
        end local 8 // io.netty.channel.ChannelFuture future
        end local 7 // io.netty.channel.embedded.EmbeddedChannel compressor
         5: .line 155
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 7 /* e */
        start local 7 // java.lang.Throwable e
         6: .line 156
            aload 6 /* promise */
            aload 7 /* e */
            invokeinterface io.netty.channel.ChannelPromise.tryFailure:(Ljava/lang/Throwable;)Z
            pop
        end local 7 // java.lang.Throwable e
         7: .line 158
            aload 6 /* promise */
            areturn
        end local 6 // io.netty.channel.ChannelPromise promise
        end local 5 // boolean endStream
        end local 4 // int padding
        end local 3 // io.netty.handler.codec.http2.Http2Headers headers
        end local 2 // int streamId
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Lio/netty/handler/codec/http2/CompressorHttp2ConnectionEncoder;
            0    8     1         ctx  Lio/netty/channel/ChannelHandlerContext;
            0    8     2    streamId  I
            0    8     3     headers  Lio/netty/handler/codec/http2/Http2Headers;
            0    8     4     padding  I
            0    8     5   endStream  Z
            0    8     6     promise  Lio/netty/channel/ChannelPromise;
            1    5     7  compressor  Lio/netty/channel/embedded/EmbeddedChannel;
            2    5     8      future  Lio/netty/channel/ChannelFuture;
            6    7     7           e  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     4       5  Class java.lang.Throwable
    MethodParameters:
           Name  Flags
      ctx        
      streamId   
      headers    
      padding    
      endStream  
      promise    

  public io.netty.channel.ChannelFuture writeHeaders(io.netty.channel.ChannelHandlerContext, int, io.netty.handler.codec.http2.Http2Headers, int, short, boolean, int, boolean, io.netty.channel.ChannelPromise);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;ILio/netty/handler/codec/http2/Http2Headers;ISZIZLio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=12, args_size=10
        start local 0 // io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
        start local 2 // int streamId
        start local 3 // io.netty.handler.codec.http2.Http2Headers headers
        start local 4 // int streamDependency
        start local 5 // short weight
        start local 6 // boolean exclusive
        start local 7 // int padding
        start local 8 // boolean endOfStream
        start local 9 // io.netty.channel.ChannelPromise promise
         0: .line 167
            aload 0 /* this */
            aload 1 /* ctx */
            aload 3 /* headers */
            iload 8 /* endOfStream */
            invokevirtual io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder.newCompressor:(Lio/netty/channel/ChannelHandlerContext;Lio/netty/handler/codec/http2/Http2Headers;Z)Lio/netty/channel/embedded/EmbeddedChannel;
            astore 10 /* compressor */
        start local 10 // io.netty.channel.embedded.EmbeddedChannel compressor
         1: .line 170
            aload 0 /* this */
            aload 1 /* ctx */
            iload 2 /* streamId */
            aload 3 /* headers */
            iload 4 /* streamDependency */
            iload 5 /* weight */
            iload 6 /* exclusive */
         2: .line 171
            iload 7 /* padding */
            iload 8 /* endOfStream */
            aload 9 /* promise */
         3: .line 170
            invokespecial io.netty.handler.codec.http2.DecoratingHttp2ConnectionEncoder.writeHeaders:(Lio/netty/channel/ChannelHandlerContext;ILio/netty/handler/codec/http2/Http2Headers;ISZIZLio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
            astore 11 /* future */
        start local 11 // io.netty.channel.ChannelFuture future
         4: .line 174
            aload 0 /* this */
            aload 10 /* compressor */
            iload 2 /* streamId */
            invokevirtual io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder.bindCompressorToStream:(Lio/netty/channel/embedded/EmbeddedChannel;I)V
         5: .line 176
            aload 11 /* future */
         6: areturn
        end local 11 // io.netty.channel.ChannelFuture future
        end local 10 // io.netty.channel.embedded.EmbeddedChannel compressor
         7: .line 177
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 10 /* e */
        start local 10 // java.lang.Throwable e
         8: .line 178
            aload 9 /* promise */
            aload 10 /* e */
            invokeinterface io.netty.channel.ChannelPromise.tryFailure:(Ljava/lang/Throwable;)Z
            pop
        end local 10 // java.lang.Throwable e
         9: .line 180
            aload 9 /* promise */
            areturn
        end local 9 // io.netty.channel.ChannelPromise promise
        end local 8 // boolean endOfStream
        end local 7 // int padding
        end local 6 // boolean exclusive
        end local 5 // short weight
        end local 4 // int streamDependency
        end local 3 // io.netty.handler.codec.http2.Http2Headers headers
        end local 2 // int streamId
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   10     0              this  Lio/netty/handler/codec/http2/CompressorHttp2ConnectionEncoder;
            0   10     1               ctx  Lio/netty/channel/ChannelHandlerContext;
            0   10     2          streamId  I
            0   10     3           headers  Lio/netty/handler/codec/http2/Http2Headers;
            0   10     4  streamDependency  I
            0   10     5            weight  S
            0   10     6         exclusive  Z
            0   10     7           padding  I
            0   10     8       endOfStream  Z
            0   10     9           promise  Lio/netty/channel/ChannelPromise;
            1    7    10        compressor  Lio/netty/channel/embedded/EmbeddedChannel;
            4    7    11            future  Lio/netty/channel/ChannelFuture;
            8    9    10                 e  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     6       7  Class java.lang.Throwable
    MethodParameters:
                  Name  Flags
      ctx               final
      streamId          final
      headers           final
      streamDependency  final
      weight            final
      exclusive         final
      padding           final
      endOfStream       final
      promise           final

  protected io.netty.channel.embedded.EmbeddedChannel newContentCompressor(io.netty.channel.ChannelHandlerContext, java.lang.CharSequence);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;Ljava/lang/CharSequence;)Lio/netty/channel/embedded/EmbeddedChannel;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
        start local 2 // java.lang.CharSequence contentEncoding
         0: .line 195
            getstatic io.netty.handler.codec.http.HttpHeaderValues.GZIP:Lio/netty/util/AsciiString;
            aload 2 /* contentEncoding */
            invokevirtual io.netty.util.AsciiString.contentEqualsIgnoreCase:(Ljava/lang/CharSequence;)Z
            ifne 1
            getstatic io.netty.handler.codec.http.HttpHeaderValues.X_GZIP:Lio/netty/util/AsciiString;
            aload 2 /* contentEncoding */
            invokevirtual io.netty.util.AsciiString.contentEqualsIgnoreCase:(Ljava/lang/CharSequence;)Z
            ifeq 2
         1: .line 196
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* ctx */
            getstatic io.netty.handler.codec.compression.ZlibWrapper.GZIP:Lio/netty/handler/codec/compression/ZlibWrapper;
            invokevirtual io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder.newCompressionChannel:(Lio/netty/channel/ChannelHandlerContext;Lio/netty/handler/codec/compression/ZlibWrapper;)Lio/netty/channel/embedded/EmbeddedChannel;
            areturn
         2: .line 198
      StackMap locals:
      StackMap stack:
            getstatic io.netty.handler.codec.http.HttpHeaderValues.DEFLATE:Lio/netty/util/AsciiString;
            aload 2 /* contentEncoding */
            invokevirtual io.netty.util.AsciiString.contentEqualsIgnoreCase:(Ljava/lang/CharSequence;)Z
            ifne 3
            getstatic io.netty.handler.codec.http.HttpHeaderValues.X_DEFLATE:Lio/netty/util/AsciiString;
            aload 2 /* contentEncoding */
            invokevirtual io.netty.util.AsciiString.contentEqualsIgnoreCase:(Ljava/lang/CharSequence;)Z
            ifeq 4
         3: .line 199
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* ctx */
            getstatic io.netty.handler.codec.compression.ZlibWrapper.ZLIB:Lio/netty/handler/codec/compression/ZlibWrapper;
            invokevirtual io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder.newCompressionChannel:(Lio/netty/channel/ChannelHandlerContext;Lio/netty/handler/codec/compression/ZlibWrapper;)Lio/netty/channel/embedded/EmbeddedChannel;
            areturn
         4: .line 202
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.CharSequence contentEncoding
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Lio/netty/handler/codec/http2/CompressorHttp2ConnectionEncoder;
            0    5     1              ctx  Lio/netty/channel/ChannelHandlerContext;
            0    5     2  contentEncoding  Ljava/lang/CharSequence;
    Exceptions:
      throws io.netty.handler.codec.http2.Http2Exception
    MethodParameters:
                 Name  Flags
      ctx              
      contentEncoding  

  protected java.lang.CharSequence getTargetContentEncoding(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)Ljava/lang/CharSequence;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder this
        start local 1 // java.lang.CharSequence contentEncoding
         0: .line 214
            aload 1 /* contentEncoding */
            areturn
        end local 1 // java.lang.CharSequence contentEncoding
        end local 0 // io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lio/netty/handler/codec/http2/CompressorHttp2ConnectionEncoder;
            0    1     1  contentEncoding  Ljava/lang/CharSequence;
    Exceptions:
      throws io.netty.handler.codec.http2.Http2Exception
    MethodParameters:
                 Name  Flags
      contentEncoding  

  private io.netty.channel.embedded.EmbeddedChannel newCompressionChannel(io.netty.channel.ChannelHandlerContext, io.netty.handler.codec.compression.ZlibWrapper);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;Lio/netty/handler/codec/compression/ZlibWrapper;)Lio/netty/channel/embedded/EmbeddedChannel;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=12, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
        start local 2 // io.netty.handler.codec.compression.ZlibWrapper wrapper
         0: .line 223
            new io.netty.channel.embedded.EmbeddedChannel
            dup
            aload 1 /* ctx */
            invokeinterface io.netty.channel.ChannelHandlerContext.channel:()Lio/netty/channel/Channel;
            invokeinterface io.netty.channel.Channel.id:()Lio/netty/channel/ChannelId;
            aload 1 /* ctx */
            invokeinterface io.netty.channel.ChannelHandlerContext.channel:()Lio/netty/channel/Channel;
            invokeinterface io.netty.channel.Channel.metadata:()Lio/netty/channel/ChannelMetadata;
            invokevirtual io.netty.channel.ChannelMetadata.hasDisconnect:()Z
         1: .line 224
            aload 1 /* ctx */
            invokeinterface io.netty.channel.ChannelHandlerContext.channel:()Lio/netty/channel/Channel;
            invokeinterface io.netty.channel.Channel.config:()Lio/netty/channel/ChannelConfig;
            iconst_1
            anewarray io.netty.channel.ChannelHandler
            dup
            iconst_0
            aload 2 /* wrapper */
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder.compressionLevel:I
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder.windowBits:I
         2: .line 225
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder.memLevel:I
         3: .line 224
            invokestatic io.netty.handler.codec.compression.ZlibCodecFactory.newZlibEncoder:(Lio/netty/handler/codec/compression/ZlibWrapper;III)Lio/netty/handler/codec/compression/ZlibEncoder;
         4: .line 223
            aastore
            invokespecial io.netty.channel.embedded.EmbeddedChannel.<init>:(Lio/netty/channel/ChannelId;ZLio/netty/channel/ChannelConfig;[Lio/netty/channel/ChannelHandler;)V
            areturn
        end local 2 // io.netty.handler.codec.compression.ZlibWrapper wrapper
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lio/netty/handler/codec/http2/CompressorHttp2ConnectionEncoder;
            0    5     1      ctx  Lio/netty/channel/ChannelHandlerContext;
            0    5     2  wrapper  Lio/netty/handler/codec/compression/ZlibWrapper;
    MethodParameters:
         Name  Flags
      ctx      final
      wrapper  

  private io.netty.channel.embedded.EmbeddedChannel newCompressor(io.netty.channel.ChannelHandlerContext, io.netty.handler.codec.http2.Http2Headers, boolean);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;Lio/netty/handler/codec/http2/Http2Headers;Z)Lio/netty/channel/embedded/EmbeddedChannel;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=7, args_size=4
        start local 0 // io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
        start local 2 // io.netty.handler.codec.http2.Http2Headers headers
        start local 3 // boolean endOfStream
         0: .line 240
            iload 3 /* endOfStream */
            ifeq 2
         1: .line 241
            aconst_null
            areturn
         2: .line 244
      StackMap locals:
      StackMap stack:
            aload 2 /* headers */
            getstatic io.netty.handler.codec.http.HttpHeaderNames.CONTENT_ENCODING:Lio/netty/util/AsciiString;
            invokeinterface io.netty.handler.codec.http2.Http2Headers.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.CharSequence
            astore 4 /* encoding */
        start local 4 // java.lang.CharSequence encoding
         3: .line 245
            aload 4 /* encoding */
            ifnonnull 5
         4: .line 246
            getstatic io.netty.handler.codec.http.HttpHeaderValues.IDENTITY:Lio/netty/util/AsciiString;
            astore 4 /* encoding */
         5: .line 248
      StackMap locals: java.lang.CharSequence
      StackMap stack:
            aload 0 /* this */
            aload 1 /* ctx */
            aload 4 /* encoding */
            invokevirtual io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder.newContentCompressor:(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/CharSequence;)Lio/netty/channel/embedded/EmbeddedChannel;
            astore 5 /* compressor */
        start local 5 // io.netty.channel.embedded.EmbeddedChannel compressor
         6: .line 249
            aload 5 /* compressor */
            ifnull 13
         7: .line 250
            aload 0 /* this */
            aload 4 /* encoding */
            invokevirtual io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder.getTargetContentEncoding:(Ljava/lang/CharSequence;)Ljava/lang/CharSequence;
            astore 6 /* targetContentEncoding */
        start local 6 // java.lang.CharSequence targetContentEncoding
         8: .line 251
            getstatic io.netty.handler.codec.http.HttpHeaderValues.IDENTITY:Lio/netty/util/AsciiString;
            aload 6 /* targetContentEncoding */
            invokevirtual io.netty.util.AsciiString.contentEqualsIgnoreCase:(Ljava/lang/CharSequence;)Z
            ifeq 11
         9: .line 252
            aload 2 /* headers */
            getstatic io.netty.handler.codec.http.HttpHeaderNames.CONTENT_ENCODING:Lio/netty/util/AsciiString;
            invokeinterface io.netty.handler.codec.http2.Http2Headers.remove:(Ljava/lang/Object;)Z
            pop
        10: .line 253
            goto 12
        11: .line 254
      StackMap locals: io.netty.channel.embedded.EmbeddedChannel java.lang.CharSequence
      StackMap stack:
            aload 2 /* headers */
            getstatic io.netty.handler.codec.http.HttpHeaderNames.CONTENT_ENCODING:Lio/netty/util/AsciiString;
            aload 6 /* targetContentEncoding */
            invokeinterface io.netty.handler.codec.http2.Http2Headers.set:(Ljava/lang/Object;Ljava/lang/Object;)Lio/netty/handler/codec/Headers;
            pop
        12: .line 260
      StackMap locals:
      StackMap stack:
            aload 2 /* headers */
            getstatic io.netty.handler.codec.http.HttpHeaderNames.CONTENT_LENGTH:Lio/netty/util/AsciiString;
            invokeinterface io.netty.handler.codec.http2.Http2Headers.remove:(Ljava/lang/Object;)Z
            pop
        end local 6 // java.lang.CharSequence targetContentEncoding
        13: .line 263
      StackMap locals:
      StackMap stack:
            aload 5 /* compressor */
            areturn
        end local 5 // io.netty.channel.embedded.EmbeddedChannel compressor
        end local 4 // java.lang.CharSequence encoding
        end local 3 // boolean endOfStream
        end local 2 // io.netty.handler.codec.http2.Http2Headers headers
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   14     0                   this  Lio/netty/handler/codec/http2/CompressorHttp2ConnectionEncoder;
            0   14     1                    ctx  Lio/netty/channel/ChannelHandlerContext;
            0   14     2                headers  Lio/netty/handler/codec/http2/Http2Headers;
            0   14     3            endOfStream  Z
            3   14     4               encoding  Ljava/lang/CharSequence;
            6   14     5             compressor  Lio/netty/channel/embedded/EmbeddedChannel;
            8   13     6  targetContentEncoding  Ljava/lang/CharSequence;
    Exceptions:
      throws io.netty.handler.codec.http2.Http2Exception
    MethodParameters:
             Name  Flags
      ctx          
      headers      
      endOfStream  

  private void bindCompressorToStream(io.netty.channel.embedded.EmbeddedChannel, int);
    descriptor: (Lio/netty/channel/embedded/EmbeddedChannel;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder this
        start local 1 // io.netty.channel.embedded.EmbeddedChannel compressor
        start local 2 // int streamId
         0: .line 272
            aload 1 /* compressor */
            ifnull 4
         1: .line 273
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder.connection:()Lio/netty/handler/codec/http2/Http2Connection;
            iload 2 /* streamId */
            invokeinterface io.netty.handler.codec.http2.Http2Connection.stream:(I)Lio/netty/handler/codec/http2/Http2Stream;
            astore 3 /* stream */
        start local 3 // io.netty.handler.codec.http2.Http2Stream stream
         2: .line 274
            aload 3 /* stream */
            ifnull 4
         3: .line 275
            aload 3 /* stream */
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder.propertyKey:Lio/netty/handler/codec/http2/Http2Connection$PropertyKey;
            aload 1 /* compressor */
            invokeinterface io.netty.handler.codec.http2.Http2Stream.setProperty:(Lio/netty/handler/codec/http2/Http2Connection$PropertyKey;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 3 // io.netty.handler.codec.http2.Http2Stream stream
         4: .line 278
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int streamId
        end local 1 // io.netty.channel.embedded.EmbeddedChannel compressor
        end local 0 // io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lio/netty/handler/codec/http2/CompressorHttp2ConnectionEncoder;
            0    5     1  compressor  Lio/netty/channel/embedded/EmbeddedChannel;
            0    5     2    streamId  I
            2    4     3      stream  Lio/netty/handler/codec/http2/Http2Stream;
    MethodParameters:
            Name  Flags
      compressor  
      streamId    

  void cleanup(io.netty.handler.codec.http2.Http2Stream, io.netty.channel.embedded.EmbeddedChannel);
    descriptor: (Lio/netty/handler/codec/http2/Http2Stream;Lio/netty/channel/embedded/EmbeddedChannel;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder this
        start local 1 // io.netty.handler.codec.http2.Http2Stream stream
        start local 2 // io.netty.channel.embedded.EmbeddedChannel compressor
         0: .line 287
            aload 2 /* compressor */
            invokevirtual io.netty.channel.embedded.EmbeddedChannel.finish:()Z
            ifeq 6
         1: .line 289
      StackMap locals:
      StackMap stack:
            aload 2 /* compressor */
            invokevirtual io.netty.channel.embedded.EmbeddedChannel.readOutbound:()Ljava/lang/Object;
            checkcast io.netty.buffer.ByteBuf
            astore 3 /* buf */
        start local 3 // io.netty.buffer.ByteBuf buf
         2: .line 290
            aload 3 /* buf */
            ifnonnull 4
         3: .line 291
            goto 6
         4: .line 294
      StackMap locals: io.netty.buffer.ByteBuf
      StackMap stack:
            aload 3 /* buf */
            invokevirtual io.netty.buffer.ByteBuf.release:()Z
            pop
        end local 3 // io.netty.buffer.ByteBuf buf
         5: .line 288
            goto 1
         6: .line 297
      StackMap locals:
      StackMap stack:
            aload 1 /* stream */
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder.propertyKey:Lio/netty/handler/codec/http2/Http2Connection$PropertyKey;
            invokeinterface io.netty.handler.codec.http2.Http2Stream.removeProperty:(Lio/netty/handler/codec/http2/Http2Connection$PropertyKey;)Ljava/lang/Object;
            pop
         7: .line 298
            return
        end local 2 // io.netty.channel.embedded.EmbeddedChannel compressor
        end local 1 // io.netty.handler.codec.http2.Http2Stream stream
        end local 0 // io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Lio/netty/handler/codec/http2/CompressorHttp2ConnectionEncoder;
            0    8     1      stream  Lio/netty/handler/codec/http2/Http2Stream;
            0    8     2  compressor  Lio/netty/channel/embedded/EmbeddedChannel;
            2    5     3         buf  Lio/netty/buffer/ByteBuf;
    MethodParameters:
            Name  Flags
      stream      
      compressor  

  private static io.netty.buffer.ByteBuf nextReadableBuf(io.netty.channel.embedded.EmbeddedChannel);
    descriptor: (Lio/netty/channel/embedded/EmbeddedChannel;)Lio/netty/buffer/ByteBuf;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.netty.channel.embedded.EmbeddedChannel compressor
         0: .line 308
      StackMap locals:
      StackMap stack:
            aload 0 /* compressor */
            invokevirtual io.netty.channel.embedded.EmbeddedChannel.readOutbound:()Ljava/lang/Object;
            checkcast io.netty.buffer.ByteBuf
            astore 1 /* buf */
        start local 1 // io.netty.buffer.ByteBuf buf
         1: .line 309
            aload 1 /* buf */
            ifnonnull 3
         2: .line 310
            aconst_null
            areturn
         3: .line 312
      StackMap locals: io.netty.buffer.ByteBuf
      StackMap stack:
            aload 1 /* buf */
            invokevirtual io.netty.buffer.ByteBuf.isReadable:()Z
            ifne 6
         4: .line 313
            aload 1 /* buf */
            invokevirtual io.netty.buffer.ByteBuf.release:()Z
            pop
         5: .line 314
            goto 0
         6: .line 316
      StackMap locals:
      StackMap stack:
            aload 1 /* buf */
            areturn
        end local 1 // io.netty.buffer.ByteBuf buf
        end local 0 // io.netty.channel.embedded.EmbeddedChannel compressor
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0  compressor  Lio/netty/channel/embedded/EmbeddedChannel;
            1    7     1         buf  Lio/netty/buffer/ByteBuf;
    MethodParameters:
            Name  Flags
      compressor  
}
SourceFile: "CompressorHttp2ConnectionEncoder.java"
NestMembers:
  io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder$1
InnerClasses:
  io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder$1
  public abstract Listener = io.netty.handler.codec.http2.Http2Connection$Listener of io.netty.handler.codec.http2.Http2Connection
  public abstract PropertyKey = io.netty.handler.codec.http2.Http2Connection$PropertyKey of io.netty.handler.codec.http2.Http2Connection