class org.xnio.ssl.JsseXnioSsl$5 extends org.xnio.IoFuture$HandlingNotifier<org.xnio.StreamConnection, org.xnio.FutureResult<org.xnio.ssl.SslConnection>>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.xnio.ssl.JsseXnioSsl$5
super_class: org.xnio.IoFuture$HandlingNotifier
{
final org.xnio.ssl.JsseXnioSsl this$0;
descriptor: Lorg/xnio/ssl/JsseXnioSsl;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(org.xnio.ssl.JsseXnioSsl);
descriptor: (Lorg/xnio/ssl/JsseXnioSsl;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield org.xnio.ssl.JsseXnioSsl$5.this$0:Lorg/xnio/ssl/JsseXnioSsl;
aload 0
invokespecial org.xnio.IoFuture$HandlingNotifier.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/xnio/ssl/JsseXnioSsl$5;
MethodParameters:
Name Flags
this$0 final
public void handleCancelled(org.xnio.FutureResult<org.xnio.ssl.SslConnection>);
descriptor: (Lorg/xnio/FutureResult;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: aload 1
invokevirtual org.xnio.FutureResult.setCancelled:()Z
pop
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/xnio/ssl/JsseXnioSsl$5;
0 2 1 attachment Lorg/xnio/FutureResult<Lorg/xnio/ssl/SslConnection;>;
Signature: (Lorg/xnio/FutureResult<Lorg/xnio/ssl/SslConnection;>;)V
MethodParameters:
Name Flags
attachment final
public void handleFailed(java.io.IOException, org.xnio.FutureResult<org.xnio.ssl.SslConnection>);
descriptor: (Ljava/io/IOException;Lorg/xnio/FutureResult;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 2
aload 1
invokevirtual org.xnio.FutureResult.setException:(Ljava/io/IOException;)Z
pop
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/xnio/ssl/JsseXnioSsl$5;
0 2 1 exception Ljava/io/IOException;
0 2 2 attachment Lorg/xnio/FutureResult<Lorg/xnio/ssl/SslConnection;>;
Signature: (Ljava/io/IOException;Lorg/xnio/FutureResult<Lorg/xnio/ssl/SslConnection;>;)V
MethodParameters:
Name Flags
exception final
attachment final
public void handleFailed(java.io.IOException, java.lang.Object);
descriptor: (Ljava/io/IOException;Ljava/lang/Object;)V
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
aload 2
checkcast org.xnio.FutureResult
invokevirtual org.xnio.ssl.JsseXnioSsl$5.handleFailed:(Ljava/io/IOException;Lorg/xnio/FutureResult;)V
return
LocalVariableTable:
Start End Slot Name Signature
public void handleCancelled(java.lang.Object);
descriptor: (Ljava/lang/Object;)V
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.xnio.FutureResult
invokevirtual org.xnio.ssl.JsseXnioSsl$5.handleCancelled:(Lorg/xnio/FutureResult;)V
return
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Lorg/xnio/IoFuture$HandlingNotifier<Lorg/xnio/StreamConnection;Lorg/xnio/FutureResult<Lorg/xnio/ssl/SslConnection;>;>;
SourceFile: "JsseXnioSsl.java"
EnclosingMethod: org.xnio.ssl.JsseXnioSsl.openSslConnection:(Lorg/xnio/XnioIoThread;Ljava/net/InetSocketAddress;Ljava/net/InetSocketAddress;Lorg/xnio/ChannelListener;Lorg/xnio/ChannelListener;Lorg/xnio/OptionMap;)Lorg/xnio/IoFuture;
NestHost: org.xnio.ssl.JsseXnioSsl
InnerClasses:
public abstract HandlingNotifier = org.xnio.IoFuture$HandlingNotifier of org.xnio.IoFuture
org.xnio.ssl.JsseXnioSsl$5