final class org.xnio.AbstractIoFuture$FailedState<T> extends org.xnio.AbstractIoFuture$State<T>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: org.xnio.AbstractIoFuture$FailedState
super_class: org.xnio.AbstractIoFuture$State
{
private final java.io.IOException exception;
descriptor: Ljava/io/IOException;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
void <init>(java.io.IOException);
descriptor: (Ljava/io/IOException;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial org.xnio.AbstractIoFuture$State.<init>:()V
1: aload 0
aload 1
putfield org.xnio.AbstractIoFuture$FailedState.exception:Ljava/io/IOException;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/xnio/AbstractIoFuture$FailedState<TT;>;
0 3 1 exception Ljava/io/IOException;
MethodParameters:
Name Flags
exception final
org.xnio.IoFuture$Status getStatus();
descriptor: ()Lorg/xnio/IoFuture$Status;
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: getstatic org.xnio.IoFuture$Status.FAILED:Lorg/xnio/IoFuture$Status;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/xnio/AbstractIoFuture$FailedState<TT;>;
Signature: ()Lorg/xnio/IoFuture$Status;
void notifyDone(org.xnio.AbstractIoFuture<T>, );
descriptor: (Lorg/xnio/AbstractIoFuture;Ljava/lang/Object;)V
flags: (0x0000)
Code:
stack=0, locals=3, args_size=3
start local 0 start local 1 start local 2 0: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/xnio/AbstractIoFuture$FailedState<TT;>;
0 1 1 future Lorg/xnio/AbstractIoFuture<TT;>;
0 1 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=0, locals=3, args_size=3
start local 0 start local 1 start local 2 0: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/xnio/AbstractIoFuture$FailedState<TT;>;
0 1 1 future Lorg/xnio/AbstractIoFuture<TT;>;
0 1 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=0, locals=2, args_size=2
start local 0 start local 1 0: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/xnio/AbstractIoFuture$FailedState<TT;>;
0 1 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=0, locals=1, args_size=1
start local 0 0: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/xnio/AbstractIoFuture$FailedState<TT;>;
org.xnio.AbstractIoFuture$State<T> withCancelHandler(org.xnio.Cancellable);
descriptor: (Lorg/xnio/Cancellable;)Lorg/xnio/AbstractIoFuture$State;
flags: (0x0000)
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/xnio/AbstractIoFuture$FailedState<TT;>;
0 1 1 cancellable Lorg/xnio/Cancellable;
Signature: (Lorg/xnio/Cancellable;)Lorg/xnio/AbstractIoFuture$State<TT;>;
MethodParameters:
Name Flags
cancellable final
org.xnio.AbstractIoFuture$State<T> withWaiter(java.lang.Thread);
descriptor: (Ljava/lang/Thread;)Lorg/xnio/AbstractIoFuture$State;
flags: (0x0000)
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/xnio/AbstractIoFuture$FailedState<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=6, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 2
new org.xnio.AbstractIoFuture$NotifierRunnable
dup
aload 3
aload 2
aload 4
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: aload 0
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/xnio/AbstractIoFuture$FailedState<TT;>;
0 2 1 executor Ljava/util/concurrent/Executor;
0 2 2 future Lorg/xnio/AbstractIoFuture<TT;>;
0 2 3 notifier Lorg/xnio/IoFuture$Notifier<-TT;TA;>;
0 2 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
java.io.IOException getException();
descriptor: ()Ljava/io/IOException;
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.xnio.AbstractIoFuture$FailedState.exception:Ljava/io/IOException;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/xnio/AbstractIoFuture$FailedState<TT;>;
boolean cancelRequested();
descriptor: ()Z
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/xnio/AbstractIoFuture$FailedState<TT;>;
}
Signature: <T:Ljava/lang/Object;>Lorg/xnio/AbstractIoFuture$State<TT;>;
SourceFile: "AbstractIoFuture.java"
NestHost: org.xnio.AbstractIoFuture
InnerClasses:
final FailedState = org.xnio.AbstractIoFuture$FailedState of org.xnio.AbstractIoFuture
NotifierRunnable = org.xnio.AbstractIoFuture$NotifierRunnable 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