class org.xnio.ssl.JsseXnioSsl$2 extends org.xnio.IoFuture$HandlingNotifier<org.xnio.ssl.SslConnection, org.xnio.FutureResult<org.xnio.channels.ConnectedSslStreamChannel>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.xnio.ssl.JsseXnioSsl$2
  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$2 this
         0: .line 134
            aload 0 /* this */
            aload 1
            putfield org.xnio.ssl.JsseXnioSsl$2.this$0:Lorg/xnio/ssl/JsseXnioSsl;
            aload 0 /* this */
            invokespecial org.xnio.IoFuture$HandlingNotifier.<init>:()V
            return
        end local 0 // org.xnio.ssl.JsseXnioSsl$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/ssl/JsseXnioSsl$2;
    MethodParameters:
        Name  Flags
      this$0  final

  public void handleCancelled(org.xnio.FutureResult<org.xnio.channels.ConnectedSslStreamChannel>);
    descriptor: (Lorg/xnio/FutureResult;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.xnio.ssl.JsseXnioSsl$2 this
        start local 1 // org.xnio.FutureResult result
         0: .line 136
            aload 1 /* result */
            invokevirtual org.xnio.FutureResult.setCancelled:()Z
            pop
         1: .line 137
            return
        end local 1 // org.xnio.FutureResult result
        end local 0 // org.xnio.ssl.JsseXnioSsl$2 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/xnio/ssl/JsseXnioSsl$2;
            0    2     1  result  Lorg/xnio/FutureResult<Lorg/xnio/channels/ConnectedSslStreamChannel;>;
    Signature: (Lorg/xnio/FutureResult<Lorg/xnio/channels/ConnectedSslStreamChannel;>;)V
    MethodParameters:
        Name  Flags
      result  final

  public void handleFailed(java.io.IOException, org.xnio.FutureResult<org.xnio.channels.ConnectedSslStreamChannel>);
    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$2 this
        start local 1 // java.io.IOException exception
        start local 2 // org.xnio.FutureResult result
         0: .line 140
            aload 2 /* result */
            aload 1 /* exception */
            invokevirtual org.xnio.FutureResult.setException:(Ljava/io/IOException;)Z
            pop
         1: .line 141
            return
        end local 2 // org.xnio.FutureResult result
        end local 1 // java.io.IOException exception
        end local 0 // org.xnio.ssl.JsseXnioSsl$2 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/xnio/ssl/JsseXnioSsl$2;
            0    2     1  exception  Ljava/io/IOException;
            0    2     2     result  Lorg/xnio/FutureResult<Lorg/xnio/channels/ConnectedSslStreamChannel;>;
    Signature: (Ljava/io/IOException;Lorg/xnio/FutureResult<Lorg/xnio/channels/ConnectedSslStreamChannel;>;)V
    MethodParameters:
           Name  Flags
      exception  final
      result     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$2.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$2.handleCancelled:(Lorg/xnio/FutureResult;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lorg/xnio/IoFuture$HandlingNotifier<Lorg/xnio/ssl/SslConnection;Lorg/xnio/FutureResult<Lorg/xnio/channels/ConnectedSslStreamChannel;>;>;
SourceFile: "JsseXnioSsl.java"
EnclosingMethod: org.xnio.ssl.JsseXnioSsl.connectSsl:(Lorg/xnio/XnioWorker;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$2