final class io.netty.handler.stream.ChunkedWriteHandler$PendingWrite
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.netty.handler.stream.ChunkedWriteHandler$PendingWrite
  super_class: java.lang.Object
{
  final java.lang.Object msg;
    descriptor: Ljava/lang/Object;
    flags: (0x0010) ACC_FINAL

  final io.netty.channel.ChannelPromise promise;
    descriptor: Lio/netty/channel/ChannelPromise;
    flags: (0x0010) ACC_FINAL

  void <init>(java.lang.Object, io.netty.channel.ChannelPromise);
    descriptor: (Ljava/lang/Object;Lio/netty/channel/ChannelPromise;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.netty.handler.stream.ChunkedWriteHandler$PendingWrite this
        start local 1 // java.lang.Object msg
        start local 2 // io.netty.channel.ChannelPromise promise
         0: .line 332
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 333
            aload 0 /* this */
            aload 1 /* msg */
            putfield io.netty.handler.stream.ChunkedWriteHandler$PendingWrite.msg:Ljava/lang/Object;
         2: .line 334
            aload 0 /* this */
            aload 2 /* promise */
            putfield io.netty.handler.stream.ChunkedWriteHandler$PendingWrite.promise:Lio/netty/channel/ChannelPromise;
         3: .line 335
            return
        end local 2 // io.netty.channel.ChannelPromise promise
        end local 1 // java.lang.Object msg
        end local 0 // io.netty.handler.stream.ChunkedWriteHandler$PendingWrite this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/netty/handler/stream/ChunkedWriteHandler$PendingWrite;
            0    4     1      msg  Ljava/lang/Object;
            0    4     2  promise  Lio/netty/channel/ChannelPromise;
    MethodParameters:
         Name  Flags
      msg      
      promise  

  void fail(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.stream.ChunkedWriteHandler$PendingWrite this
        start local 1 // java.lang.Throwable cause
         0: .line 338
            aload 0 /* this */
            getfield io.netty.handler.stream.ChunkedWriteHandler$PendingWrite.msg:Ljava/lang/Object;
            invokestatic io.netty.util.ReferenceCountUtil.release:(Ljava/lang/Object;)Z
            pop
         1: .line 339
            aload 0 /* this */
            getfield io.netty.handler.stream.ChunkedWriteHandler$PendingWrite.promise:Lio/netty/channel/ChannelPromise;
            aload 1 /* cause */
            invokeinterface io.netty.channel.ChannelPromise.tryFailure:(Ljava/lang/Throwable;)Z
            pop
         2: .line 340
            return
        end local 1 // java.lang.Throwable cause
        end local 0 // io.netty.handler.stream.ChunkedWriteHandler$PendingWrite this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/netty/handler/stream/ChunkedWriteHandler$PendingWrite;
            0    3     1  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      cause  

  void success(long);
    descriptor: (J)V
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // io.netty.handler.stream.ChunkedWriteHandler$PendingWrite this
        start local 1 // long total
         0: .line 343
            aload 0 /* this */
            getfield io.netty.handler.stream.ChunkedWriteHandler$PendingWrite.promise:Lio/netty/channel/ChannelPromise;
            invokeinterface io.netty.channel.ChannelPromise.isDone:()Z
            ifeq 2
         1: .line 345
            return
         2: .line 347
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 1 /* total */
            lload 1 /* total */
            invokevirtual io.netty.handler.stream.ChunkedWriteHandler$PendingWrite.progress:(JJ)V
         3: .line 348
            aload 0 /* this */
            getfield io.netty.handler.stream.ChunkedWriteHandler$PendingWrite.promise:Lio/netty/channel/ChannelPromise;
            invokeinterface io.netty.channel.ChannelPromise.trySuccess:()Z
            pop
         4: .line 349
            return
        end local 1 // long total
        end local 0 // io.netty.handler.stream.ChunkedWriteHandler$PendingWrite this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lio/netty/handler/stream/ChunkedWriteHandler$PendingWrite;
            0    5     1  total  J
    MethodParameters:
       Name  Flags
      total  

  void progress(long, long);
    descriptor: (JJ)V
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // io.netty.handler.stream.ChunkedWriteHandler$PendingWrite this
        start local 1 // long progress
        start local 3 // long total
         0: .line 352
            aload 0 /* this */
            getfield io.netty.handler.stream.ChunkedWriteHandler$PendingWrite.promise:Lio/netty/channel/ChannelPromise;
            instanceof io.netty.channel.ChannelProgressivePromise
            ifeq 2
         1: .line 353
            aload 0 /* this */
            getfield io.netty.handler.stream.ChunkedWriteHandler$PendingWrite.promise:Lio/netty/channel/ChannelPromise;
            checkcast io.netty.channel.ChannelProgressivePromise
            lload 1 /* progress */
            lload 3 /* total */
            invokeinterface io.netty.channel.ChannelProgressivePromise.tryProgress:(JJ)Z
            pop
         2: .line 355
      StackMap locals:
      StackMap stack:
            return
        end local 3 // long total
        end local 1 // long progress
        end local 0 // io.netty.handler.stream.ChunkedWriteHandler$PendingWrite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/netty/handler/stream/ChunkedWriteHandler$PendingWrite;
            0    3     1  progress  J
            0    3     3     total  J
    MethodParameters:
          Name  Flags
      progress  
      total     
}
SourceFile: "ChunkedWriteHandler.java"
NestHost: io.netty.handler.stream.ChunkedWriteHandler
InnerClasses:
  private final PendingWrite = io.netty.handler.stream.ChunkedWriteHandler$PendingWrite of io.netty.handler.stream.ChunkedWriteHandler