final class jdk.internal.net.http.Http1AsyncReceiver$Http1TubeSubscriber implements jdk.internal.net.http.common.FlowTube$TubeSubscriber
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: jdk.internal.net.http.Http1AsyncReceiver$Http1TubeSubscriber
  super_class: java.lang.Object
{
  volatile java.util.concurrent.Flow$Subscription subscription;
    descriptor: Ljava/util/concurrent/Flow$Subscription;
    flags: (0x0040) ACC_VOLATILE

  volatile boolean completed;
    descriptor: Z
    flags: (0x0040) ACC_VOLATILE

  volatile boolean dropped;
    descriptor: Z
    flags: (0x0040) ACC_VOLATILE

  final jdk.internal.net.http.Http1AsyncReceiver this$0;
    descriptor: Ljdk/internal/net/http/Http1AsyncReceiver;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 536
            ldc Ljdk/internal/net/http/Http1AsyncReceiver;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic jdk.internal.net.http.Http1AsyncReceiver$Http1TubeSubscriber.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  public void onSubscribe(java.util.concurrent.Flow$Subscription);
    descriptor: (Ljava/util/concurrent/Flow$Subscription;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // jdk.internal.net.http.Http1AsyncReceiver$Http1TubeSubscriber this
        start local 1 // java.util.concurrent.Flow$Subscription subscription
         0: .line 545
            aload 0 /* this */
            getfield jdk.internal.net.http.Http1AsyncReceiver$Http1TubeSubscriber.this$0:Ljdk/internal/net/http/Http1AsyncReceiver;
            getfield jdk.internal.net.http.Http1AsyncReceiver.debug:Ljdk/internal/net/http/common/Logger;
            invokeinterface jdk.internal.net.http.common.Logger.on:()Z
            ifeq 1
            aload 0 /* this */
            getfield jdk.internal.net.http.Http1AsyncReceiver$Http1TubeSubscriber.this$0:Ljdk/internal/net/http/Http1AsyncReceiver;
            getfield jdk.internal.net.http.Http1AsyncReceiver.debug:Ljdk/internal/net/http/common/Logger;
            ldc "Received onSubscribed from upstream"
            invokeinterface jdk.internal.net.http.common.Logger.log:(Ljava/lang/String;)V
         1: .line 546
      StackMap locals:
      StackMap stack:
            invokestatic jdk.internal.net.http.common.Log.channel:()Z
            ifeq 3
         2: .line 547
            ldc "HTTP/1 read subscriber got subscription from {0}"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield jdk.internal.net.http.Http1AsyncReceiver$Http1TubeSubscriber.this$0:Ljdk/internal/net/http/Http1AsyncReceiver;
            invokevirtual jdk.internal.net.http.Http1AsyncReceiver.describe:()Ljava/lang/String;
            aastore
            invokestatic jdk.internal.net.http.common.Log.logChannel:(Ljava/lang/String;[Ljava/lang/Object;)V
         3: .line 549
      StackMap locals:
      StackMap stack:
            getstatic jdk.internal.net.http.Http1AsyncReceiver$Http1TubeSubscriber.$assertionsDisabled:Z
            ifne 4
            aload 0 /* this */
            getfield jdk.internal.net.http.Http1AsyncReceiver$Http1TubeSubscriber.subscription:Ljava/util/concurrent/Flow$Subscription;
            ifnull 4
            aload 0 /* this */
            getfield jdk.internal.net.http.Http1AsyncReceiver$Http1TubeSubscriber.dropped:Z
            ifeq 4
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         4: .line 550
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* subscription */
            putfield jdk.internal.net.http.Http1AsyncReceiver$Http1TubeSubscriber.subscription:Ljava/util/concurrent/Flow$Subscription;
         5: .line 551
            aload 0 /* this */
            iconst_0
            putfield jdk.internal.net.http.Http1AsyncReceiver$Http1TubeSubscriber.dropped:Z
         6: .line 552
            aload 0 /* this */
            getfield jdk.internal.net.http.Http1AsyncReceiver$Http1TubeSubscriber.this$0:Ljdk/internal/net/http/Http1AsyncReceiver;
            getfield jdk.internal.net.http.Http1AsyncReceiver.canRequestMore:Ljava/util/concurrent/atomic/AtomicBoolean;
            iconst_1
            invokevirtual java.util.concurrent.atomic.AtomicBoolean.set:(Z)V
         7: .line 553
            aload 0 /* this */
            getfield jdk.internal.net.http.Http1AsyncReceiver$Http1TubeSubscriber.this$0:Ljdk/internal/net/http/Http1AsyncReceiver;
            getfield jdk.internal.net.http.Http1AsyncReceiver.delegate:Ljdk/internal/net/http/Http1AsyncReceiver$Http1AsyncDelegate;
            ifnull 10
         8: .line 554
            aload 0 /* this */
            getfield jdk.internal.net.http.Http1AsyncReceiver$Http1TubeSubscriber.this$0:Ljdk/internal/net/http/Http1AsyncReceiver;
            getfield jdk.internal.net.http.Http1AsyncReceiver.scheduler:Ljdk/internal/net/http/common/SequentialScheduler;
            aload 0 /* this */
            getfield jdk.internal.net.http.Http1AsyncReceiver$Http1TubeSubscriber.this$0:Ljdk/internal/net/http/Http1AsyncReceiver;
            getfield jdk.internal.net.http.Http1AsyncReceiver.executor:Ljava/util/concurrent/Executor;
            invokevirtual jdk.internal.net.http.common.SequentialScheduler.runOrSchedule:(Ljava/util/concurrent/Executor;)V
         9: .line 555
            goto 11
        10: .line 556
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.net.http.Http1AsyncReceiver$Http1TubeSubscriber.this$0:Ljdk/internal/net/http/Http1AsyncReceiver;
            getfield jdk.internal.net.http.Http1AsyncReceiver.debug:Ljdk/internal/net/http/common/Logger;
            invokeinterface jdk.internal.net.http.common.Logger.on:()Z
            ifeq 11
            aload 0 /* this */
            getfield jdk.internal.net.http.Http1AsyncReceiver$Http1TubeSubscriber.this$0:Ljdk/internal/net/http/Http1AsyncReceiver;
            getfield jdk.internal.net.http.Http1AsyncReceiver.debug:Ljdk/internal/net/http/common/Logger;
            ldc "onSubscribe: read delegate not present yet"
            invokeinterface jdk.internal.net.http.common.Logger.log:(Ljava/lang/String;)V
        11: .line 558
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.util.concurrent.Flow$Subscription subscription
        end local 0 // jdk.internal.net.http.Http1AsyncReceiver$Http1TubeSubscriber this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   12     0          this  Ljdk/internal/net/http/Http1AsyncReceiver$Http1TubeSubscriber;
            0   12     1  subscription  Ljava/util/concurrent/Flow$Subscription;
    MethodParameters:
              Name  Flags
      subscription  

  void requestMore();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // jdk.internal.net.http.Http1AsyncReceiver$Http1TubeSubscriber this
         0: .line 561
            aload 0 /* this */
            getfield jdk.internal.net.http.Http1AsyncReceiver$Http1TubeSubscriber.subscription:Ljava/util/concurrent/Flow$Subscription;
            astore 1 /* s */
        start local 1 // java.util.concurrent.Flow$Subscription s
         1: .line 562
            aload 1 /* s */
            ifnonnull 2
            return
         2: .line 563
      StackMap locals: java.util.concurrent.Flow$Subscription
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.net.http.Http1AsyncReceiver$Http1TubeSubscriber.this$0:Ljdk/internal/net/http/Http1AsyncReceiver;
            getfield jdk.internal.net.http.Http1AsyncReceiver.canRequestMore:Ljava/util/concurrent/atomic/AtomicBoolean;
            iconst_1
            iconst_0
            invokevirtual java.util.concurrent.atomic.AtomicBoolean.compareAndSet:(ZZ)Z
            ifeq 8
         3: .line 564
            aload 0 /* this */
            getfield jdk.internal.net.http.Http1AsyncReceiver$Http1TubeSubscriber.completed:Z
            ifne 8
            aload 0 /* this */
            getfield jdk.internal.net.http.Http1AsyncReceiver$Http1TubeSubscriber.dropped:Z
            ifne 8
         4: .line 565
            aload 0 /* this */
            getfield jdk.internal.net.http.Http1AsyncReceiver$Http1TubeSubscriber.this$0:Ljdk/internal/net/http/Http1AsyncReceiver;
            getfield jdk.internal.net.http.Http1AsyncReceiver.debug:Ljdk/internal/net/http/common/Logger;
            invokeinterface jdk.internal.net.http.common.Logger.on:()Z
            ifeq 6
         5: .line 566
            aload 0 /* this */
            getfield jdk.internal.net.http.Http1AsyncReceiver$Http1TubeSubscriber.this$0:Ljdk/internal/net/http/Http1AsyncReceiver;
            getfield jdk.internal.net.http.Http1AsyncReceiver.debug:Ljdk/internal/net/http/common/Logger;
            ldc "Http1TubeSubscriber: requesting one more from upstream"
            invokeinterface jdk.internal.net.http.common.Logger.log:(Ljava/lang/String;)V
         6: .line 567
      StackMap locals:
      StackMap stack:
            aload 1 /* s */
            lconst_1
            invokeinterface java.util.concurrent.Flow$Subscription.request:(J)V
         7: .line 568
            return
         8: .line 571
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.net.http.Http1AsyncReceiver$Http1TubeSubscriber.this$0:Ljdk/internal/net/http/Http1AsyncReceiver;
            getfield jdk.internal.net.http.Http1AsyncReceiver.debug:Ljdk/internal/net/http/common/Logger;
            invokeinterface jdk.internal.net.http.common.Logger.on:()Z
            ifeq 10
         9: .line 572
            aload 0 /* this */
            getfield jdk.internal.net.http.Http1AsyncReceiver$Http1TubeSubscriber.this$0:Ljdk/internal/net/http/Http1AsyncReceiver;
            getfield jdk.internal.net.http.Http1AsyncReceiver.debug:Ljdk/internal/net/http/common/Logger;
            ldc "Http1TubeSubscriber: no need to request more"
            invokeinterface jdk.internal.net.http.common.Logger.log:(Ljava/lang/String;)V
        10: .line 573
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.util.concurrent.Flow$Subscription s
        end local 0 // jdk.internal.net.http.Http1AsyncReceiver$Http1TubeSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Ljdk/internal/net/http/Http1AsyncReceiver$Http1TubeSubscriber;
            1   11     1     s  Ljava/util/concurrent/Flow$Subscription;

  public void onNext(java.util.List<java.nio.ByteBuffer>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // jdk.internal.net.http.Http1AsyncReceiver$Http1TubeSubscriber this
        start local 1 // java.util.List item
         0: .line 577
            aload 0 /* this */
            getfield jdk.internal.net.http.Http1AsyncReceiver$Http1TubeSubscriber.this$0:Ljdk/internal/net/http/Http1AsyncReceiver;
            getfield jdk.internal.net.http.Http1AsyncReceiver.canRequestMore:Ljava/util/concurrent/atomic/AtomicBoolean;
            aload 1 /* item */
            invokeinterface java.util.List.isEmpty:()Z
            invokevirtual java.util.concurrent.atomic.AtomicBoolean.set:(Z)V
         1: .line 578
            aload 1 /* item */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: jdk.internal.net.http.Http1AsyncReceiver$Http1TubeSubscriber java.util.List top java.util.Iterator
      StackMap stack:
         2: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.nio.ByteBuffer
            astore 2 /* buffer */
        start local 2 // java.nio.ByteBuffer buffer
         3: .line 579
            aload 0 /* this */
            getfield jdk.internal.net.http.Http1AsyncReceiver$Http1TubeSubscriber.this$0:Ljdk/internal/net/http/Http1AsyncReceiver;
            aload 2 /* buffer */
            invokevirtual jdk.internal.net.http.Http1AsyncReceiver.asyncReceive:(Ljava/nio/ByteBuffer;)V
        end local 2 // java.nio.ByteBuffer buffer
         4: .line 578
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 581
            return
        end local 1 // java.util.List item
        end local 0 // jdk.internal.net.http.Http1AsyncReceiver$Http1TubeSubscriber this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Ljdk/internal/net/http/Http1AsyncReceiver$Http1TubeSubscriber;
            0    6     1    item  Ljava/util/List<Ljava/nio/ByteBuffer;>;
            3    4     2  buffer  Ljava/nio/ByteBuffer;
    Signature: (Ljava/util/List<Ljava/nio/ByteBuffer;>;)V
    MethodParameters:
      Name  Flags
      item  

  public void onError(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.internal.net.http.Http1AsyncReceiver$Http1TubeSubscriber this
        start local 1 // java.lang.Throwable throwable
         0: .line 585
            aload 0 /* this */
            getfield jdk.internal.net.http.Http1AsyncReceiver$Http1TubeSubscriber.this$0:Ljdk/internal/net/http/Http1AsyncReceiver;
            aload 1 /* throwable */
            invokevirtual jdk.internal.net.http.Http1AsyncReceiver.onReadError:(Ljava/lang/Throwable;)V
         1: .line 586
            aload 0 /* this */
            iconst_1
            putfield jdk.internal.net.http.Http1AsyncReceiver$Http1TubeSubscriber.completed:Z
         2: .line 587
            return
        end local 1 // java.lang.Throwable throwable
        end local 0 // jdk.internal.net.http.Http1AsyncReceiver$Http1TubeSubscriber this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Ljdk/internal/net/http/Http1AsyncReceiver$Http1TubeSubscriber;
            0    3     1  throwable  Ljava/lang/Throwable;
    MethodParameters:
           Name  Flags
      throwable  

  public void onComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // jdk.internal.net.http.Http1AsyncReceiver$Http1TubeSubscriber this
         0: .line 591
            aload 0 /* this */
            getfield jdk.internal.net.http.Http1AsyncReceiver$Http1TubeSubscriber.this$0:Ljdk/internal/net/http/Http1AsyncReceiver;
            new java.io.EOFException
            dup
            ldc "EOF reached while reading"
            invokespecial java.io.EOFException.<init>:(Ljava/lang/String;)V
            invokevirtual jdk.internal.net.http.Http1AsyncReceiver.onReadError:(Ljava/lang/Throwable;)V
         1: .line 592
            aload 0 /* this */
            iconst_1
            putfield jdk.internal.net.http.Http1AsyncReceiver$Http1TubeSubscriber.completed:Z
         2: .line 593
            return
        end local 0 // jdk.internal.net.http.Http1AsyncReceiver$Http1TubeSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljdk/internal/net/http/Http1AsyncReceiver$Http1TubeSubscriber;

  public void dropSubscription();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.internal.net.http.Http1AsyncReceiver$Http1TubeSubscriber this
         0: .line 596
            aload 0 /* this */
            getfield jdk.internal.net.http.Http1AsyncReceiver$Http1TubeSubscriber.this$0:Ljdk/internal/net/http/Http1AsyncReceiver;
            getfield jdk.internal.net.http.Http1AsyncReceiver.debug:Ljdk/internal/net/http/common/Logger;
            invokeinterface jdk.internal.net.http.common.Logger.on:()Z
            ifeq 1
            aload 0 /* this */
            getfield jdk.internal.net.http.Http1AsyncReceiver$Http1TubeSubscriber.this$0:Ljdk/internal/net/http/Http1AsyncReceiver;
            getfield jdk.internal.net.http.Http1AsyncReceiver.debug:Ljdk/internal/net/http/common/Logger;
            ldc "Http1TubeSubscriber: dropSubscription"
            invokeinterface jdk.internal.net.http.common.Logger.log:(Ljava/lang/String;)V
         1: .line 599
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield jdk.internal.net.http.Http1AsyncReceiver$Http1TubeSubscriber.dropped:Z
         2: .line 600
            return
        end local 0 // jdk.internal.net.http.Http1AsyncReceiver$Http1TubeSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljdk/internal/net/http/Http1AsyncReceiver$Http1TubeSubscriber;

  public void onNext(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 java.util.List
            invokevirtual jdk.internal.net.http.Http1AsyncReceiver$Http1TubeSubscriber.onNext:(Ljava/util/List;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "Http1AsyncReceiver.java"
NestHost: jdk.internal.net.http.Http1AsyncReceiver
InnerClasses:
  public abstract Subscription = java.util.concurrent.Flow$Subscription of java.util.concurrent.Flow
  final Http1TubeSubscriber = jdk.internal.net.http.Http1AsyncReceiver$Http1TubeSubscriber of jdk.internal.net.http.Http1AsyncReceiver
  public abstract TubeSubscriber = jdk.internal.net.http.common.FlowTube$TubeSubscriber of jdk.internal.net.http.common.FlowTube