class org.xnio.IoUtils$ResultNotifier<T> extends org.xnio.IoFuture$HandlingNotifier<T, org.xnio.Result<T>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.xnio.IoUtils$ResultNotifier
  super_class: org.xnio.IoFuture$HandlingNotifier
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.IoUtils$ResultNotifier this
         0: .line 714
            aload 0 /* this */
            invokespecial org.xnio.IoFuture$HandlingNotifier.<init>:()V
            return
        end local 0 // org.xnio.IoUtils$ResultNotifier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/IoUtils$ResultNotifier<TT;>;

  public void handleCancelled(org.xnio.Result<T>);
    descriptor: (Lorg/xnio/Result;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.xnio.IoUtils$ResultNotifier this
        start local 1 // org.xnio.Result result
         0: .line 717
            aload 1 /* result */
            invokeinterface org.xnio.Result.setCancelled:()Z
            pop
         1: .line 718
            return
        end local 1 // org.xnio.Result result
        end local 0 // org.xnio.IoUtils$ResultNotifier this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/xnio/IoUtils$ResultNotifier<TT;>;
            0    2     1  result  Lorg/xnio/Result<TT;>;
    Signature: (Lorg/xnio/Result<TT;>;)V
    MethodParameters:
        Name  Flags
      result  final

  public void handleFailed(java.io.IOException, org.xnio.Result<T>);
    descriptor: (Ljava/io/IOException;Lorg/xnio/Result;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.xnio.IoUtils$ResultNotifier this
        start local 1 // java.io.IOException exception
        start local 2 // org.xnio.Result result
         0: .line 721
            aload 2 /* result */
            aload 1 /* exception */
            invokeinterface org.xnio.Result.setException:(Ljava/io/IOException;)Z
            pop
         1: .line 722
            return
        end local 2 // org.xnio.Result result
        end local 1 // java.io.IOException exception
        end local 0 // org.xnio.IoUtils$ResultNotifier this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/xnio/IoUtils$ResultNotifier<TT;>;
            0    2     1  exception  Ljava/io/IOException;
            0    2     2     result  Lorg/xnio/Result<TT;>;
    Signature: (Ljava/io/IOException;Lorg/xnio/Result<TT;>;)V
    MethodParameters:
           Name  Flags
      exception  final
      result     final

  public void handleDone(T, org.xnio.Result<T>);
    descriptor: (Ljava/lang/Object;Lorg/xnio/Result;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.xnio.IoUtils$ResultNotifier this
        start local 1 // java.lang.Object value
        start local 2 // org.xnio.Result result
         0: .line 725
            aload 2 /* result */
            aload 1 /* value */
            invokeinterface org.xnio.Result.setResult:(Ljava/lang/Object;)Z
            pop
         1: .line 726
            return
        end local 2 // org.xnio.Result result
        end local 1 // java.lang.Object value
        end local 0 // org.xnio.IoUtils$ResultNotifier this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/xnio/IoUtils$ResultNotifier<TT;>;
            0    2     1   value  TT;
            0    2     2  result  Lorg/xnio/Result<TT;>;
    Signature: (TT;Lorg/xnio/Result<TT;>;)V
    MethodParameters:
        Name  Flags
      value   final
      result  final

  public void handleDone(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;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
            checkcast java.lang.Object
            aload 2
            checkcast org.xnio.Result
            invokevirtual org.xnio.IoUtils$ResultNotifier.handleDone:(Ljava/lang/Object;Lorg/xnio/Result;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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.Result
            invokevirtual org.xnio.IoUtils$ResultNotifier.handleFailed:(Ljava/io/IOException;Lorg/xnio/Result;)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.Result
            invokevirtual org.xnio.IoUtils$ResultNotifier.handleCancelled:(Lorg/xnio/Result;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <T:Ljava/lang/Object;>Lorg/xnio/IoFuture$HandlingNotifier<TT;Lorg/xnio/Result<TT;>;>;
SourceFile: "IoUtils.java"
NestHost: org.xnio.IoUtils
InnerClasses:
  public abstract HandlingNotifier = org.xnio.IoFuture$HandlingNotifier of org.xnio.IoFuture
  private ResultNotifier = org.xnio.IoUtils$ResultNotifier of org.xnio.IoUtils