final class org.xnio.AbstractIoFuture$WaiterState<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$WaiterState
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 java.lang.Thread waiter;
descriptor: Ljava/lang/Thread;
flags: (0x0010) ACC_FINAL
void <init>(org.xnio.AbstractIoFuture$State<T>, java.lang.Thread);
descriptor: (Lorg/xnio/AbstractIoFuture$State;Ljava/lang/Thread;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial org.xnio.AbstractIoFuture$State.<init>:()V
1: aload 0
aload 1
putfield org.xnio.AbstractIoFuture$WaiterState.next:Lorg/xnio/AbstractIoFuture$State;
2: aload 0
aload 2
putfield org.xnio.AbstractIoFuture$WaiterState.waiter:Ljava/lang/Thread;
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/xnio/AbstractIoFuture$WaiterState<TT;>;
0 4 1 next Lorg/xnio/AbstractIoFuture$State<TT;>;
0 4 2 waiter Ljava/lang/Thread;
Signature: (Lorg/xnio/AbstractIoFuture$State<TT;>;Ljava/lang/Thread;)V
MethodParameters:
Name Flags
next final
waiter 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.WAITING:Lorg/xnio/IoFuture$Status;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/xnio/AbstractIoFuture$WaiterState<TT;>;
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 start local 1 start local 2 0: aload 0
getfield org.xnio.AbstractIoFuture$WaiterState.waiter:Ljava/lang/Thread;
invokestatic java.util.concurrent.locks.LockSupport.unpark:(Ljava/lang/Thread;)V
1: aload 0
getfield org.xnio.AbstractIoFuture$WaiterState.next:Lorg/xnio/AbstractIoFuture$State;
aload 1
aload 2
invokevirtual org.xnio.AbstractIoFuture$State.notifyDone:(Lorg/xnio/AbstractIoFuture;Ljava/lang/Object;)V
2: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/xnio/AbstractIoFuture$WaiterState<TT;>;
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 start local 1 start local 2 0: aload 0
getfield org.xnio.AbstractIoFuture$WaiterState.waiter:Ljava/lang/Thread;
invokestatic java.util.concurrent.locks.LockSupport.unpark:(Ljava/lang/Thread;)V
1: aload 0
getfield org.xnio.AbstractIoFuture$WaiterState.next:Lorg/xnio/AbstractIoFuture$State;
aload 1
aload 2
invokevirtual org.xnio.AbstractIoFuture$State.notifyFailed:(Lorg/xnio/AbstractIoFuture;Ljava/io/IOException;)V
2: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/xnio/AbstractIoFuture$WaiterState<TT;>;
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 start local 1 0: aload 0
getfield org.xnio.AbstractIoFuture$WaiterState.waiter:Ljava/lang/Thread;
invokestatic java.util.concurrent.locks.LockSupport.unpark:(Ljava/lang/Thread;)V
1: aload 0
getfield org.xnio.AbstractIoFuture$WaiterState.next:Lorg/xnio/AbstractIoFuture$State;
aload 1
invokevirtual org.xnio.AbstractIoFuture$State.notifyCancelled:(Lorg/xnio/AbstractIoFuture;)V
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/xnio/AbstractIoFuture$WaiterState<TT;>;
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 0: aload 0
getfield org.xnio.AbstractIoFuture$WaiterState.next:Lorg/xnio/AbstractIoFuture$State;
invokevirtual org.xnio.AbstractIoFuture$State.cancel:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/xnio/AbstractIoFuture$WaiterState<TT;>;
boolean cancelRequested();
descriptor: ()Z
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.xnio.AbstractIoFuture$WaiterState.next:Lorg/xnio/AbstractIoFuture$State;
invokevirtual org.xnio.AbstractIoFuture$State.cancelRequested:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/xnio/AbstractIoFuture$WaiterState<TT;>;
}
Signature: <T:Ljava/lang/Object;>Lorg/xnio/AbstractIoFuture$State<TT;>;
SourceFile: "AbstractIoFuture.java"
NestHost: org.xnio.AbstractIoFuture
InnerClasses:
abstract State = org.xnio.AbstractIoFuture$State of org.xnio.AbstractIoFuture
final WaiterState = org.xnio.AbstractIoFuture$WaiterState of org.xnio.AbstractIoFuture
public final Status = org.xnio.IoFuture$Status of org.xnio.IoFuture