final class jdk.internal.net.http.common.SSLTube$SSLTubeFlowDelegate extends jdk.internal.net.http.common.SSLFlowDelegate
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: jdk.internal.net.http.common.SSLTube$SSLTubeFlowDelegate
  super_class: jdk.internal.net.http.common.SSLFlowDelegate
{
  final jdk.internal.net.http.common.SSLTube this$0;
    descriptor: Ljdk/internal/net/http/common/SSLTube;
    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 100
            ldc Ljdk/internal/net/http/common/SSLTube;
            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.common.SSLTube$SSLTubeFlowDelegate.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(javax.net.ssl.SSLEngine, java.util.concurrent.Executor, java.util.function.Consumer<java.nio.ByteBuffer>, jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper, jdk.internal.net.http.common.FlowTube);
    descriptor: (Ljdk/internal/net/http/common/SSLTube;Ljavax/net/ssl/SSLEngine;Ljava/util/concurrent/Executor;Ljava/util/function/Consumer;Ljdk/internal/net/http/common/SSLTube$SSLSubscriberWrapper;Ljdk/internal/net/http/common/FlowTube;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=7, args_size=7
        start local 0 // jdk.internal.net.http.common.SSLTube$SSLTubeFlowDelegate this
        start local 2 // javax.net.ssl.SSLEngine engine
        start local 3 // java.util.concurrent.Executor executor
        start local 4 // java.util.function.Consumer recycler
        start local 5 // jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper readSubscriber
        start local 6 // jdk.internal.net.http.common.FlowTube tube
         0: .line 104
            aload 0 /* this */
            aload 1
            putfield jdk.internal.net.http.common.SSLTube$SSLTubeFlowDelegate.this$0:Ljdk/internal/net/http/common/SSLTube;
         1: .line 105
            aload 0 /* this */
            aload 2 /* engine */
            aload 3 /* executor */
            aload 4 /* recycler */
            aload 5 /* readSubscriber */
            aload 6 /* tube */
            invokespecial jdk.internal.net.http.common.SSLFlowDelegate.<init>:(Ljavax/net/ssl/SSLEngine;Ljava/util/concurrent/Executor;Ljava/util/function/Consumer;Ljava/util/concurrent/Flow$Subscriber;Ljava/util/concurrent/Flow$Subscriber;)V
         2: .line 106
            return
        end local 6 // jdk.internal.net.http.common.FlowTube tube
        end local 5 // jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper readSubscriber
        end local 4 // java.util.function.Consumer recycler
        end local 3 // java.util.concurrent.Executor executor
        end local 2 // javax.net.ssl.SSLEngine engine
        end local 0 // jdk.internal.net.http.common.SSLTube$SSLTubeFlowDelegate this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Ljdk/internal/net/http/common/SSLTube$SSLTubeFlowDelegate;
            0    3     2          engine  Ljavax/net/ssl/SSLEngine;
            0    3     3        executor  Ljava/util/concurrent/Executor;
            0    3     4        recycler  Ljava/util/function/Consumer<Ljava/nio/ByteBuffer;>;
            0    3     5  readSubscriber  Ljdk/internal/net/http/common/SSLTube$SSLSubscriberWrapper;
            0    3     6            tube  Ljdk/internal/net/http/common/FlowTube;
    Signature: (Ljavax/net/ssl/SSLEngine;Ljava/util/concurrent/Executor;Ljava/util/function/Consumer<Ljava/nio/ByteBuffer;>;Ljdk/internal/net/http/common/SSLTube$SSLSubscriberWrapper;Ljdk/internal/net/http/common/FlowTube;)V
    MethodParameters:
                Name  Flags
      this$0          final
      engine          
      executor        
      recycler        
      readSubscriber  
      tube            

  protected jdk.internal.net.http.common.SubscriberWrapper$SchedulingAction enterReadScheduling();
    descriptor: ()Ljdk/internal/net/http/common/SubscriberWrapper$SchedulingAction;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.internal.net.http.common.SSLTube$SSLTubeFlowDelegate this
         0: .line 108
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLTubeFlowDelegate.this$0:Ljdk/internal/net/http/common/SSLTube;
            getfield jdk.internal.net.http.common.SSLTube.readSubscriber:Ljdk/internal/net/http/common/SSLTube$SSLSubscriberWrapper;
            invokevirtual jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.processPendingSubscriber:()V
         1: .line 109
            getstatic jdk.internal.net.http.common.SubscriberWrapper$SchedulingAction.CONTINUE:Ljdk/internal/net/http/common/SubscriberWrapper$SchedulingAction;
            areturn
        end local 0 // jdk.internal.net.http.common.SSLTube$SSLTubeFlowDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/internal/net/http/common/SSLTube$SSLTubeFlowDelegate;

  void connect(java.util.concurrent.Flow$Subscriber<? super java.util.List<java.nio.ByteBuffer>>, java.util.concurrent.Flow$Subscriber<? super java.util.List<java.nio.ByteBuffer>>);
    descriptor: (Ljava/util/concurrent/Flow$Subscriber;Ljava/util/concurrent/Flow$Subscriber;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // jdk.internal.net.http.common.SSLTube$SSLTubeFlowDelegate this
        start local 1 // java.util.concurrent.Flow$Subscriber downReader
        start local 2 // java.util.concurrent.Flow$Subscriber downWriter
         0: .line 113
            getstatic jdk.internal.net.http.common.SSLTube$SSLTubeFlowDelegate.$assertionsDisabled:Z
            ifne 1
            aload 2 /* downWriter */
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLTubeFlowDelegate.this$0:Ljdk/internal/net/http/common/SSLTube;
            getfield jdk.internal.net.http.common.SSLTube.tube:Ljdk/internal/net/http/common/FlowTube;
            if_acmpeq 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 114
      StackMap locals:
      StackMap stack:
            getstatic jdk.internal.net.http.common.SSLTube$SSLTubeFlowDelegate.$assertionsDisabled:Z
            ifne 2
            aload 1 /* downReader */
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLTubeFlowDelegate.this$0:Ljdk/internal/net/http/common/SSLTube;
            getfield jdk.internal.net.http.common.SSLTube.readSubscriber:Ljdk/internal/net/http/common/SSLTube$SSLSubscriberWrapper;
            if_acmpeq 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 120
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLTubeFlowDelegate.reader:Ljdk/internal/net/http/common/SSLFlowDelegate$Reader;
            aload 1 /* downReader */
            invokevirtual jdk.internal.net.http.common.SSLFlowDelegate$Reader.subscribe:(Ljava/util/concurrent/Flow$Subscriber;)V
         3: .line 138
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLTubeFlowDelegate.this$0:Ljdk/internal/net/http/common/SSLTube;
            getfield jdk.internal.net.http.common.SSLTube.tube:Ljdk/internal/net/http/common/FlowTube;
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLTubeFlowDelegate.writer:Ljdk/internal/net/http/common/SSLFlowDelegate$Writer;
            invokestatic jdk.internal.net.http.common.FlowTube.asTubePublisher:(Ljava/util/concurrent/Flow$Publisher;)Ljdk/internal/net/http/common/FlowTube$TubePublisher;
         4: .line 139
            aload 0 /* this */
            invokevirtual jdk.internal.net.http.common.SSLTube$SSLTubeFlowDelegate.upstreamReader:()Ljava/util/concurrent/Flow$Subscriber;
            invokestatic jdk.internal.net.http.common.FlowTube.asTubeSubscriber:(Ljava/util/concurrent/Flow$Subscriber;)Ljdk/internal/net/http/common/FlowTube$TubeSubscriber;
         5: .line 138
            invokeinterface jdk.internal.net.http.common.FlowTube.connectFlows:(Ljdk/internal/net/http/common/FlowTube$TubePublisher;Ljdk/internal/net/http/common/FlowTube$TubeSubscriber;)V
         6: .line 148
            aload 0 /* this */
            invokevirtual jdk.internal.net.http.common.SSLTube$SSLTubeFlowDelegate.upstreamWriter:()Ljava/util/concurrent/Flow$Subscriber;
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLTubeFlowDelegate.this$0:Ljdk/internal/net/http/common/SSLTube;
            getfield jdk.internal.net.http.common.SSLTube.writeSubscription:Ljdk/internal/net/http/common/SSLTube$SSLSubscriptionWrapper;
            invokeinterface java.util.concurrent.Flow$Subscriber.onSubscribe:(Ljava/util/concurrent/Flow$Subscription;)V
         7: .line 149
            return
        end local 2 // java.util.concurrent.Flow$Subscriber downWriter
        end local 1 // java.util.concurrent.Flow$Subscriber downReader
        end local 0 // jdk.internal.net.http.common.SSLTube$SSLTubeFlowDelegate this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Ljdk/internal/net/http/common/SSLTube$SSLTubeFlowDelegate;
            0    8     1  downReader  Ljava/util/concurrent/Flow$Subscriber<-Ljava/util/List<Ljava/nio/ByteBuffer;>;>;
            0    8     2  downWriter  Ljava/util/concurrent/Flow$Subscriber<-Ljava/util/List<Ljava/nio/ByteBuffer;>;>;
    Signature: (Ljava/util/concurrent/Flow$Subscriber<-Ljava/util/List<Ljava/nio/ByteBuffer;>;>;Ljava/util/concurrent/Flow$Subscriber<-Ljava/util/List<Ljava/nio/ByteBuffer;>;>;)V
    MethodParameters:
            Name  Flags
      downReader  
      downWriter  
}
SourceFile: "SSLTube.java"
NestHost: jdk.internal.net.http.common.SSLTube
InnerClasses:
  public abstract Publisher = java.util.concurrent.Flow$Publisher of java.util.concurrent.Flow
  public abstract Subscriber = java.util.concurrent.Flow$Subscriber of java.util.concurrent.Flow
  public abstract Subscription = java.util.concurrent.Flow$Subscription of java.util.concurrent.Flow
  public abstract TubePublisher = jdk.internal.net.http.common.FlowTube$TubePublisher of jdk.internal.net.http.common.FlowTube
  public abstract TubeSubscriber = jdk.internal.net.http.common.FlowTube$TubeSubscriber of jdk.internal.net.http.common.FlowTube
  final Reader = jdk.internal.net.http.common.SSLFlowDelegate$Reader of jdk.internal.net.http.common.SSLFlowDelegate
  final SSLSubscriberWrapper = jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper of jdk.internal.net.http.common.SSLTube
  final SSLTubeFlowDelegate = jdk.internal.net.http.common.SSLTube$SSLTubeFlowDelegate of jdk.internal.net.http.common.SSLTube
  public final SchedulingAction = jdk.internal.net.http.common.SubscriberWrapper$SchedulingAction of jdk.internal.net.http.common.SubscriberWrapper