class jdk.incubator.http.RawChannelImpl$NonBlockingRawAsyncEvent extends jdk.incubator.http.AsyncEvent
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: jdk.incubator.http.RawChannelImpl$NonBlockingRawAsyncEvent
  super_class: jdk.incubator.http.AsyncEvent
{
  private final jdk.incubator.http.internal.websocket.RawChannel$RawEvent re;
    descriptor: Ljdk/incubator/http/internal/websocket/RawChannel$RawEvent;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  void <init>(jdk.incubator.http.RawChannelImpl, jdk.incubator.http.internal.websocket.RawChannel$RawEvent);
    descriptor: (Ljdk/incubator/http/RawChannelImpl;Ljdk/incubator/http/internal/websocket/RawChannel$RawEvent;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // jdk.incubator.http.RawChannelImpl$NonBlockingRawAsyncEvent this
        start local 2 // jdk.incubator.http.internal.websocket.RawChannel$RawEvent re
         0: .line 81
            aload 0 /* this */
            aload 1
            putfield jdk.incubator.http.RawChannelImpl$NonBlockingRawAsyncEvent.this$0:Ljdk/incubator/http/RawChannelImpl;
            aload 0 /* this */
            invokespecial jdk.incubator.http.AsyncEvent.<init>:()V
         1: .line 83
            aload 0 /* this */
            aload 2 /* re */
            putfield jdk.incubator.http.RawChannelImpl$NonBlockingRawAsyncEvent.re:Ljdk/incubator/http/internal/websocket/RawChannel$RawEvent;
         2: .line 84
            return
        end local 2 // jdk.incubator.http.internal.websocket.RawChannel$RawEvent re
        end local 0 // jdk.incubator.http.RawChannelImpl$NonBlockingRawAsyncEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljdk/incubator/http/RawChannelImpl$NonBlockingRawAsyncEvent;
            0    3     2    re  Ljdk/incubator/http/internal/websocket/RawChannel$RawEvent;
    MethodParameters:
        Name  Flags
      this$0  final
      re      

  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.RawChannelImpl$NonBlockingRawAsyncEvent this
         0: .line 88
            aload 0 /* this */
            getfield jdk.incubator.http.RawChannelImpl$NonBlockingRawAsyncEvent.this$0:Ljdk/incubator/http/RawChannelImpl;
            getfield jdk.incubator.http.RawChannelImpl.detachedChannel:Ljdk/incubator/http/HttpConnection$DetachedConnectionChannel;
            invokevirtual jdk.incubator.http.HttpConnection$DetachedConnectionChannel.channel:()Ljava/nio/channels/SocketChannel;
            areturn
        end local 0 // jdk.incubator.http.RawChannelImpl$NonBlockingRawAsyncEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/RawChannelImpl$NonBlockingRawAsyncEvent;

  public int interestOps();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.incubator.http.RawChannelImpl$NonBlockingRawAsyncEvent this
         0: .line 93
            aload 0 /* this */
            getfield jdk.incubator.http.RawChannelImpl$NonBlockingRawAsyncEvent.re:Ljdk/incubator/http/internal/websocket/RawChannel$RawEvent;
            invokeinterface jdk.incubator.http.internal.websocket.RawChannel$RawEvent.interestOps:()I
            ireturn
        end local 0 // jdk.incubator.http.RawChannelImpl$NonBlockingRawAsyncEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/RawChannelImpl$NonBlockingRawAsyncEvent;

  public void handle();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.incubator.http.RawChannelImpl$NonBlockingRawAsyncEvent this
         0: .line 98
            aload 0 /* this */
            getfield jdk.incubator.http.RawChannelImpl$NonBlockingRawAsyncEvent.re:Ljdk/incubator/http/internal/websocket/RawChannel$RawEvent;
            invokeinterface jdk.incubator.http.internal.websocket.RawChannel$RawEvent.handle:()V
         1: .line 99
            return
        end local 0 // jdk.incubator.http.RawChannelImpl$NonBlockingRawAsyncEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/incubator/http/RawChannelImpl$NonBlockingRawAsyncEvent;

  public void abort(java.io.IOException);
    descriptor: (Ljava/io/IOException;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // jdk.incubator.http.RawChannelImpl$NonBlockingRawAsyncEvent this
        start local 1 // java.io.IOException ioe
         0: .line 102
            return
        end local 1 // java.io.IOException ioe
        end local 0 // jdk.incubator.http.RawChannelImpl$NonBlockingRawAsyncEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/RawChannelImpl$NonBlockingRawAsyncEvent;
            0    1     1   ioe  Ljava/io/IOException;
    MethodParameters:
      Name  Flags
      ioe   
}
SourceFile: "RawChannelImpl.java"
NestHost: jdk.incubator.http.RawChannelImpl
InnerClasses:
  abstract DetachedConnectionChannel = jdk.incubator.http.HttpConnection$DetachedConnectionChannel of jdk.incubator.http.HttpConnection
  private NonBlockingRawAsyncEvent = jdk.incubator.http.RawChannelImpl$NonBlockingRawAsyncEvent of jdk.incubator.http.RawChannelImpl
  public abstract RawEvent = jdk.incubator.http.internal.websocket.RawChannel$RawEvent of jdk.incubator.http.internal.websocket.RawChannel