final class org.xnio.AbstractIoFuture$NotifierState<T, A> extends org.xnio.AbstractIoFuture$State<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.xnio.AbstractIoFuture$NotifierState
  super_class: org.xnio.AbstractIoFuture$State
{
  final org.xnio.AbstractIoFuture$State<T> next;
    descriptor: Lorg/xnio/AbstractIoFuture$State;
    flags: (0x0010) ACC_FINAL
    Signature: Lorg/xnio/AbstractIoFuture$State<TT;>;

  final org.xnio.IoFuture$Notifier<? super T, A> notifier;
    descriptor: Lorg/xnio/IoFuture$Notifier;
    flags: (0x0010) ACC_FINAL
    Signature: Lorg/xnio/IoFuture$Notifier<-TT;TA;>;

  final A attachment;
    descriptor: Ljava/lang/Object;
    flags: (0x0010) ACC_FINAL
    Signature: TA;

  void <init>(org.xnio.AbstractIoFuture$State<T>, org.xnio.IoFuture$Notifier<? super T, A>, );
    descriptor: (Lorg/xnio/AbstractIoFuture$State;Lorg/xnio/IoFuture$Notifier;Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.xnio.AbstractIoFuture$NotifierState this
        start local 1 // org.xnio.AbstractIoFuture$State next
        start local 2 // org.xnio.IoFuture$Notifier notifier
        start local 3 // java.lang.Object attachment
         0: .line 237
            aload 0 /* this */
            invokespecial org.xnio.AbstractIoFuture$State.<init>:()V
         1: .line 238
            aload 0 /* this */
            aload 1 /* next */
            putfield org.xnio.AbstractIoFuture$NotifierState.next:Lorg/xnio/AbstractIoFuture$State;
         2: .line 239
            aload 0 /* this */
            aload 2 /* notifier */
            putfield org.xnio.AbstractIoFuture$NotifierState.notifier:Lorg/xnio/IoFuture$Notifier;
         3: .line 240
            aload 0 /* this */
            aload 3 /* attachment */
            putfield org.xnio.AbstractIoFuture$NotifierState.attachment:Ljava/lang/Object;
         4: .line 241
            return
        end local 3 // java.lang.Object attachment
        end local 2 // org.xnio.IoFuture$Notifier notifier
        end local 1 // org.xnio.AbstractIoFuture$State next
        end local 0 // org.xnio.AbstractIoFuture$NotifierState this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lorg/xnio/AbstractIoFuture$NotifierState<TT;TA;>;
            0    5     1        next  Lorg/xnio/AbstractIoFuture$State<TT;>;
            0    5     2    notifier  Lorg/xnio/IoFuture$Notifier<-TT;TA;>;
            0    5     3  attachment  TA;
    Signature: (Lorg/xnio/AbstractIoFuture$State<TT;>;Lorg/xnio/IoFuture$Notifier<-TT;TA;>;TA;)V
    MethodParameters:
            Name  Flags
      next        final
      notifier    final
      attachment  final

  org.xnio.IoFuture$Status getStatus();
    descriptor: ()Lorg/xnio/IoFuture$Status;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.AbstractIoFuture$NotifierState this
         0: .line 244
            getstatic org.xnio.IoFuture$Status.WAITING:Lorg/xnio/IoFuture$Status;
            areturn
        end local 0 // org.xnio.AbstractIoFuture$NotifierState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/AbstractIoFuture$NotifierState<TT;TA;>;
    Signature: ()Lorg/xnio/IoFuture$Status;

  void notifyDone(org.xnio.AbstractIoFuture<T>, );
    descriptor: (Lorg/xnio/AbstractIoFuture;Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.xnio.AbstractIoFuture$NotifierState this
        start local 1 // org.xnio.AbstractIoFuture future
        start local 2 // java.lang.Object result
         0: .line 248
            aload 0 /* this */
            aload 1 /* future */
            invokevirtual org.xnio.AbstractIoFuture$NotifierState.doNotify:(Lorg/xnio/AbstractIoFuture;)V
         1: .line 249
            aload 0 /* this */
            getfield org.xnio.AbstractIoFuture$NotifierState.next:Lorg/xnio/AbstractIoFuture$State;
            aload 1 /* future */
            aload 2 /* result */
            invokevirtual org.xnio.AbstractIoFuture$State.notifyDone:(Lorg/xnio/AbstractIoFuture;Ljava/lang/Object;)V
         2: .line 250
            return
        end local 2 // java.lang.Object result
        end local 1 // org.xnio.AbstractIoFuture future
        end local 0 // org.xnio.AbstractIoFuture$NotifierState this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/xnio/AbstractIoFuture$NotifierState<TT;TA;>;
            0    3     1  future  Lorg/xnio/AbstractIoFuture<TT;>;
            0    3     2  result  TT;
    Signature: (Lorg/xnio/AbstractIoFuture<TT;>;TT;)V
    MethodParameters:
        Name  Flags
      future  final
      result  final

  void notifyFailed(org.xnio.AbstractIoFuture<T>, java.io.IOException);
    descriptor: (Lorg/xnio/AbstractIoFuture;Ljava/io/IOException;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.xnio.AbstractIoFuture$NotifierState this
        start local 1 // org.xnio.AbstractIoFuture future
        start local 2 // java.io.IOException exception
         0: .line 253
            aload 0 /* this */
            aload 1 /* future */
            invokevirtual org.xnio.AbstractIoFuture$NotifierState.doNotify:(Lorg/xnio/AbstractIoFuture;)V
         1: .line 254
            aload 0 /* this */
            getfield org.xnio.AbstractIoFuture$NotifierState.next:Lorg/xnio/AbstractIoFuture$State;
            aload 1 /* future */
            aload 2 /* exception */
            invokevirtual org.xnio.AbstractIoFuture$State.notifyFailed:(Lorg/xnio/AbstractIoFuture;Ljava/io/IOException;)V
         2: .line 255
            return
        end local 2 // java.io.IOException exception
        end local 1 // org.xnio.AbstractIoFuture future
        end local 0 // org.xnio.AbstractIoFuture$NotifierState this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/xnio/AbstractIoFuture$NotifierState<TT;TA;>;
            0    3     1     future  Lorg/xnio/AbstractIoFuture<TT;>;
            0    3     2  exception  Ljava/io/IOException;
    Signature: (Lorg/xnio/AbstractIoFuture<TT;>;Ljava/io/IOException;)V
    MethodParameters:
           Name  Flags
      future     final
      exception  final

  void notifyCancelled(org.xnio.AbstractIoFuture<T>);
    descriptor: (Lorg/xnio/AbstractIoFuture;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xnio.AbstractIoFuture$NotifierState this
        start local 1 // org.xnio.AbstractIoFuture future
         0: .line 258
            aload 0 /* this */
            aload 1 /* future */
            invokevirtual org.xnio.AbstractIoFuture$NotifierState.doNotify:(Lorg/xnio/AbstractIoFuture;)V
         1: .line 259
            aload 0 /* this */
            getfield org.xnio.AbstractIoFuture$NotifierState.next:Lorg/xnio/AbstractIoFuture$State;
            aload 1 /* future */
            invokevirtual org.xnio.AbstractIoFuture$State.notifyCancelled:(Lorg/xnio/AbstractIoFuture;)V
         2: .line 260
            return
        end local 1 // org.xnio.AbstractIoFuture future
        end local 0 // org.xnio.AbstractIoFuture$NotifierState this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/xnio/AbstractIoFuture$NotifierState<TT;TA;>;
            0    3     1  future  Lorg/xnio/AbstractIoFuture<TT;>;
    Signature: (Lorg/xnio/AbstractIoFuture<TT;>;)V
    MethodParameters:
        Name  Flags
      future  final

  void cancel();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.AbstractIoFuture$NotifierState this
         0: .line 263
            aload 0 /* this */
            getfield org.xnio.AbstractIoFuture$NotifierState.next:Lorg/xnio/AbstractIoFuture$State;
            invokevirtual org.xnio.AbstractIoFuture$State.cancel:()V
         1: .line 264
            return
        end local 0 // org.xnio.AbstractIoFuture$NotifierState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/xnio/AbstractIoFuture$NotifierState<TT;TA;>;

  private void doNotify(org.xnio.AbstractIoFuture<T>);
    descriptor: (Lorg/xnio/AbstractIoFuture;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.xnio.AbstractIoFuture$NotifierState this
        start local 1 // org.xnio.AbstractIoFuture future
         0: .line 267
            aload 1 /* future */
            new org.xnio.AbstractIoFuture$NotifierRunnable
            dup
            aload 0 /* this */
            getfield org.xnio.AbstractIoFuture$NotifierState.notifier:Lorg/xnio/IoFuture$Notifier;
            aload 1 /* future */
            aload 0 /* this */
            getfield org.xnio.AbstractIoFuture$NotifierState.attachment:Ljava/lang/Object;
            invokespecial org.xnio.AbstractIoFuture$NotifierRunnable.<init>:(Lorg/xnio/IoFuture$Notifier;Lorg/xnio/IoFuture;Ljava/lang/Object;)V
            invokevirtual org.xnio.AbstractIoFuture.runNotifier:(Ljava/lang/Runnable;)V
         1: .line 268
            return
        end local 1 // org.xnio.AbstractIoFuture future
        end local 0 // org.xnio.AbstractIoFuture$NotifierState this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/xnio/AbstractIoFuture$NotifierState<TT;TA;>;
            0    2     1  future  Lorg/xnio/AbstractIoFuture<TT;>;
    Signature: (Lorg/xnio/AbstractIoFuture<TT;>;)V
    MethodParameters:
        Name  Flags
      future  final

  boolean cancelRequested();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.AbstractIoFuture$NotifierState this
         0: .line 271
            aload 0 /* this */
            getfield org.xnio.AbstractIoFuture$NotifierState.next:Lorg/xnio/AbstractIoFuture$State;
            invokevirtual org.xnio.AbstractIoFuture$State.cancelRequested:()Z
            ireturn
        end local 0 // org.xnio.AbstractIoFuture$NotifierState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/AbstractIoFuture$NotifierState<TT;TA;>;
}
Signature: <T:Ljava/lang/Object;A:Ljava/lang/Object;>Lorg/xnio/AbstractIoFuture$State<TT;>;
SourceFile: "AbstractIoFuture.java"
NestHost: org.xnio.AbstractIoFuture
InnerClasses:
  NotifierRunnable = org.xnio.AbstractIoFuture$NotifierRunnable of org.xnio.AbstractIoFuture
  final NotifierState = org.xnio.AbstractIoFuture$NotifierState of org.xnio.AbstractIoFuture
  abstract State = org.xnio.AbstractIoFuture$State of org.xnio.AbstractIoFuture
  public abstract Notifier = org.xnio.IoFuture$Notifier of org.xnio.IoFuture
  public final Status = org.xnio.IoFuture$Status of org.xnio.IoFuture