class org.xnio.http.HttpUpgrade$HttpUpgradeState$FailureNotifier extends org.xnio.IoFuture$HandlingNotifier<org.xnio.StreamConnection, java.lang.Object>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.xnio.http.HttpUpgrade$HttpUpgradeState$FailureNotifier
  super_class: org.xnio.IoFuture$HandlingNotifier
{
  final org.xnio.http.HttpUpgrade$HttpUpgradeState this$1;
    descriptor: Lorg/xnio/http/HttpUpgrade$HttpUpgradeState;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(org.xnio.http.HttpUpgrade$HttpUpgradeState);
    descriptor: (Lorg/xnio/http/HttpUpgrade$HttpUpgradeState;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xnio.http.HttpUpgrade$HttpUpgradeState$FailureNotifier this
         0: .line 516
            aload 0 /* this */
            aload 1
            putfield org.xnio.http.HttpUpgrade$HttpUpgradeState$FailureNotifier.this$1:Lorg/xnio/http/HttpUpgrade$HttpUpgradeState;
            aload 0 /* this */
            invokespecial org.xnio.IoFuture$HandlingNotifier.<init>:()V
            return
        end local 0 // org.xnio.http.HttpUpgrade$HttpUpgradeState$FailureNotifier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/http/HttpUpgrade$HttpUpgradeState$FailureNotifier;
    MethodParameters:
        Name  Flags
      this$0  final

  public void handleFailed(java.io.IOException, java.lang.Object);
    descriptor: (Ljava/io/IOException;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.xnio.http.HttpUpgrade$HttpUpgradeState$FailureNotifier this
        start local 1 // java.io.IOException exception
        start local 2 // java.lang.Object attachment
         0: .line 519
            aload 0 /* this */
            getfield org.xnio.http.HttpUpgrade$HttpUpgradeState$FailureNotifier.this$1:Lorg/xnio/http/HttpUpgrade$HttpUpgradeState;
            getfield org.xnio.http.HttpUpgrade$HttpUpgradeState.future:Lorg/xnio/FutureResult;
            aload 1 /* exception */
            invokevirtual org.xnio.FutureResult.setException:(Ljava/io/IOException;)Z
            pop
         1: .line 520
            return
        end local 2 // java.lang.Object attachment
        end local 1 // java.io.IOException exception
        end local 0 // org.xnio.http.HttpUpgrade$HttpUpgradeState$FailureNotifier this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/xnio/http/HttpUpgrade$HttpUpgradeState$FailureNotifier;
            0    2     1   exception  Ljava/io/IOException;
            0    2     2  attachment  Ljava/lang/Object;
    MethodParameters:
            Name  Flags
      exception   
      attachment  

  public void handleCancelled(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.xnio.http.HttpUpgrade$HttpUpgradeState$FailureNotifier this
        start local 1 // java.lang.Object attachment
         0: .line 524
            aload 0 /* this */
            getfield org.xnio.http.HttpUpgrade$HttpUpgradeState$FailureNotifier.this$1:Lorg/xnio/http/HttpUpgrade$HttpUpgradeState;
            getfield org.xnio.http.HttpUpgrade$HttpUpgradeState.future:Lorg/xnio/FutureResult;
            invokevirtual org.xnio.FutureResult.setCancelled:()Z
            pop
         1: .line 525
            return
        end local 1 // java.lang.Object attachment
        end local 0 // org.xnio.http.HttpUpgrade$HttpUpgradeState$FailureNotifier this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/xnio/http/HttpUpgrade$HttpUpgradeState$FailureNotifier;
            0    2     1  attachment  Ljava/lang/Object;
    MethodParameters:
            Name  Flags
      attachment  
}
Signature: Lorg/xnio/IoFuture$HandlingNotifier<Lorg/xnio/StreamConnection;Ljava/lang/Object;>;
SourceFile: "HttpUpgrade.java"
NestHost: org.xnio.http.HttpUpgrade
InnerClasses:
  public abstract HandlingNotifier = org.xnio.IoFuture$HandlingNotifier of org.xnio.IoFuture
  private HttpUpgradeState = org.xnio.http.HttpUpgrade$HttpUpgradeState of org.xnio.http.HttpUpgrade
  private FailureNotifier = org.xnio.http.HttpUpgrade$HttpUpgradeState$FailureNotifier of org.xnio.http.HttpUpgrade$HttpUpgradeState