final class io.vertx.core.http.impl.HttpChunkContentCompressor extends io.netty.handler.codec.http.HttpContentCompressor
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.vertx.core.http.impl.HttpChunkContentCompressor
  super_class: io.netty.handler.codec.http.HttpContentCompressor
{
  public void write(io.netty.channel.ChannelHandlerContext, java.lang.Object, io.netty.channel.ChannelPromise);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;Lio/netty/channel/ChannelPromise;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // io.vertx.core.http.impl.HttpChunkContentCompressor this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
        start local 2 // java.lang.Object msg
        start local 3 // io.netty.channel.ChannelPromise promise
         0: .line 27
            aload 2 /* msg */
            instanceof io.netty.buffer.ByteBuf
            ifeq 4
         1: .line 30
            aload 2 /* msg */
            checkcast io.netty.buffer.ByteBuf
            astore 4 /* buff */
        start local 4 // io.netty.buffer.ByteBuf buff
         2: .line 31
            aload 4 /* buff */
            invokevirtual io.netty.buffer.ByteBuf.isReadable:()Z
            ifeq 4
         3: .line 35
            new io.netty.handler.codec.http.DefaultHttpContent
            dup
            aload 4 /* buff */
            invokespecial io.netty.handler.codec.http.DefaultHttpContent.<init>:(Lio/netty/buffer/ByteBuf;)V
            astore 2 /* msg */
        end local 4 // io.netty.buffer.ByteBuf buff
         4: .line 38
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* ctx */
            aload 2 /* msg */
            aload 3 /* promise */
            invokespecial io.netty.handler.codec.http.HttpContentCompressor.write:(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;Lio/netty/channel/ChannelPromise;)V
         5: .line 39
            return
        end local 3 // io.netty.channel.ChannelPromise promise
        end local 2 // java.lang.Object msg
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.vertx.core.http.impl.HttpChunkContentCompressor this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lio/vertx/core/http/impl/HttpChunkContentCompressor;
            0    6     1      ctx  Lio/netty/channel/ChannelHandlerContext;
            0    6     2      msg  Ljava/lang/Object;
            0    6     3  promise  Lio/netty/channel/ChannelPromise;
            2    4     4     buff  Lio/netty/buffer/ByteBuf;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
         Name  Flags
      ctx      
      msg      
      promise  

  void <init>(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.HttpChunkContentCompressor this
        start local 1 // int compressionLevel
         0: .line 42
            aload 0 /* this */
            iload 1 /* compressionLevel */
            invokespecial io.netty.handler.codec.http.HttpContentCompressor.<init>:(I)V
         1: .line 43
            return
        end local 1 // int compressionLevel
        end local 0 // io.vertx.core.http.impl.HttpChunkContentCompressor this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lio/vertx/core/http/impl/HttpChunkContentCompressor;
            0    2     1  compressionLevel  I
    MethodParameters:
                  Name  Flags
      compressionLevel  
}
SourceFile: "HttpChunkContentCompressor.java"