abstract class org.xnio.AbstractIoFuture$State<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: org.xnio.AbstractIoFuture$State
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.AbstractIoFuture$State this
         0: .line 43
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.xnio.AbstractIoFuture$State this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/AbstractIoFuture$State<TT;>;

  abstract org.xnio.IoFuture$Status getStatus();
    descriptor: ()Lorg/xnio/IoFuture$Status;
    flags: (0x0400) ACC_ABSTRACT
    Signature: ()Lorg/xnio/IoFuture$Status;

  abstract void notifyDone(org.xnio.AbstractIoFuture<T>, );
    descriptor: (Lorg/xnio/AbstractIoFuture;Ljava/lang/Object;)V
    flags: (0x0400) ACC_ABSTRACT
    Signature: (Lorg/xnio/AbstractIoFuture<TT;>;TT;)V
    MethodParameters:
        Name  Flags
      future  
      result  

  abstract void notifyFailed(org.xnio.AbstractIoFuture<T>, java.io.IOException);
    descriptor: (Lorg/xnio/AbstractIoFuture;Ljava/io/IOException;)V
    flags: (0x0400) ACC_ABSTRACT
    Signature: (Lorg/xnio/AbstractIoFuture<TT;>;Ljava/io/IOException;)V
    MethodParameters:
           Name  Flags
      future     
      exception  

  abstract void notifyCancelled(org.xnio.AbstractIoFuture<T>);
    descriptor: (Lorg/xnio/AbstractIoFuture;)V
    flags: (0x0400) ACC_ABSTRACT
    Signature: (Lorg/xnio/AbstractIoFuture<TT;>;)V
    MethodParameters:
        Name  Flags
      future  

  abstract void cancel();
    descriptor: ()V
    flags: (0x0400) ACC_ABSTRACT

  abstract boolean cancelRequested();
    descriptor: ()Z
    flags: (0x0400) ACC_ABSTRACT

  org.xnio.AbstractIoFuture$State<T> withWaiter(java.lang.Thread);
    descriptor: (Ljava/lang/Thread;)Lorg/xnio/AbstractIoFuture$State;
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.xnio.AbstractIoFuture$State this
        start local 1 // java.lang.Thread thread
         0: .line 57
            new org.xnio.AbstractIoFuture$WaiterState
            dup
            aload 0 /* this */
            aload 1 /* thread */
            invokespecial org.xnio.AbstractIoFuture$WaiterState.<init>:(Lorg/xnio/AbstractIoFuture$State;Ljava/lang/Thread;)V
            areturn
        end local 1 // java.lang.Thread thread
        end local 0 // org.xnio.AbstractIoFuture$State this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/xnio/AbstractIoFuture$State<TT;>;
            0    1     1  thread  Ljava/lang/Thread;
    Signature: (Ljava/lang/Thread;)Lorg/xnio/AbstractIoFuture$State<TT;>;
    MethodParameters:
        Name  Flags
      thread  final

  <A> org.xnio.AbstractIoFuture$State<T> withNotifier(java.util.concurrent.Executor, org.xnio.AbstractIoFuture<T>, org.xnio.IoFuture$Notifier<? super T, A>, A);
    descriptor: (Ljava/util/concurrent/Executor;Lorg/xnio/AbstractIoFuture;Lorg/xnio/IoFuture$Notifier;Ljava/lang/Object;)Lorg/xnio/AbstractIoFuture$State;
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.xnio.AbstractIoFuture$State this
        start local 1 // java.util.concurrent.Executor executor
        start local 2 // org.xnio.AbstractIoFuture future
        start local 3 // org.xnio.IoFuture$Notifier notifier
        start local 4 // java.lang.Object attachment
         0: .line 61
            new org.xnio.AbstractIoFuture$NotifierState
            dup
            aload 0 /* this */
            aload 3 /* notifier */
            aload 4 /* attachment */
            invokespecial org.xnio.AbstractIoFuture$NotifierState.<init>:(Lorg/xnio/AbstractIoFuture$State;Lorg/xnio/IoFuture$Notifier;Ljava/lang/Object;)V
            areturn
        end local 4 // java.lang.Object attachment
        end local 3 // org.xnio.IoFuture$Notifier notifier
        end local 2 // org.xnio.AbstractIoFuture future
        end local 1 // java.util.concurrent.Executor executor
        end local 0 // org.xnio.AbstractIoFuture$State this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/xnio/AbstractIoFuture$State<TT;>;
            0    1     1    executor  Ljava/util/concurrent/Executor;
            0    1     2      future  Lorg/xnio/AbstractIoFuture<TT;>;
            0    1     3    notifier  Lorg/xnio/IoFuture$Notifier<-TT;TA;>;
            0    1     4  attachment  TA;
    Signature: <A:Ljava/lang/Object;>(Ljava/util/concurrent/Executor;Lorg/xnio/AbstractIoFuture<TT;>;Lorg/xnio/IoFuture$Notifier<-TT;TA;>;TA;)Lorg/xnio/AbstractIoFuture$State<TT;>;
    MethodParameters:
            Name  Flags
      executor    final
      future      final
      notifier    final
      attachment  final

  org.xnio.AbstractIoFuture$State<T> withCancelHandler(org.xnio.Cancellable);
    descriptor: (Lorg/xnio/Cancellable;)Lorg/xnio/AbstractIoFuture$State;
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.xnio.AbstractIoFuture$State this
        start local 1 // org.xnio.Cancellable cancellable
         0: .line 65
            new org.xnio.AbstractIoFuture$CancellableState
            dup
            aload 0 /* this */
            aload 1 /* cancellable */
            invokespecial org.xnio.AbstractIoFuture$CancellableState.<init>:(Lorg/xnio/AbstractIoFuture$State;Lorg/xnio/Cancellable;)V
            areturn
        end local 1 // org.xnio.Cancellable cancellable
        end local 0 // org.xnio.AbstractIoFuture$State this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/xnio/AbstractIoFuture$State<TT;>;
            0    1     1  cancellable  Lorg/xnio/Cancellable;
    Signature: (Lorg/xnio/Cancellable;)Lorg/xnio/AbstractIoFuture$State<TT;>;
    MethodParameters:
             Name  Flags
      cancellable  final

  T getResult();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.xnio.AbstractIoFuture$State this
         0: .line 69
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
        end local 0 // org.xnio.AbstractIoFuture$State this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/AbstractIoFuture$State<TT;>;
    Signature: ()TT;

  java.io.IOException getException();
    descriptor: ()Ljava/io/IOException;
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.xnio.AbstractIoFuture$State this
         0: .line 73
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
        end local 0 // org.xnio.AbstractIoFuture$State this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/AbstractIoFuture$State<TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "AbstractIoFuture.java"
NestHost: org.xnio.AbstractIoFuture
InnerClasses:
  final CancellableState = org.xnio.AbstractIoFuture$CancellableState of org.xnio.AbstractIoFuture
  final NotifierState = org.xnio.AbstractIoFuture$NotifierState of org.xnio.AbstractIoFuture
  abstract State = org.xnio.AbstractIoFuture$State of org.xnio.AbstractIoFuture
  final WaiterState = org.xnio.AbstractIoFuture$WaiterState 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