class io.vertx.core.http.impl.FileStreamChannel$1 extends io.netty.channel.ChannelInitializer<io.netty.channel.Channel>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.core.http.impl.FileStreamChannel$1
  super_class: io.netty.channel.ChannelInitializer
{
  final io.vertx.core.http.impl.FileStreamChannel this$0;
    descriptor: Lio/vertx/core/http/impl/FileStreamChannel;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final long val$offset;
    descriptor: J
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final long val$length;
    descriptor: J
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final io.vertx.core.Promise val$result;
    descriptor: Lio/vertx/core/Promise;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.vertx.core.http.impl.FileStreamChannel, long, long, io.vertx.core.Promise);
    descriptor: (Lio/vertx/core/http/impl/FileStreamChannel;JJLio/vertx/core/Promise;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=7, args_size=5
        start local 0 // io.vertx.core.http.impl.FileStreamChannel$1 this
         0: .line 66
            aload 0 /* this */
            aload 1
            putfield io.vertx.core.http.impl.FileStreamChannel$1.this$0:Lio/vertx/core/http/impl/FileStreamChannel;
            aload 0 /* this */
            lload 2
            putfield io.vertx.core.http.impl.FileStreamChannel$1.val$offset:J
            aload 0 /* this */
            lload 4
            putfield io.vertx.core.http.impl.FileStreamChannel$1.val$length:J
            aload 0 /* this */
            aload 6
            putfield io.vertx.core.http.impl.FileStreamChannel$1.val$result:Lio/vertx/core/Promise;
            aload 0 /* this */
            invokespecial io.netty.channel.ChannelInitializer.<init>:()V
            return
        end local 0 // io.vertx.core.http.impl.FileStreamChannel$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/FileStreamChannel$1;
    MethodParameters:
            Name  Flags
      this$0      final
      val$offset  final
      val$length  final
      val$result  final

  protected void initChannel(io.netty.channel.Channel);
    descriptor: (Lio/netty/channel/Channel;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=12, locals=3, args_size=2
        start local 0 // io.vertx.core.http.impl.FileStreamChannel$1 this
        start local 1 // io.netty.channel.Channel ch
         0: .line 69
            aload 1 /* ch */
            invokeinterface io.netty.channel.Channel.pipeline:()Lio/netty/channel/ChannelPipeline;
            astore 2 /* pipeline */
        start local 2 // io.netty.channel.ChannelPipeline pipeline
         1: .line 70
            aload 2 /* pipeline */
            iconst_1
            anewarray io.netty.channel.ChannelHandler
            dup
            iconst_0
            new io.netty.handler.stream.ChunkedWriteHandler
            dup
            invokespecial io.netty.handler.stream.ChunkedWriteHandler.<init>:()V
            aastore
            invokeinterface io.netty.channel.ChannelPipeline.addLast:([Lio/netty/channel/ChannelHandler;)Lio/netty/channel/ChannelPipeline;
            pop
         2: .line 71
            aload 2 /* pipeline */
            iconst_1
            anewarray io.netty.channel.ChannelHandler
            dup
            iconst_0
            new io.vertx.core.http.impl.FileStreamChannel$1$1
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.core.http.impl.FileStreamChannel$1.val$offset:J
            aload 0 /* this */
            getfield io.vertx.core.http.impl.FileStreamChannel$1.val$length:J
            aload 0 /* this */
            getfield io.vertx.core.http.impl.FileStreamChannel$1.val$result:Lio/vertx/core/Promise;
            invokespecial io.vertx.core.http.impl.FileStreamChannel$1$1.<init>:(Lio/vertx/core/http/impl/FileStreamChannel$1;JJLio/vertx/core/Promise;)V
            aastore
            invokeinterface io.netty.channel.ChannelPipeline.addLast:([Lio/netty/channel/ChannelHandler;)Lio/netty/channel/ChannelPipeline;
            pop
         3: .line 91
            return
        end local 2 // io.netty.channel.ChannelPipeline pipeline
        end local 1 // io.netty.channel.Channel ch
        end local 0 // io.vertx.core.http.impl.FileStreamChannel$1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lio/vertx/core/http/impl/FileStreamChannel$1;
            0    4     1        ch  Lio/netty/channel/Channel;
            1    4     2  pipeline  Lio/netty/channel/ChannelPipeline;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      ch    

  static io.vertx.core.http.impl.FileStreamChannel access$0(io.vertx.core.http.impl.FileStreamChannel$1);
    descriptor: (Lio/vertx/core/http/impl/FileStreamChannel$1;)Lio/vertx/core/http/impl/FileStreamChannel;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 66
            aload 0
            getfield io.vertx.core.http.impl.FileStreamChannel$1.this$0:Lio/vertx/core/http/impl/FileStreamChannel;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lio/netty/channel/ChannelInitializer<Lio/netty/channel/Channel;>;
SourceFile: "FileStreamChannel.java"
EnclosingMethod: io.vertx.core.http.impl.FileStreamChannel.<init>:(Lio/vertx/core/Promise;Lio/vertx/core/http/impl/VertxHttp2Stream;JJ)V
NestHost: io.vertx.core.http.impl.FileStreamChannel
InnerClasses:
  io.vertx.core.http.impl.FileStreamChannel$1
  io.vertx.core.http.impl.FileStreamChannel$1$1