class jdk.incubator.http.PlainHttpConnection$ReceiveResponseEvent extends jdk.incubator.http.AsyncEvent
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: jdk.incubator.http.PlainHttpConnection$ReceiveResponseEvent
  super_class: jdk.incubator.http.AsyncEvent
{
  java.util.concurrent.CompletableFuture<java.lang.Void> cf;
    descriptor: Ljava/util/concurrent/CompletableFuture;
    flags: (0x0000) 
    Signature: Ljava/util/concurrent/CompletableFuture<Ljava/lang/Void;>;

  final jdk.incubator.http.PlainHttpConnection this$0;
    descriptor: Ljdk/incubator/http/PlainHttpConnection;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(java.util.concurrent.CompletableFuture<java.lang.Void>);
    descriptor: (Ljdk/incubator/http/PlainHttpConnection;Ljava/util/concurrent/CompletableFuture;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // jdk.incubator.http.PlainHttpConnection$ReceiveResponseEvent this
        start local 2 // java.util.concurrent.CompletableFuture cf
         0: .line 413
            aload 0 /* this */
            aload 1
            putfield jdk.incubator.http.PlainHttpConnection$ReceiveResponseEvent.this$0:Ljdk/incubator/http/PlainHttpConnection;
         1: .line 414
            aload 0 /* this */
            iconst_1
            invokespecial jdk.incubator.http.AsyncEvent.<init>:(I)V
         2: .line 415
            aload 0 /* this */
            aload 2 /* cf */
            putfield jdk.incubator.http.PlainHttpConnection$ReceiveResponseEvent.cf:Ljava/util/concurrent/CompletableFuture;
         3: .line 416
            return
        end local 2 // java.util.concurrent.CompletableFuture cf
        end local 0 // jdk.incubator.http.PlainHttpConnection$ReceiveResponseEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljdk/incubator/http/PlainHttpConnection$ReceiveResponseEvent;
            0    4     2    cf  Ljava/util/concurrent/CompletableFuture<Ljava/lang/Void;>;
    Signature: (Ljava/util/concurrent/CompletableFuture<Ljava/lang/Void;>;)V
    MethodParameters:
        Name  Flags
      this$0  final
      cf      

  public java.nio.channels.SelectableChannel channel();
    descriptor: ()Ljava/nio/channels/SelectableChannel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.incubator.http.PlainHttpConnection$ReceiveResponseEvent this
         0: .line 419
            aload 0 /* this */
            getfield jdk.incubator.http.PlainHttpConnection$ReceiveResponseEvent.this$0:Ljdk/incubator/http/PlainHttpConnection;
            getfield jdk.incubator.http.PlainHttpConnection.chan:Ljava/nio/channels/SocketChannel;
            areturn
        end local 0 // jdk.incubator.http.PlainHttpConnection$ReceiveResponseEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/PlainHttpConnection$ReceiveResponseEvent;

  public void handle();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.incubator.http.PlainHttpConnection$ReceiveResponseEvent this
         0: .line 424
            aload 0 /* this */
            getfield jdk.incubator.http.PlainHttpConnection$ReceiveResponseEvent.cf:Ljava/util/concurrent/CompletableFuture;
            aconst_null
            invokevirtual java.util.concurrent.CompletableFuture.complete:(Ljava/lang/Object;)Z
            pop
         1: .line 425
            return
        end local 0 // jdk.incubator.http.PlainHttpConnection$ReceiveResponseEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/incubator/http/PlainHttpConnection$ReceiveResponseEvent;

  public int interestOps();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.incubator.http.PlainHttpConnection$ReceiveResponseEvent this
         0: .line 429
            iconst_1
            ireturn
        end local 0 // jdk.incubator.http.PlainHttpConnection$ReceiveResponseEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/PlainHttpConnection$ReceiveResponseEvent;

  public void abort();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.incubator.http.PlainHttpConnection$ReceiveResponseEvent this
         0: .line 434
            aload 0 /* this */
            getfield jdk.incubator.http.PlainHttpConnection$ReceiveResponseEvent.this$0:Ljdk/incubator/http/PlainHttpConnection;
            invokevirtual jdk.incubator.http.PlainHttpConnection.close:()V
         1: .line 435
            return
        end local 0 // jdk.incubator.http.PlainHttpConnection$ReceiveResponseEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/incubator/http/PlainHttpConnection$ReceiveResponseEvent;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // jdk.incubator.http.PlainHttpConnection$ReceiveResponseEvent this
         0: .line 439
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokespecial java.lang.Object.toString:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "/"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield jdk.incubator.http.PlainHttpConnection$ReceiveResponseEvent.this$0:Ljdk/incubator/http/PlainHttpConnection;
            getfield jdk.incubator.http.PlainHttpConnection.chan:Ljava/nio/channels/SocketChannel;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // jdk.incubator.http.PlainHttpConnection$ReceiveResponseEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/PlainHttpConnection$ReceiveResponseEvent;
}
SourceFile: "PlainHttpConnection.java"
NestHost: jdk.incubator.http.PlainHttpConnection
InnerClasses:
  ReceiveResponseEvent = jdk.incubator.http.PlainHttpConnection$ReceiveResponseEvent of jdk.incubator.http.PlainHttpConnection