class io.netty.example.http.file.HttpStaticFileServerHandler$1 implements io.netty.channel.ChannelProgressiveFutureListener
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.netty.example.http.file.HttpStaticFileServerHandler$1
  super_class: java.lang.Object
{
  final io.netty.example.http.file.HttpStaticFileServerHandler this$0;
    descriptor: Lio/netty/example/http/file/HttpStaticFileServerHandler;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.netty.example.http.file.HttpStaticFileServerHandler);
    descriptor: (Lio/netty/example/http/file/HttpStaticFileServerHandler;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.example.http.file.HttpStaticFileServerHandler$1 this
         0: .line 204
            aload 0 /* this */
            aload 1
            putfield io.netty.example.http.file.HttpStaticFileServerHandler$1.this$0:Lio/netty/example/http/file/HttpStaticFileServerHandler;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.netty.example.http.file.HttpStaticFileServerHandler$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/example/http/file/HttpStaticFileServerHandler$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public void operationProgressed(io.netty.channel.ChannelProgressiveFuture, long, long);
    descriptor: (Lio/netty/channel/ChannelProgressiveFuture;JJ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // io.netty.example.http.file.HttpStaticFileServerHandler$1 this
        start local 1 // io.netty.channel.ChannelProgressiveFuture future
        start local 2 // long progress
        start local 4 // long total
         0: .line 207
            lload 4 /* total */
            lconst_0
            lcmp
            ifge 3
         1: .line 208
            getstatic java.lang.System.err:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 1 /* future */
            invokeinterface io.netty.channel.ChannelProgressiveFuture.channel:()Lio/netty/channel/Channel;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " Transfer progress: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            lload 2 /* progress */
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         2: .line 209
            goto 4
         3: .line 210
      StackMap locals:
      StackMap stack:
            getstatic java.lang.System.err:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 1 /* future */
            invokeinterface io.netty.channel.ChannelProgressiveFuture.channel:()Lio/netty/channel/Channel;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " Transfer progress: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            lload 2 /* progress */
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            ldc " / "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            lload 4 /* total */
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         4: .line 212
      StackMap locals:
      StackMap stack:
            return
        end local 4 // long total
        end local 2 // long progress
        end local 1 // io.netty.channel.ChannelProgressiveFuture future
        end local 0 // io.netty.example.http.file.HttpStaticFileServerHandler$1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lio/netty/example/http/file/HttpStaticFileServerHandler$1;
            0    5     1    future  Lio/netty/channel/ChannelProgressiveFuture;
            0    5     2  progress  J
            0    5     4     total  J
    MethodParameters:
          Name  Flags
      future    
      progress  
      total     

  public void operationComplete(io.netty.channel.ChannelProgressiveFuture);
    descriptor: (Lio/netty/channel/ChannelProgressiveFuture;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.example.http.file.HttpStaticFileServerHandler$1 this
        start local 1 // io.netty.channel.ChannelProgressiveFuture future
         0: .line 216
            getstatic java.lang.System.err:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 1 /* future */
            invokeinterface io.netty.channel.ChannelProgressiveFuture.channel:()Lio/netty/channel/Channel;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " Transfer complete."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         1: .line 217
            return
        end local 1 // io.netty.channel.ChannelProgressiveFuture future
        end local 0 // io.netty.example.http.file.HttpStaticFileServerHandler$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/netty/example/http/file/HttpStaticFileServerHandler$1;
            0    2     1  future  Lio/netty/channel/ChannelProgressiveFuture;
    MethodParameters:
        Name  Flags
      future  

  public void operationComplete(io.netty.util.concurrent.Future);
    descriptor: (Lio/netty/util/concurrent/Future;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.netty.channel.ChannelProgressiveFuture
            invokevirtual io.netty.example.http.file.HttpStaticFileServerHandler$1.operationComplete:(Lio/netty/channel/ChannelProgressiveFuture;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception

  public void operationProgressed(io.netty.util.concurrent.ProgressiveFuture, long, long);
    descriptor: (Lio/netty/util/concurrent/ProgressiveFuture;JJ)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=6, locals=6, args_size=4
         0: .line 1
            aload 0
            aload 1
            checkcast io.netty.channel.ChannelProgressiveFuture
            lload 2
            lload 4
            invokevirtual io.netty.example.http.file.HttpStaticFileServerHandler$1.operationProgressed:(Lio/netty/channel/ChannelProgressiveFuture;JJ)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
SourceFile: "HttpStaticFileServerHandler.java"
EnclosingMethod: io.netty.example.http.file.HttpStaticFileServerHandler.channelRead0:(Lio/netty/channel/ChannelHandlerContext;Lio/netty/handler/codec/http/FullHttpRequest;)V
NestHost: io.netty.example.http.file.HttpStaticFileServerHandler
InnerClasses:
  io.netty.example.http.file.HttpStaticFileServerHandler$1