class io.undertow.protocols.ssl.UndertowXnioSsl$4 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: io.undertow.protocols.ssl.UndertowXnioSsl$4
  super_class: org.xnio.IoFuture$HandlingNotifier
{
  final io.undertow.protocols.ssl.UndertowXnioSsl this$0;
    descriptor: Lio/undertow/protocols/ssl/UndertowXnioSsl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.undertow.protocols.ssl.UndertowXnioSsl);
    descriptor: (Lio/undertow/protocols/ssl/UndertowXnioSsl;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.undertow.protocols.ssl.UndertowXnioSsl$4 this
         0: .line 191
            aload 0 /* this */
            aload 1
            putfield io.undertow.protocols.ssl.UndertowXnioSsl$4.this$0:Lio/undertow/protocols/ssl/UndertowXnioSsl;
            aload 0 /* this */
            invokespecial org.xnio.IoFuture$HandlingNotifier.<init>:()V
            return
        end local 0 // io.undertow.protocols.ssl.UndertowXnioSsl$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/protocols/ssl/UndertowXnioSsl$4;
    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 // io.undertow.protocols.ssl.UndertowXnioSsl$4 this
        start local 1 // org.xnio.FutureResult attachment
         0: .line 193
            aload 1 /* attachment */
            invokevirtual org.xnio.FutureResult.setCancelled:()Z
            pop
         1: .line 194
            return
        end local 1 // org.xnio.FutureResult attachment
        end local 0 // io.undertow.protocols.ssl.UndertowXnioSsl$4 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/undertow/protocols/ssl/UndertowXnioSsl$4;
            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 // io.undertow.protocols.ssl.UndertowXnioSsl$4 this
        start local 1 // java.io.IOException exception
        start local 2 // org.xnio.FutureResult attachment
         0: .line 197
            aload 2 /* attachment */
            aload 1 /* exception */
            invokevirtual org.xnio.FutureResult.setException:(Ljava/io/IOException;)Z
            pop
         1: .line 198
            return
        end local 2 // org.xnio.FutureResult attachment
        end local 1 // java.io.IOException exception
        end local 0 // io.undertow.protocols.ssl.UndertowXnioSsl$4 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/undertow/protocols/ssl/UndertowXnioSsl$4;
            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 io.undertow.protocols.ssl.UndertowXnioSsl$4.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 io.undertow.protocols.ssl.UndertowXnioSsl$4.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: "UndertowXnioSsl.java"
EnclosingMethod: io.undertow.protocols.ssl.UndertowXnioSsl.setupSslConnection:(Lorg/xnio/FutureResult;Lorg/xnio/IoFuture;)Lorg/xnio/IoFuture;
NestHost: io.undertow.protocols.ssl.UndertowXnioSsl
InnerClasses:
  io.undertow.protocols.ssl.UndertowXnioSsl$4
  public abstract HandlingNotifier = org.xnio.IoFuture$HandlingNotifier of org.xnio.IoFuture