class jdk.incubator.http.internal.websocket.Receiver$1 implements jdk.incubator.http.internal.websocket.RawChannel$RawEvent
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: jdk.incubator.http.internal.websocket.Receiver$1
  super_class: java.lang.Object
{
  final jdk.incubator.http.internal.websocket.Receiver this$0;
    descriptor: Ljdk/incubator/http/internal/websocket/Receiver;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(jdk.incubator.http.internal.websocket.Receiver);
    descriptor: (Ljdk/incubator/http/internal/websocket/Receiver;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.incubator.http.internal.websocket.Receiver$1 this
         0: .line 88
            aload 0 /* this */
            aload 1
            putfield jdk.incubator.http.internal.websocket.Receiver$1.this$0:Ljdk/incubator/http/internal/websocket/Receiver;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // jdk.incubator.http.internal.websocket.Receiver$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/internal/websocket/Receiver$1;
    MethodParameters:
        Name  Flags
      this$0  final

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

  public void handle();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.incubator.http.internal.websocket.Receiver$1 this
         0: .line 97
            aload 0 /* this */
            getfield jdk.incubator.http.internal.websocket.Receiver$1.this$0:Ljdk/incubator/http/internal/websocket/Receiver;
            iconst_1
            putfield jdk.incubator.http.internal.websocket.Receiver.state:I
         1: .line 98
            aload 0 /* this */
            getfield jdk.incubator.http.internal.websocket.Receiver$1.this$0:Ljdk/incubator/http/internal/websocket/Receiver;
            getfield jdk.incubator.http.internal.websocket.Receiver.pushScheduler:Ljdk/incubator/http/internal/common/SequentialScheduler;
            invokevirtual jdk.incubator.http.internal.common.SequentialScheduler.runOrSchedule:()V
         2: .line 99
            return
        end local 0 // jdk.incubator.http.internal.websocket.Receiver$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljdk/incubator/http/internal/websocket/Receiver$1;
}
SourceFile: "Receiver.java"
EnclosingMethod: jdk.incubator.http.internal.websocket.Receiver.createHandler:()Ljdk/incubator/http/internal/websocket/RawChannel$RawEvent;
NestHost: jdk.incubator.http.internal.websocket.Receiver
InnerClasses:
  public abstract RawEvent = jdk.incubator.http.internal.websocket.RawChannel$RawEvent of jdk.incubator.http.internal.websocket.RawChannel
  jdk.incubator.http.internal.websocket.Receiver$1