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 // org.xnio.ssl.JsseXnioSsl$5 this
         0: .line 185
            aload 0 /* this */
            aload 1
            putfield org.xnio.ssl.JsseXnioSsl$5.this$0:Lorg/xnio/ssl/JsseXnioSsl;
            aload 0 /* this */
            invokespecial org.xnio.IoFuture$HandlingNotifier.<init>:()V
            return
        end local 0 // org.xnio.ssl.JsseXnioSsl$5 this
      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 // org.xnio.ssl.JsseXnioSsl$5 this
        start local 1 // org.xnio.FutureResult attachment
         0: .line 187
            aload 1 /* attachment */
            invokevirtual org.xnio.FutureResult.setCancelled:()Z
            pop
         1: .line 188
            return
        end local 1 // org.xnio.FutureResult attachment
        end local 0 // org.xnio.ssl.JsseXnioSsl$5 this
      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 // org.xnio.ssl.JsseXnioSsl$5 this
        start local 1 // java.io.IOException exception
        start local 2 // org.xnio.FutureResult attachment
         0: .line 191
            aload 2 /* attachment */
            aload 1 /* exception */
            invokevirtual org.xnio.FutureResult.setException:(Ljava/io/IOException;)Z
            pop
         1: .line 192
            return
        end local 2 // org.xnio.FutureResult attachment
        end local 1 // java.io.IOException exception
        end local 0 // org.xnio.ssl.JsseXnioSsl$5 this
      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: .line 1
            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: .line 1
            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