public final class io.netty.channel.VoidChannelPromise extends io.netty.util.concurrent.AbstractFuture<java.lang.Void> implements io.netty.channel.ChannelPromise
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.netty.channel.VoidChannelPromise
  super_class: io.netty.util.concurrent.AbstractFuture
{
  private final io.netty.channel.Channel channel;
    descriptor: Lio/netty/channel/Channel;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.netty.channel.ChannelFutureListener fireExceptionListener;
    descriptor: Lio/netty/channel/ChannelFutureListener;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(io.netty.channel.Channel, boolean);
    descriptor: (Lio/netty/channel/Channel;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.netty.channel.VoidChannelPromise this
        start local 1 // io.netty.channel.Channel channel
        start local 2 // boolean fireException
         0: .line 37
            aload 0 /* this */
            invokespecial io.netty.util.concurrent.AbstractFuture.<init>:()V
         1: .line 38
            aload 1 /* channel */
            ifnonnull 3
         2: .line 39
            new java.lang.NullPointerException
            dup
            ldc "channel"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 41
      StackMap locals: io.netty.channel.VoidChannelPromise io.netty.channel.Channel int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* channel */
            putfield io.netty.channel.VoidChannelPromise.channel:Lio/netty/channel/Channel;
         4: .line 42
            iload 2 /* fireException */
            ifeq 7
         5: .line 43
            aload 0 /* this */
            new io.netty.channel.VoidChannelPromise$1
            dup
            aload 0 /* this */
            invokespecial io.netty.channel.VoidChannelPromise$1.<init>:(Lio/netty/channel/VoidChannelPromise;)V
            putfield io.netty.channel.VoidChannelPromise.fireExceptionListener:Lio/netty/channel/ChannelFutureListener;
         6: .line 52
            goto 8
         7: .line 53
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield io.netty.channel.VoidChannelPromise.fireExceptionListener:Lio/netty/channel/ChannelFutureListener;
         8: .line 55
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean fireException
        end local 1 // io.netty.channel.Channel channel
        end local 0 // io.netty.channel.VoidChannelPromise this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    9     0           this  Lio/netty/channel/VoidChannelPromise;
            0    9     1        channel  Lio/netty/channel/Channel;
            0    9     2  fireException  Z
    MethodParameters:
               Name  Flags
      channel        final
      fireException  

  public io.netty.channel.VoidChannelPromise addListener(io.netty.util.concurrent.GenericFutureListener<? extends io.netty.util.concurrent.Future<? super java.lang.Void>>);
    descriptor: (Lio/netty/util/concurrent/GenericFutureListener;)Lio/netty/channel/VoidChannelPromise;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.netty.channel.VoidChannelPromise this
        start local 1 // io.netty.util.concurrent.GenericFutureListener listener
         0: .line 59
            invokestatic io.netty.channel.VoidChannelPromise.fail:()V
         1: .line 60
            aload 0 /* this */
            areturn
        end local 1 // io.netty.util.concurrent.GenericFutureListener listener
        end local 0 // io.netty.channel.VoidChannelPromise this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/netty/channel/VoidChannelPromise;
            0    2     1  listener  Lio/netty/util/concurrent/GenericFutureListener<+Lio/netty/util/concurrent/Future<-Ljava/lang/Void;>;>;
    Signature: (Lio/netty/util/concurrent/GenericFutureListener<+Lio/netty/util/concurrent/Future<-Ljava/lang/Void;>;>;)Lio/netty/channel/VoidChannelPromise;
    MethodParameters:
          Name  Flags
      listener  

  public io.netty.channel.VoidChannelPromise addListeners(io.netty.util.concurrent.GenericFutureListener<? extends io.netty.util.concurrent.Future<? super java.lang.Void>>[]);
    descriptor: ([Lio/netty/util/concurrent/GenericFutureListener;)Lio/netty/channel/VoidChannelPromise;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.netty.channel.VoidChannelPromise this
        start local 1 // io.netty.util.concurrent.GenericFutureListener[] listeners
         0: .line 65
            invokestatic io.netty.channel.VoidChannelPromise.fail:()V
         1: .line 66
            aload 0 /* this */
            areturn
        end local 1 // io.netty.util.concurrent.GenericFutureListener[] listeners
        end local 0 // io.netty.channel.VoidChannelPromise this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/netty/channel/VoidChannelPromise;
            0    2     1  listeners  [Lio/netty/util/concurrent/GenericFutureListener;
    Signature: ([Lio/netty/util/concurrent/GenericFutureListener<+Lio/netty/util/concurrent/Future<-Ljava/lang/Void;>;>;)Lio/netty/channel/VoidChannelPromise;
    MethodParameters:
           Name  Flags
      listeners  

  public io.netty.channel.VoidChannelPromise removeListener(io.netty.util.concurrent.GenericFutureListener<? extends io.netty.util.concurrent.Future<? super java.lang.Void>>);
    descriptor: (Lio/netty/util/concurrent/GenericFutureListener;)Lio/netty/channel/VoidChannelPromise;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.netty.channel.VoidChannelPromise this
        start local 1 // io.netty.util.concurrent.GenericFutureListener listener
         0: .line 72
            aload 0 /* this */
            areturn
        end local 1 // io.netty.util.concurrent.GenericFutureListener listener
        end local 0 // io.netty.channel.VoidChannelPromise this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/netty/channel/VoidChannelPromise;
            0    1     1  listener  Lio/netty/util/concurrent/GenericFutureListener<+Lio/netty/util/concurrent/Future<-Ljava/lang/Void;>;>;
    Signature: (Lio/netty/util/concurrent/GenericFutureListener<+Lio/netty/util/concurrent/Future<-Ljava/lang/Void;>;>;)Lio/netty/channel/VoidChannelPromise;
    MethodParameters:
          Name  Flags
      listener  

  public io.netty.channel.VoidChannelPromise removeListeners(io.netty.util.concurrent.GenericFutureListener<? extends io.netty.util.concurrent.Future<? super java.lang.Void>>[]);
    descriptor: ([Lio/netty/util/concurrent/GenericFutureListener;)Lio/netty/channel/VoidChannelPromise;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.netty.channel.VoidChannelPromise this
        start local 1 // io.netty.util.concurrent.GenericFutureListener[] listeners
         0: .line 78
            aload 0 /* this */
            areturn
        end local 1 // io.netty.util.concurrent.GenericFutureListener[] listeners
        end local 0 // io.netty.channel.VoidChannelPromise this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lio/netty/channel/VoidChannelPromise;
            0    1     1  listeners  [Lio/netty/util/concurrent/GenericFutureListener;
    Signature: ([Lio/netty/util/concurrent/GenericFutureListener<+Lio/netty/util/concurrent/Future<-Ljava/lang/Void;>;>;)Lio/netty/channel/VoidChannelPromise;
    MethodParameters:
           Name  Flags
      listeners  

  public io.netty.channel.VoidChannelPromise await();
    descriptor: ()Lio/netty/channel/VoidChannelPromise;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.channel.VoidChannelPromise this
         0: .line 83
            invokestatic java.lang.Thread.interrupted:()Z
            ifeq 2
         1: .line 84
            new java.lang.InterruptedException
            dup
            invokespecial java.lang.InterruptedException.<init>:()V
            athrow
         2: .line 86
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 0 // io.netty.channel.VoidChannelPromise this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/netty/channel/VoidChannelPromise;
    Exceptions:
      throws java.lang.InterruptedException

  public boolean await(long, java.util.concurrent.TimeUnit);
    descriptor: (JLjava/util/concurrent/TimeUnit;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=4, args_size=3
        start local 0 // io.netty.channel.VoidChannelPromise this
        start local 1 // long timeout
        start local 3 // java.util.concurrent.TimeUnit unit
         0: .line 91
            invokestatic io.netty.channel.VoidChannelPromise.fail:()V
         1: .line 92
            iconst_0
            ireturn
        end local 3 // java.util.concurrent.TimeUnit unit
        end local 1 // long timeout
        end local 0 // io.netty.channel.VoidChannelPromise this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/netty/channel/VoidChannelPromise;
            0    2     1  timeout  J
            0    2     3     unit  Ljava/util/concurrent/TimeUnit;
    MethodParameters:
         Name  Flags
      timeout  
      unit     

  public boolean await(long);
    descriptor: (J)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=2
        start local 0 // io.netty.channel.VoidChannelPromise this
        start local 1 // long timeoutMillis
         0: .line 97
            invokestatic io.netty.channel.VoidChannelPromise.fail:()V
         1: .line 98
            iconst_0
            ireturn
        end local 1 // long timeoutMillis
        end local 0 // io.netty.channel.VoidChannelPromise this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/netty/channel/VoidChannelPromise;
            0    2     1  timeoutMillis  J
    MethodParameters:
               Name  Flags
      timeoutMillis  

  public io.netty.channel.VoidChannelPromise awaitUninterruptibly();
    descriptor: ()Lio/netty/channel/VoidChannelPromise;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.VoidChannelPromise this
         0: .line 103
            invokestatic io.netty.channel.VoidChannelPromise.fail:()V
         1: .line 104
            aload 0 /* this */
            areturn
        end local 0 // io.netty.channel.VoidChannelPromise this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/channel/VoidChannelPromise;

  public boolean awaitUninterruptibly(long, java.util.concurrent.TimeUnit);
    descriptor: (JLjava/util/concurrent/TimeUnit;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=4, args_size=3
        start local 0 // io.netty.channel.VoidChannelPromise this
        start local 1 // long timeout
        start local 3 // java.util.concurrent.TimeUnit unit
         0: .line 109
            invokestatic io.netty.channel.VoidChannelPromise.fail:()V
         1: .line 110
            iconst_0
            ireturn
        end local 3 // java.util.concurrent.TimeUnit unit
        end local 1 // long timeout
        end local 0 // io.netty.channel.VoidChannelPromise this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/netty/channel/VoidChannelPromise;
            0    2     1  timeout  J
            0    2     3     unit  Ljava/util/concurrent/TimeUnit;
    MethodParameters:
         Name  Flags
      timeout  
      unit     

  public boolean awaitUninterruptibly(long);
    descriptor: (J)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=2
        start local 0 // io.netty.channel.VoidChannelPromise this
        start local 1 // long timeoutMillis
         0: .line 115
            invokestatic io.netty.channel.VoidChannelPromise.fail:()V
         1: .line 116
            iconst_0
            ireturn
        end local 1 // long timeoutMillis
        end local 0 // io.netty.channel.VoidChannelPromise this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/netty/channel/VoidChannelPromise;
            0    2     1  timeoutMillis  J
    MethodParameters:
               Name  Flags
      timeoutMillis  

  public io.netty.channel.Channel channel();
    descriptor: ()Lio/netty/channel/Channel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.VoidChannelPromise this
         0: .line 121
            aload 0 /* this */
            getfield io.netty.channel.VoidChannelPromise.channel:Lio/netty/channel/Channel;
            areturn
        end local 0 // io.netty.channel.VoidChannelPromise this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/VoidChannelPromise;

  public boolean isDone();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.VoidChannelPromise this
         0: .line 126
            iconst_0
            ireturn
        end local 0 // io.netty.channel.VoidChannelPromise this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/VoidChannelPromise;

  public boolean isSuccess();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.VoidChannelPromise this
         0: .line 131
            iconst_0
            ireturn
        end local 0 // io.netty.channel.VoidChannelPromise this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/VoidChannelPromise;

  public boolean setUncancellable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.VoidChannelPromise this
         0: .line 136
            iconst_1
            ireturn
        end local 0 // io.netty.channel.VoidChannelPromise this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/VoidChannelPromise;

  public boolean isCancellable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.VoidChannelPromise this
         0: .line 141
            iconst_0
            ireturn
        end local 0 // io.netty.channel.VoidChannelPromise this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/VoidChannelPromise;

  public boolean isCancelled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.VoidChannelPromise this
         0: .line 146
            iconst_0
            ireturn
        end local 0 // io.netty.channel.VoidChannelPromise this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/VoidChannelPromise;

  public java.lang.Throwable cause();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.VoidChannelPromise this
         0: .line 151
            aconst_null
            areturn
        end local 0 // io.netty.channel.VoidChannelPromise this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/VoidChannelPromise;

  public io.netty.channel.VoidChannelPromise sync();
    descriptor: ()Lio/netty/channel/VoidChannelPromise;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.VoidChannelPromise this
         0: .line 156
            invokestatic io.netty.channel.VoidChannelPromise.fail:()V
         1: .line 157
            aload 0 /* this */
            areturn
        end local 0 // io.netty.channel.VoidChannelPromise this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/channel/VoidChannelPromise;

  public io.netty.channel.VoidChannelPromise syncUninterruptibly();
    descriptor: ()Lio/netty/channel/VoidChannelPromise;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.VoidChannelPromise this
         0: .line 162
            invokestatic io.netty.channel.VoidChannelPromise.fail:()V
         1: .line 163
            aload 0 /* this */
            areturn
        end local 0 // io.netty.channel.VoidChannelPromise this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/channel/VoidChannelPromise;

  public io.netty.channel.VoidChannelPromise setFailure(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Lio/netty/channel/VoidChannelPromise;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.VoidChannelPromise this
        start local 1 // java.lang.Throwable cause
         0: .line 167
            aload 0 /* this */
            aload 1 /* cause */
            invokevirtual io.netty.channel.VoidChannelPromise.fireException0:(Ljava/lang/Throwable;)V
         1: .line 168
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Throwable cause
        end local 0 // io.netty.channel.VoidChannelPromise this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/channel/VoidChannelPromise;
            0    2     1  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      cause  

  public io.netty.channel.VoidChannelPromise setSuccess();
    descriptor: ()Lio/netty/channel/VoidChannelPromise;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.VoidChannelPromise this
         0: .line 173
            aload 0 /* this */
            areturn
        end local 0 // io.netty.channel.VoidChannelPromise this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/VoidChannelPromise;

  public boolean tryFailure(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.VoidChannelPromise this
        start local 1 // java.lang.Throwable cause
         0: .line 178
            aload 0 /* this */
            aload 1 /* cause */
            invokevirtual io.netty.channel.VoidChannelPromise.fireException0:(Ljava/lang/Throwable;)V
         1: .line 179
            iconst_0
            ireturn
        end local 1 // java.lang.Throwable cause
        end local 0 // io.netty.channel.VoidChannelPromise this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/channel/VoidChannelPromise;
            0    2     1  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      cause  

  public boolean cancel(boolean);
    descriptor: (Z)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.netty.channel.VoidChannelPromise this
        start local 1 // boolean mayInterruptIfRunning
         0: .line 189
            iconst_0
            ireturn
        end local 1 // boolean mayInterruptIfRunning
        end local 0 // io.netty.channel.VoidChannelPromise this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    1     0                   this  Lio/netty/channel/VoidChannelPromise;
            0    1     1  mayInterruptIfRunning  Z
    MethodParameters:
                       Name  Flags
      mayInterruptIfRunning  

  public boolean trySuccess();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.VoidChannelPromise this
         0: .line 194
            iconst_0
            ireturn
        end local 0 // io.netty.channel.VoidChannelPromise this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/VoidChannelPromise;

  private static void fail();
    descriptor: ()V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 198
            new java.lang.IllegalStateException
            dup
            ldc "void future"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.VoidChannelPromise setSuccess(java.lang.Void);
    descriptor: (Ljava/lang/Void;)Lio/netty/channel/VoidChannelPromise;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.netty.channel.VoidChannelPromise this
        start local 1 // java.lang.Void result
         0: .line 203
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Void result
        end local 0 // io.netty.channel.VoidChannelPromise this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/netty/channel/VoidChannelPromise;
            0    1     1  result  Ljava/lang/Void;
    MethodParameters:
        Name  Flags
      result  

  public boolean trySuccess(java.lang.Void);
    descriptor: (Ljava/lang/Void;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.netty.channel.VoidChannelPromise this
        start local 1 // java.lang.Void result
         0: .line 208
            iconst_0
            ireturn
        end local 1 // java.lang.Void result
        end local 0 // io.netty.channel.VoidChannelPromise this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/netty/channel/VoidChannelPromise;
            0    1     1  result  Ljava/lang/Void;
    MethodParameters:
        Name  Flags
      result  

  public java.lang.Void getNow();
    descriptor: ()Ljava/lang/Void;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.VoidChannelPromise this
         0: .line 213
            aconst_null
            areturn
        end local 0 // io.netty.channel.VoidChannelPromise this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/VoidChannelPromise;

  public io.netty.channel.ChannelPromise unvoid();
    descriptor: ()Lio/netty/channel/ChannelPromise;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.netty.channel.VoidChannelPromise this
         0: .line 218
            new io.netty.channel.DefaultChannelPromise
            dup
            aload 0 /* this */
            getfield io.netty.channel.VoidChannelPromise.channel:Lio/netty/channel/Channel;
            invokespecial io.netty.channel.DefaultChannelPromise.<init>:(Lio/netty/channel/Channel;)V
            astore 1 /* promise */
        start local 1 // io.netty.channel.ChannelPromise promise
         1: .line 219
            aload 0 /* this */
            getfield io.netty.channel.VoidChannelPromise.fireExceptionListener:Lio/netty/channel/ChannelFutureListener;
            ifnull 3
         2: .line 220
            aload 1 /* promise */
            aload 0 /* this */
            getfield io.netty.channel.VoidChannelPromise.fireExceptionListener:Lio/netty/channel/ChannelFutureListener;
            invokeinterface io.netty.channel.ChannelPromise.addListener:(Lio/netty/util/concurrent/GenericFutureListener;)Lio/netty/channel/ChannelPromise;
            pop
         3: .line 222
      StackMap locals: io.netty.channel.ChannelPromise
      StackMap stack:
            aload 1 /* promise */
            areturn
        end local 1 // io.netty.channel.ChannelPromise promise
        end local 0 // io.netty.channel.VoidChannelPromise this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/netty/channel/VoidChannelPromise;
            1    4     1  promise  Lio/netty/channel/ChannelPromise;

  public boolean isVoid();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.VoidChannelPromise this
         0: .line 227
            iconst_1
            ireturn
        end local 0 // io.netty.channel.VoidChannelPromise this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/VoidChannelPromise;

  private void fireException0(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.VoidChannelPromise this
        start local 1 // java.lang.Throwable cause
         0: .line 235
            aload 0 /* this */
            getfield io.netty.channel.VoidChannelPromise.fireExceptionListener:Lio/netty/channel/ChannelFutureListener;
            ifnull 2
            aload 0 /* this */
            getfield io.netty.channel.VoidChannelPromise.channel:Lio/netty/channel/Channel;
            invokeinterface io.netty.channel.Channel.isRegistered:()Z
            ifeq 2
         1: .line 236
            aload 0 /* this */
            getfield io.netty.channel.VoidChannelPromise.channel:Lio/netty/channel/Channel;
            invokeinterface io.netty.channel.Channel.pipeline:()Lio/netty/channel/ChannelPipeline;
            aload 1 /* cause */
            invokeinterface io.netty.channel.ChannelPipeline.fireExceptionCaught:(Ljava/lang/Throwable;)Lio/netty/channel/ChannelPipeline;
            pop
         2: .line 238
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Throwable cause
        end local 0 // io.netty.channel.VoidChannelPromise this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/netty/channel/VoidChannelPromise;
            0    3     1  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      cause  

  public io.netty.util.concurrent.Future addListeners(io.netty.util.concurrent.GenericFutureListener[]);
    descriptor: ([Lio/netty/util/concurrent/GenericFutureListener;)Lio/netty/util/concurrent/Future;
    flags: (0x10c1) ACC_PUBLIC, ACC_BRIDGE, ACC_VARARGS, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.netty.util.concurrent.GenericFutureListener[]
            invokevirtual io.netty.channel.VoidChannelPromise.addListeners:([Lio/netty/util/concurrent/GenericFutureListener;)Lio/netty/channel/VoidChannelPromise;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.ChannelFuture addListeners(io.netty.util.concurrent.GenericFutureListener[]);
    descriptor: ([Lio/netty/util/concurrent/GenericFutureListener;)Lio/netty/channel/ChannelFuture;
    flags: (0x10c1) ACC_PUBLIC, ACC_BRIDGE, ACC_VARARGS, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.netty.channel.VoidChannelPromise.addListeners:([Lio/netty/util/concurrent/GenericFutureListener;)Lio/netty/channel/VoidChannelPromise;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.util.concurrent.Promise addListeners(io.netty.util.concurrent.GenericFutureListener[]);
    descriptor: ([Lio/netty/util/concurrent/GenericFutureListener;)Lio/netty/util/concurrent/Promise;
    flags: (0x10c1) ACC_PUBLIC, ACC_BRIDGE, ACC_VARARGS, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.netty.util.concurrent.GenericFutureListener[]
            invokevirtual io.netty.channel.VoidChannelPromise.addListeners:([Lio/netty/util/concurrent/GenericFutureListener;)Lio/netty/channel/VoidChannelPromise;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.ChannelPromise addListeners(io.netty.util.concurrent.GenericFutureListener[]);
    descriptor: ([Lio/netty/util/concurrent/GenericFutureListener;)Lio/netty/channel/ChannelPromise;
    flags: (0x10c1) ACC_PUBLIC, ACC_BRIDGE, ACC_VARARGS, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.netty.channel.VoidChannelPromise.addListeners:([Lio/netty/util/concurrent/GenericFutureListener;)Lio/netty/channel/VoidChannelPromise;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.util.concurrent.Future syncUninterruptibly();
    descriptor: ()Lio/netty/util/concurrent/Future;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.channel.VoidChannelPromise.syncUninterruptibly:()Lio/netty/channel/VoidChannelPromise;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.ChannelFuture syncUninterruptibly();
    descriptor: ()Lio/netty/channel/ChannelFuture;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.channel.VoidChannelPromise.syncUninterruptibly:()Lio/netty/channel/VoidChannelPromise;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.util.concurrent.Promise syncUninterruptibly();
    descriptor: ()Lio/netty/util/concurrent/Promise;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.channel.VoidChannelPromise.syncUninterruptibly:()Lio/netty/channel/VoidChannelPromise;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.ChannelPromise syncUninterruptibly();
    descriptor: ()Lio/netty/channel/ChannelPromise;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.channel.VoidChannelPromise.syncUninterruptibly:()Lio/netty/channel/VoidChannelPromise;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.util.concurrent.Future sync();
    descriptor: ()Lio/netty/util/concurrent/Future;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.channel.VoidChannelPromise.sync:()Lio/netty/channel/VoidChannelPromise;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.InterruptedException

  public io.netty.channel.ChannelFuture sync();
    descriptor: ()Lio/netty/channel/ChannelFuture;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.channel.VoidChannelPromise.sync:()Lio/netty/channel/VoidChannelPromise;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.InterruptedException

  public io.netty.util.concurrent.Promise sync();
    descriptor: ()Lio/netty/util/concurrent/Promise;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.channel.VoidChannelPromise.sync:()Lio/netty/channel/VoidChannelPromise;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.InterruptedException

  public io.netty.channel.ChannelPromise sync();
    descriptor: ()Lio/netty/channel/ChannelPromise;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.channel.VoidChannelPromise.sync:()Lio/netty/channel/VoidChannelPromise;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.InterruptedException

  public io.netty.util.concurrent.Future removeListener(io.netty.util.concurrent.GenericFutureListener);
    descriptor: (Lio/netty/util/concurrent/GenericFutureListener;)Lio/netty/util/concurrent/Future;
    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.util.concurrent.GenericFutureListener
            invokevirtual io.netty.channel.VoidChannelPromise.removeListener:(Lio/netty/util/concurrent/GenericFutureListener;)Lio/netty/channel/VoidChannelPromise;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.ChannelFuture removeListener(io.netty.util.concurrent.GenericFutureListener);
    descriptor: (Lio/netty/util/concurrent/GenericFutureListener;)Lio/netty/channel/ChannelFuture;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.netty.channel.VoidChannelPromise.removeListener:(Lio/netty/util/concurrent/GenericFutureListener;)Lio/netty/channel/VoidChannelPromise;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.util.concurrent.Promise removeListener(io.netty.util.concurrent.GenericFutureListener);
    descriptor: (Lio/netty/util/concurrent/GenericFutureListener;)Lio/netty/util/concurrent/Promise;
    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.util.concurrent.GenericFutureListener
            invokevirtual io.netty.channel.VoidChannelPromise.removeListener:(Lio/netty/util/concurrent/GenericFutureListener;)Lio/netty/channel/VoidChannelPromise;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.ChannelPromise removeListener(io.netty.util.concurrent.GenericFutureListener);
    descriptor: (Lio/netty/util/concurrent/GenericFutureListener;)Lio/netty/channel/ChannelPromise;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.netty.channel.VoidChannelPromise.removeListener:(Lio/netty/util/concurrent/GenericFutureListener;)Lio/netty/channel/VoidChannelPromise;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.util.concurrent.Future awaitUninterruptibly();
    descriptor: ()Lio/netty/util/concurrent/Future;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.channel.VoidChannelPromise.awaitUninterruptibly:()Lio/netty/channel/VoidChannelPromise;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.ChannelFuture awaitUninterruptibly();
    descriptor: ()Lio/netty/channel/ChannelFuture;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.channel.VoidChannelPromise.awaitUninterruptibly:()Lio/netty/channel/VoidChannelPromise;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.util.concurrent.Promise awaitUninterruptibly();
    descriptor: ()Lio/netty/util/concurrent/Promise;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.channel.VoidChannelPromise.awaitUninterruptibly:()Lio/netty/channel/VoidChannelPromise;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.ChannelPromise awaitUninterruptibly();
    descriptor: ()Lio/netty/channel/ChannelPromise;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.channel.VoidChannelPromise.awaitUninterruptibly:()Lio/netty/channel/VoidChannelPromise;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.util.concurrent.Promise setFailure(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Lio/netty/util/concurrent/Promise;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.netty.channel.VoidChannelPromise.setFailure:(Ljava/lang/Throwable;)Lio/netty/channel/VoidChannelPromise;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.ChannelPromise setFailure(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Lio/netty/channel/ChannelPromise;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.netty.channel.VoidChannelPromise.setFailure:(Ljava/lang/Throwable;)Lio/netty/channel/VoidChannelPromise;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object getNow();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.channel.VoidChannelPromise.getNow:()Ljava/lang/Void;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.util.concurrent.Promise setSuccess(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/netty/util/concurrent/Promise;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Void
            invokevirtual io.netty.channel.VoidChannelPromise.setSuccess:(Ljava/lang/Void;)Lio/netty/channel/VoidChannelPromise;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.ChannelPromise setSuccess(java.lang.Void);
    descriptor: (Ljava/lang/Void;)Lio/netty/channel/ChannelPromise;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.netty.channel.VoidChannelPromise.setSuccess:(Ljava/lang/Void;)Lio/netty/channel/VoidChannelPromise;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.ChannelPromise setSuccess();
    descriptor: ()Lio/netty/channel/ChannelPromise;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.channel.VoidChannelPromise.setSuccess:()Lio/netty/channel/VoidChannelPromise;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.util.concurrent.Future addListener(io.netty.util.concurrent.GenericFutureListener);
    descriptor: (Lio/netty/util/concurrent/GenericFutureListener;)Lio/netty/util/concurrent/Future;
    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.util.concurrent.GenericFutureListener
            invokevirtual io.netty.channel.VoidChannelPromise.addListener:(Lio/netty/util/concurrent/GenericFutureListener;)Lio/netty/channel/VoidChannelPromise;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.ChannelFuture addListener(io.netty.util.concurrent.GenericFutureListener);
    descriptor: (Lio/netty/util/concurrent/GenericFutureListener;)Lio/netty/channel/ChannelFuture;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.netty.channel.VoidChannelPromise.addListener:(Lio/netty/util/concurrent/GenericFutureListener;)Lio/netty/channel/VoidChannelPromise;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.util.concurrent.Promise addListener(io.netty.util.concurrent.GenericFutureListener);
    descriptor: (Lio/netty/util/concurrent/GenericFutureListener;)Lio/netty/util/concurrent/Promise;
    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.util.concurrent.GenericFutureListener
            invokevirtual io.netty.channel.VoidChannelPromise.addListener:(Lio/netty/util/concurrent/GenericFutureListener;)Lio/netty/channel/VoidChannelPromise;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.ChannelPromise addListener(io.netty.util.concurrent.GenericFutureListener);
    descriptor: (Lio/netty/util/concurrent/GenericFutureListener;)Lio/netty/channel/ChannelPromise;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.netty.channel.VoidChannelPromise.addListener:(Lio/netty/util/concurrent/GenericFutureListener;)Lio/netty/channel/VoidChannelPromise;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.util.concurrent.Future await();
    descriptor: ()Lio/netty/util/concurrent/Future;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.channel.VoidChannelPromise.await:()Lio/netty/channel/VoidChannelPromise;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.InterruptedException

  public io.netty.channel.ChannelFuture await();
    descriptor: ()Lio/netty/channel/ChannelFuture;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.channel.VoidChannelPromise.await:()Lio/netty/channel/VoidChannelPromise;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.InterruptedException

  public io.netty.util.concurrent.Promise await();
    descriptor: ()Lio/netty/util/concurrent/Promise;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.channel.VoidChannelPromise.await:()Lio/netty/channel/VoidChannelPromise;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.InterruptedException

  public io.netty.channel.ChannelPromise await();
    descriptor: ()Lio/netty/channel/ChannelPromise;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.channel.VoidChannelPromise.await:()Lio/netty/channel/VoidChannelPromise;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.InterruptedException

  public io.netty.util.concurrent.Future removeListeners(io.netty.util.concurrent.GenericFutureListener[]);
    descriptor: ([Lio/netty/util/concurrent/GenericFutureListener;)Lio/netty/util/concurrent/Future;
    flags: (0x10c1) ACC_PUBLIC, ACC_BRIDGE, ACC_VARARGS, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.netty.util.concurrent.GenericFutureListener[]
            invokevirtual io.netty.channel.VoidChannelPromise.removeListeners:([Lio/netty/util/concurrent/GenericFutureListener;)Lio/netty/channel/VoidChannelPromise;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.ChannelFuture removeListeners(io.netty.util.concurrent.GenericFutureListener[]);
    descriptor: ([Lio/netty/util/concurrent/GenericFutureListener;)Lio/netty/channel/ChannelFuture;
    flags: (0x10c1) ACC_PUBLIC, ACC_BRIDGE, ACC_VARARGS, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.netty.channel.VoidChannelPromise.removeListeners:([Lio/netty/util/concurrent/GenericFutureListener;)Lio/netty/channel/VoidChannelPromise;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.util.concurrent.Promise removeListeners(io.netty.util.concurrent.GenericFutureListener[]);
    descriptor: ([Lio/netty/util/concurrent/GenericFutureListener;)Lio/netty/util/concurrent/Promise;
    flags: (0x10c1) ACC_PUBLIC, ACC_BRIDGE, ACC_VARARGS, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.netty.util.concurrent.GenericFutureListener[]
            invokevirtual io.netty.channel.VoidChannelPromise.removeListeners:([Lio/netty/util/concurrent/GenericFutureListener;)Lio/netty/channel/VoidChannelPromise;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.ChannelPromise removeListeners(io.netty.util.concurrent.GenericFutureListener[]);
    descriptor: ([Lio/netty/util/concurrent/GenericFutureListener;)Lio/netty/channel/ChannelPromise;
    flags: (0x10c1) ACC_PUBLIC, ACC_BRIDGE, ACC_VARARGS, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.netty.channel.VoidChannelPromise.removeListeners:([Lio/netty/util/concurrent/GenericFutureListener;)Lio/netty/channel/VoidChannelPromise;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public boolean trySuccess(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Void
            invokevirtual io.netty.channel.VoidChannelPromise.trySuccess:(Ljava/lang/Void;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lio/netty/util/concurrent/AbstractFuture<Ljava/lang/Void;>;Lio/netty/channel/ChannelPromise;
SourceFile: "VoidChannelPromise.java"
NestMembers:
  io.netty.channel.VoidChannelPromise$1
InnerClasses:
  io.netty.channel.VoidChannelPromise$1