final class jdk.incubator.http.Http1AsyncReceiver$Http1AsyncDelegateSubscription extends jdk.incubator.http.AbstractSubscription
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: jdk.incubator.http.Http1AsyncReceiver$Http1AsyncDelegateSubscription
  super_class: jdk.incubator.http.AbstractSubscription
{
  private final java.lang.Runnable onCancel;
    descriptor: Ljava/lang/Runnable;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final jdk.incubator.http.internal.common.SequentialScheduler scheduler;
    descriptor: Ljdk/incubator/http/internal/common/SequentialScheduler;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(jdk.incubator.http.internal.common.SequentialScheduler, java.lang.Runnable);
    descriptor: (Ljdk/incubator/http/internal/common/SequentialScheduler;Ljava/lang/Runnable;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // jdk.incubator.http.Http1AsyncReceiver$Http1AsyncDelegateSubscription this
        start local 1 // jdk.incubator.http.internal.common.SequentialScheduler scheduler
        start local 2 // java.lang.Runnable onCancel
         0: .line 128
            aload 0 /* this */
            invokespecial jdk.incubator.http.AbstractSubscription.<init>:()V
         1: .line 130
            aload 0 /* this */
            aload 1 /* scheduler */
            putfield jdk.incubator.http.Http1AsyncReceiver$Http1AsyncDelegateSubscription.scheduler:Ljdk/incubator/http/internal/common/SequentialScheduler;
         2: .line 131
            aload 0 /* this */
            aload 2 /* onCancel */
            putfield jdk.incubator.http.Http1AsyncReceiver$Http1AsyncDelegateSubscription.onCancel:Ljava/lang/Runnable;
         3: .line 132
            return
        end local 2 // java.lang.Runnable onCancel
        end local 1 // jdk.incubator.http.internal.common.SequentialScheduler scheduler
        end local 0 // jdk.incubator.http.Http1AsyncReceiver$Http1AsyncDelegateSubscription this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Ljdk/incubator/http/Http1AsyncReceiver$Http1AsyncDelegateSubscription;
            0    4     1  scheduler  Ljdk/incubator/http/internal/common/SequentialScheduler;
            0    4     2   onCancel  Ljava/lang/Runnable;
    MethodParameters:
           Name  Flags
      scheduler  
      onCancel   

  public void request(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // jdk.incubator.http.Http1AsyncReceiver$Http1AsyncDelegateSubscription this
        start local 1 // long n
         0: .line 135
            aload 0 /* this */
            invokevirtual jdk.incubator.http.Http1AsyncReceiver$Http1AsyncDelegateSubscription.demand:()Ljdk/incubator/http/internal/common/Demand;
            astore 3 /* demand */
        start local 3 // jdk.incubator.http.internal.common.Demand demand
         1: .line 136
            aload 3 /* demand */
            lload 1 /* n */
            invokevirtual jdk.incubator.http.internal.common.Demand.increase:(J)Z
            ifeq 3
         2: .line 137
            aload 0 /* this */
            getfield jdk.incubator.http.Http1AsyncReceiver$Http1AsyncDelegateSubscription.scheduler:Ljdk/incubator/http/internal/common/SequentialScheduler;
            invokevirtual jdk.incubator.http.internal.common.SequentialScheduler.runOrSchedule:()V
         3: .line 139
      StackMap locals: jdk.incubator.http.internal.common.Demand
      StackMap stack:
            return
        end local 3 // jdk.incubator.http.internal.common.Demand demand
        end local 1 // long n
        end local 0 // jdk.incubator.http.Http1AsyncReceiver$Http1AsyncDelegateSubscription this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Ljdk/incubator/http/Http1AsyncReceiver$Http1AsyncDelegateSubscription;
            0    4     1       n  J
            1    4     3  demand  Ljdk/incubator/http/internal/common/Demand;
    MethodParameters:
      Name  Flags
      n     

  public void cancel();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.incubator.http.Http1AsyncReceiver$Http1AsyncDelegateSubscription this
         0: .line 141
            aload 0 /* this */
            getfield jdk.incubator.http.Http1AsyncReceiver$Http1AsyncDelegateSubscription.onCancel:Ljava/lang/Runnable;
            invokeinterface java.lang.Runnable.run:()V
            return
        end local 0 // jdk.incubator.http.Http1AsyncReceiver$Http1AsyncDelegateSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/Http1AsyncReceiver$Http1AsyncDelegateSubscription;
}
SourceFile: "Http1AsyncReceiver.java"
NestHost: jdk.incubator.http.Http1AsyncReceiver
InnerClasses:
  private final Http1AsyncDelegateSubscription = jdk.incubator.http.Http1AsyncReceiver$Http1AsyncDelegateSubscription of jdk.incubator.http.Http1AsyncReceiver