class jdk.incubator.http.SSLConnection extends jdk.incubator.http.HttpConnection
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: jdk.incubator.http.SSLConnection
  super_class: jdk.incubator.http.HttpConnection
{
  jdk.incubator.http.PlainHttpConnection delegate;
    descriptor: Ljdk/incubator/http/PlainHttpConnection;
    flags: (0x0000) 

  jdk.incubator.http.SSLDelegate sslDelegate;
    descriptor: Ljdk/incubator/http/SSLDelegate;
    flags: (0x0000) 

  final java.lang.String[] alpn;
    descriptor: [Ljava/lang/String;
    flags: (0x0010) ACC_FINAL

  public java.util.concurrent.CompletableFuture<java.lang.Void> connectAsync();
    descriptor: ()Ljava/util/concurrent/CompletableFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.incubator.http.SSLConnection this
         0: .line 52
            aload 0 /* this */
            getfield jdk.incubator.http.SSLConnection.delegate:Ljdk/incubator/http/PlainHttpConnection;
            invokevirtual jdk.incubator.http.PlainHttpConnection.connectAsync:()Ljava/util/concurrent/CompletableFuture;
         1: .line 53
            aload 0 /* this */
            invokedynamic apply(Ljdk/incubator/http/SSLConnection;)Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  jdk/incubator/http/SSLConnection.lambda$0(Ljava/lang/Void;)Ljava/util/concurrent/CompletionStage; (7)
                  (Ljava/lang/Void;)Ljava/util/concurrent/CompletionStage;
            invokevirtual java.util.concurrent.CompletableFuture.thenCompose:(Ljava/util/function/Function;)Ljava/util/concurrent/CompletableFuture;
         2: .line 52
            areturn
        end local 0 // jdk.incubator.http.SSLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljdk/incubator/http/SSLConnection;
    Signature: ()Ljava/util/concurrent/CompletableFuture<Ljava/lang/Void;>;

  public void connect();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // jdk.incubator.http.SSLConnection this
         0: .line 62
            aload 0 /* this */
            getfield jdk.incubator.http.SSLConnection.delegate:Ljdk/incubator/http/PlainHttpConnection;
            invokevirtual jdk.incubator.http.PlainHttpConnection.connect:()V
         1: .line 63
            aload 0 /* this */
            new jdk.incubator.http.SSLDelegate
            dup
            aload 0 /* this */
            getfield jdk.incubator.http.SSLConnection.delegate:Ljdk/incubator/http/PlainHttpConnection;
            invokevirtual jdk.incubator.http.PlainHttpConnection.channel:()Ljava/nio/channels/SocketChannel;
            aload 0 /* this */
            getfield jdk.incubator.http.SSLConnection.client:Ljdk/incubator/http/HttpClientImpl;
            aload 0 /* this */
            getfield jdk.incubator.http.SSLConnection.alpn:[Ljava/lang/String;
            invokespecial jdk.incubator.http.SSLDelegate.<init>:(Ljava/nio/channels/SocketChannel;Ljdk/incubator/http/HttpClientImpl;[Ljava/lang/String;)V
            putfield jdk.incubator.http.SSLConnection.sslDelegate:Ljdk/incubator/http/SSLDelegate;
         2: .line 64
            return
        end local 0 // jdk.incubator.http.SSLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljdk/incubator/http/SSLConnection;
    Exceptions:
      throws java.io.IOException

  void <init>(java.net.InetSocketAddress, jdk.incubator.http.HttpClientImpl, java.lang.String[]);
    descriptor: (Ljava/net/InetSocketAddress;Ljdk/incubator/http/HttpClientImpl;[Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // jdk.incubator.http.SSLConnection this
        start local 1 // java.net.InetSocketAddress addr
        start local 2 // jdk.incubator.http.HttpClientImpl client
        start local 3 // java.lang.String[] ap
         0: .line 67
            aload 0 /* this */
            aload 1 /* addr */
            aload 2 /* client */
            invokespecial jdk.incubator.http.HttpConnection.<init>:(Ljava/net/InetSocketAddress;Ljdk/incubator/http/HttpClientImpl;)V
         1: .line 68
            aload 0 /* this */
            aload 3 /* ap */
            putfield jdk.incubator.http.SSLConnection.alpn:[Ljava/lang/String;
         2: .line 69
            aload 0 /* this */
            new jdk.incubator.http.PlainHttpConnection
            dup
            aload 1 /* addr */
            aload 2 /* client */
            invokespecial jdk.incubator.http.PlainHttpConnection.<init>:(Ljava/net/InetSocketAddress;Ljdk/incubator/http/HttpClientImpl;)V
            putfield jdk.incubator.http.SSLConnection.delegate:Ljdk/incubator/http/PlainHttpConnection;
         3: .line 70
            return
        end local 3 // java.lang.String[] ap
        end local 2 // jdk.incubator.http.HttpClientImpl client
        end local 1 // java.net.InetSocketAddress addr
        end local 0 // jdk.incubator.http.SSLConnection this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Ljdk/incubator/http/SSLConnection;
            0    4     1    addr  Ljava/net/InetSocketAddress;
            0    4     2  client  Ljdk/incubator/http/HttpClientImpl;
            0    4     3      ap  [Ljava/lang/String;
    MethodParameters:
        Name  Flags
      addr    
      client  
      ap      

  void <init>(jdk.incubator.http.AsyncSSLConnection);
    descriptor: (Ljdk/incubator/http/AsyncSSLConnection;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // jdk.incubator.http.SSLConnection this
        start local 1 // jdk.incubator.http.AsyncSSLConnection c
         0: .line 77
            aload 0 /* this */
            aload 1 /* c */
            getfield jdk.incubator.http.AsyncSSLConnection.address:Ljava/net/InetSocketAddress;
            aload 1 /* c */
            getfield jdk.incubator.http.AsyncSSLConnection.client:Ljdk/incubator/http/HttpClientImpl;
            invokespecial jdk.incubator.http.HttpConnection.<init>:(Ljava/net/InetSocketAddress;Ljdk/incubator/http/HttpClientImpl;)V
         1: .line 78
            aload 0 /* this */
            aload 1 /* c */
            getfield jdk.incubator.http.AsyncSSLConnection.plainConnection:Ljdk/incubator/http/PlainHttpConnection;
            putfield jdk.incubator.http.SSLConnection.delegate:Ljdk/incubator/http/PlainHttpConnection;
         2: .line 79
            aload 1 /* c */
            getfield jdk.incubator.http.AsyncSSLConnection.sslDelegate:Ljdk/incubator/http/AsyncSSLDelegate;
            astore 2 /* adel */
        start local 2 // jdk.incubator.http.AsyncSSLDelegate adel
         3: .line 80
            aload 0 /* this */
            new jdk.incubator.http.SSLDelegate
            dup
            aload 2 /* adel */
            getfield jdk.incubator.http.AsyncSSLDelegate.engine:Ljavax/net/ssl/SSLEngine;
            aload 0 /* this */
            getfield jdk.incubator.http.SSLConnection.delegate:Ljdk/incubator/http/PlainHttpConnection;
            invokevirtual jdk.incubator.http.PlainHttpConnection.channel:()Ljava/nio/channels/SocketChannel;
            aload 0 /* this */
            getfield jdk.incubator.http.SSLConnection.client:Ljdk/incubator/http/HttpClientImpl;
            invokespecial jdk.incubator.http.SSLDelegate.<init>:(Ljavax/net/ssl/SSLEngine;Ljava/nio/channels/SocketChannel;Ljdk/incubator/http/HttpClientImpl;)V
            putfield jdk.incubator.http.SSLConnection.sslDelegate:Ljdk/incubator/http/SSLDelegate;
         4: .line 81
            aload 0 /* this */
            aload 2 /* adel */
            getfield jdk.incubator.http.AsyncSSLDelegate.alpn:[Ljava/lang/String;
            putfield jdk.incubator.http.SSLConnection.alpn:[Ljava/lang/String;
         5: .line 82
            return
        end local 2 // jdk.incubator.http.AsyncSSLDelegate adel
        end local 1 // jdk.incubator.http.AsyncSSLConnection c
        end local 0 // jdk.incubator.http.SSLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljdk/incubator/http/SSLConnection;
            0    6     1     c  Ljdk/incubator/http/AsyncSSLConnection;
            3    6     2  adel  Ljdk/incubator/http/AsyncSSLDelegate;
    MethodParameters:
      Name  Flags
      c     

  javax.net.ssl.SSLParameters sslParameters();
    descriptor: ()Ljavax/net/ssl/SSLParameters;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.incubator.http.SSLConnection this
         0: .line 86
            aload 0 /* this */
            getfield jdk.incubator.http.SSLConnection.sslDelegate:Ljdk/incubator/http/SSLDelegate;
            invokevirtual jdk.incubator.http.SSLDelegate.getSSLParameters:()Ljavax/net/ssl/SSLParameters;
            areturn
        end local 0 // jdk.incubator.http.SSLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/SSLConnection;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // jdk.incubator.http.SSLConnection this
         0: .line 91
            new java.lang.StringBuilder
            dup
            ldc "SSLConnection: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokespecial jdk.incubator.http.HttpConnection.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // jdk.incubator.http.SSLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/SSLConnection;

  private static long countBytes(java.nio.ByteBuffer[], int, int);
    descriptor: ([Ljava/nio/ByteBuffer;II)J
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=6, args_size=3
        start local 0 // java.nio.ByteBuffer[] buffers
        start local 1 // int start
        start local 2 // int length
         0: .line 95
            lconst_0
            lstore 3 /* c */
        start local 3 // long c
         1: .line 96
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         2: goto 5
         3: .line 97
      StackMap locals: long int
      StackMap stack:
            lload 3 /* c */
            aload 0 /* buffers */
            iload 1 /* start */
            iload 5 /* i */
            iadd
            aaload
            invokevirtual java.nio.ByteBuffer.remaining:()I
            i2l
            ladd
            lstore 3 /* c */
         4: .line 96
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 5 /* i */
            iload 2 /* length */
            if_icmplt 3
        end local 5 // int i
         6: .line 99
            lload 3 /* c */
            lreturn
        end local 3 // long c
        end local 2 // int length
        end local 1 // int start
        end local 0 // java.nio.ByteBuffer[] buffers
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0  buffers  [Ljava/nio/ByteBuffer;
            0    7     1    start  I
            0    7     2   length  I
            1    7     3        c  J
            2    6     5        i  I
    MethodParameters:
         Name  Flags
      buffers  
      start    
      length   

  jdk.incubator.http.ConnectionPool$CacheKey cacheKey();
    descriptor: ()Ljdk/incubator/http/ConnectionPool$CacheKey;
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.incubator.http.SSLConnection this
         0: .line 104
            aload 0 /* this */
            getfield jdk.incubator.http.SSLConnection.address:Ljava/net/InetSocketAddress;
            aconst_null
            invokestatic jdk.incubator.http.ConnectionPool.cacheKey:(Ljava/net/InetSocketAddress;Ljava/net/InetSocketAddress;)Ljdk/incubator/http/ConnectionPool$CacheKey;
            areturn
        end local 0 // jdk.incubator.http.SSLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/SSLConnection;

  long write(java.nio.ByteBuffer[], int, int);
    descriptor: ([Ljava/nio/ByteBuffer;II)J
    flags: (0x0000) 
    Code:
      stack=4, locals=7, args_size=4
        start local 0 // jdk.incubator.http.SSLConnection this
        start local 1 // java.nio.ByteBuffer[] buffers
        start local 2 // int start
        start local 3 // int number
         0: .line 110
            aload 1 /* buffers */
            iload 2 /* start */
            iload 3 /* number */
            invokestatic jdk.incubator.http.SSLConnection.countBytes:([Ljava/nio/ByteBuffer;II)J
            lstore 4 /* l */
        start local 4 // long l
         1: .line 111
            aload 0 /* this */
            getfield jdk.incubator.http.SSLConnection.sslDelegate:Ljdk/incubator/http/SSLDelegate;
            aload 1 /* buffers */
            iload 2 /* start */
            iload 3 /* number */
            invokevirtual jdk.incubator.http.SSLDelegate.sendData:([Ljava/nio/ByteBuffer;II)Ljdk/incubator/http/SSLDelegate$WrapperResult;
            astore 6 /* r */
        start local 6 // jdk.incubator.http.SSLDelegate$WrapperResult r
         2: .line 112
            aload 6 /* r */
            getfield jdk.incubator.http.SSLDelegate$WrapperResult.result:Ljavax/net/ssl/SSLEngineResult;
            invokevirtual javax.net.ssl.SSLEngineResult.getStatus:()Ljavax/net/ssl/SSLEngineResult$Status;
            getstatic javax.net.ssl.SSLEngineResult$Status.CLOSED:Ljavax/net/ssl/SSLEngineResult$Status;
            if_acmpne 5
         3: .line 113
            lload 4 /* l */
            lconst_0
            lcmp
            ifle 5
         4: .line 114
            new java.io.IOException
            dup
            ldc "SSLHttpConnection closed"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 117
      StackMap locals: long jdk.incubator.http.SSLDelegate$WrapperResult
      StackMap stack:
            lload 4 /* l */
            lreturn
        end local 6 // jdk.incubator.http.SSLDelegate$WrapperResult r
        end local 4 // long l
        end local 3 // int number
        end local 2 // int start
        end local 1 // java.nio.ByteBuffer[] buffers
        end local 0 // jdk.incubator.http.SSLConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Ljdk/incubator/http/SSLConnection;
            0    6     1  buffers  [Ljava/nio/ByteBuffer;
            0    6     2    start  I
            0    6     3   number  I
            1    6     4        l  J
            2    6     6        r  Ljdk/incubator/http/SSLDelegate$WrapperResult;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      buffers  
      start    
      number   

  long write(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)J
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // jdk.incubator.http.SSLConnection this
        start local 1 // java.nio.ByteBuffer buffer
         0: .line 123
            aload 1 /* buffer */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            i2l
            lstore 2 /* l */
        start local 2 // long l
         1: .line 124
            aload 0 /* this */
            getfield jdk.incubator.http.SSLConnection.sslDelegate:Ljdk/incubator/http/SSLDelegate;
            aload 1 /* buffer */
            invokevirtual jdk.incubator.http.SSLDelegate.sendData:(Ljava/nio/ByteBuffer;)Ljdk/incubator/http/SSLDelegate$WrapperResult;
            astore 4 /* r */
        start local 4 // jdk.incubator.http.SSLDelegate$WrapperResult r
         2: .line 125
            aload 4 /* r */
            getfield jdk.incubator.http.SSLDelegate$WrapperResult.result:Ljavax/net/ssl/SSLEngineResult;
            invokevirtual javax.net.ssl.SSLEngineResult.getStatus:()Ljavax/net/ssl/SSLEngineResult$Status;
            getstatic javax.net.ssl.SSLEngineResult$Status.CLOSED:Ljavax/net/ssl/SSLEngineResult$Status;
            if_acmpne 5
         3: .line 126
            lload 2 /* l */
            lconst_0
            lcmp
            ifle 5
         4: .line 127
            new java.io.IOException
            dup
            ldc "SSLHttpConnection closed"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 130
      StackMap locals: long jdk.incubator.http.SSLDelegate$WrapperResult
      StackMap stack:
            lload 2 /* l */
            lreturn
        end local 4 // jdk.incubator.http.SSLDelegate$WrapperResult r
        end local 2 // long l
        end local 1 // java.nio.ByteBuffer buffer
        end local 0 // jdk.incubator.http.SSLConnection this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Ljdk/incubator/http/SSLConnection;
            0    6     1  buffer  Ljava/nio/ByteBuffer;
            1    6     2       l  J
            2    6     4       r  Ljdk/incubator/http/SSLDelegate$WrapperResult;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      buffer  

  void writeAsync(jdk.incubator.http.internal.common.ByteBufferReference[]);
    descriptor: ([Ljdk/incubator/http/internal/common/ByteBufferReference;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // jdk.incubator.http.SSLConnection this
        start local 1 // jdk.incubator.http.internal.common.ByteBufferReference[] buffers
         0: .line 135
            aload 0 /* this */
            aload 1 /* buffers */
            invokestatic jdk.incubator.http.internal.common.ByteBufferReference.toBuffers:([Ljdk/incubator/http/internal/common/ByteBufferReference;)[Ljava/nio/ByteBuffer;
            iconst_0
            aload 1 /* buffers */
            arraylength
            invokevirtual jdk.incubator.http.SSLConnection.write:([Ljava/nio/ByteBuffer;II)J
            pop2
         1: .line 136
            return
        end local 1 // jdk.incubator.http.internal.common.ByteBufferReference[] buffers
        end local 0 // jdk.incubator.http.SSLConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Ljdk/incubator/http/SSLConnection;
            0    2     1  buffers  [Ljdk/incubator/http/internal/common/ByteBufferReference;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      buffers  

  void writeAsyncUnordered(jdk.incubator.http.internal.common.ByteBufferReference[]);
    descriptor: ([Ljdk/incubator/http/internal/common/ByteBufferReference;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // jdk.incubator.http.SSLConnection this
        start local 1 // jdk.incubator.http.internal.common.ByteBufferReference[] buffers
         0: .line 140
            aload 0 /* this */
            aload 1 /* buffers */
            invokestatic jdk.incubator.http.internal.common.ByteBufferReference.toBuffers:([Ljdk/incubator/http/internal/common/ByteBufferReference;)[Ljava/nio/ByteBuffer;
            iconst_0
            aload 1 /* buffers */
            arraylength
            invokevirtual jdk.incubator.http.SSLConnection.write:([Ljava/nio/ByteBuffer;II)J
            pop2
         1: .line 141
            return
        end local 1 // jdk.incubator.http.internal.common.ByteBufferReference[] buffers
        end local 0 // jdk.incubator.http.SSLConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Ljdk/incubator/http/SSLConnection;
            0    2     1  buffers  [Ljdk/incubator/http/internal/common/ByteBufferReference;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      buffers  

  void flushAsync();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // jdk.incubator.http.SSLConnection this
         0: .line 146
            return
        end local 0 // jdk.incubator.http.SSLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/SSLConnection;
    Exceptions:
      throws java.io.IOException

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // jdk.incubator.http.SSLConnection this
         0: .line 151
            iconst_1
            anewarray java.io.Closeable
            dup
            iconst_0
         1: .line 150
            aload 0 /* this */
            getfield jdk.incubator.http.SSLConnection.delegate:Ljdk/incubator/http/PlainHttpConnection;
            invokevirtual jdk.incubator.http.PlainHttpConnection.channel:()Ljava/nio/channels/SocketChannel;
            aastore
            invokestatic jdk.incubator.http.internal.common.Utils.close:([Ljava/io/Closeable;)V
            return
        end local 0 // jdk.incubator.http.SSLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/incubator/http/SSLConnection;

  void shutdownInput();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.incubator.http.SSLConnection this
         0: .line 155
            aload 0 /* this */
            getfield jdk.incubator.http.SSLConnection.delegate:Ljdk/incubator/http/PlainHttpConnection;
            invokevirtual jdk.incubator.http.PlainHttpConnection.channel:()Ljava/nio/channels/SocketChannel;
            invokevirtual java.nio.channels.SocketChannel.shutdownInput:()Ljava/nio/channels/SocketChannel;
            pop
         1: .line 156
            return
        end local 0 // jdk.incubator.http.SSLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/incubator/http/SSLConnection;
    Exceptions:
      throws java.io.IOException

  void shutdownOutput();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.incubator.http.SSLConnection this
         0: .line 160
            aload 0 /* this */
            getfield jdk.incubator.http.SSLConnection.delegate:Ljdk/incubator/http/PlainHttpConnection;
            invokevirtual jdk.incubator.http.PlainHttpConnection.channel:()Ljava/nio/channels/SocketChannel;
            invokevirtual java.nio.channels.SocketChannel.shutdownOutput:()Ljava/nio/channels/SocketChannel;
            pop
         1: .line 161
            return
        end local 0 // jdk.incubator.http.SSLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/incubator/http/SSLConnection;
    Exceptions:
      throws java.io.IOException

  protected java.nio.ByteBuffer readImpl();
    descriptor: ()Ljava/nio/ByteBuffer;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // jdk.incubator.http.SSLConnection this
         0: .line 165
            aload 0 /* this */
            getfield jdk.incubator.http.SSLConnection.sslDelegate:Ljdk/incubator/http/SSLDelegate;
            sipush 8192
            invokestatic java.nio.ByteBuffer.allocate:(I)Ljava/nio/ByteBuffer;
            invokevirtual jdk.incubator.http.SSLDelegate.recvData:(Ljava/nio/ByteBuffer;)Ljdk/incubator/http/SSLDelegate$WrapperResult;
            astore 1 /* r */
        start local 1 // jdk.incubator.http.SSLDelegate$WrapperResult r
         1: .line 167
            aload 1 /* r */
            getfield jdk.incubator.http.SSLDelegate$WrapperResult.result:Ljavax/net/ssl/SSLEngineResult;
            invokevirtual javax.net.ssl.SSLEngineResult.bytesProduced:()I
            istore 2 /* n */
        start local 2 // int n
         2: .line 168
            iload 2 /* n */
            ifle 4
         3: .line 169
            aload 1 /* r */
            getfield jdk.incubator.http.SSLDelegate$WrapperResult.buf:Ljava/nio/ByteBuffer;
            areturn
         4: .line 170
      StackMap locals: jdk.incubator.http.SSLDelegate$WrapperResult int
      StackMap stack:
            iload 2 /* n */
            ifne 6
         5: .line 171
            getstatic jdk.incubator.http.internal.common.Utils.EMPTY_BYTEBUFFER:Ljava/nio/ByteBuffer;
            areturn
         6: .line 173
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // int n
        end local 1 // jdk.incubator.http.SSLDelegate$WrapperResult r
        end local 0 // jdk.incubator.http.SSLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljdk/incubator/http/SSLConnection;
            1    7     1     r  Ljdk/incubator/http/SSLDelegate$WrapperResult;
            2    7     2     n  I
    Exceptions:
      throws java.io.IOException

  boolean connected();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.incubator.http.SSLConnection this
         0: .line 179
            aload 0 /* this */
            getfield jdk.incubator.http.SSLConnection.delegate:Ljdk/incubator/http/PlainHttpConnection;
            invokevirtual jdk.incubator.http.PlainHttpConnection.connected:()Z
            ireturn
        end local 0 // jdk.incubator.http.SSLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/SSLConnection;

  java.nio.channels.SocketChannel channel();
    descriptor: ()Ljava/nio/channels/SocketChannel;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.incubator.http.SSLConnection this
         0: .line 184
            aload 0 /* this */
            getfield jdk.incubator.http.SSLConnection.delegate:Ljdk/incubator/http/PlainHttpConnection;
            invokevirtual jdk.incubator.http.PlainHttpConnection.channel:()Ljava/nio/channels/SocketChannel;
            areturn
        end local 0 // jdk.incubator.http.SSLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/SSLConnection;

  java.util.concurrent.CompletableFuture<java.lang.Void> whenReceivingResponse();
    descriptor: ()Ljava/util/concurrent/CompletableFuture;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.incubator.http.SSLConnection this
         0: .line 189
            aload 0 /* this */
            getfield jdk.incubator.http.SSLConnection.delegate:Ljdk/incubator/http/PlainHttpConnection;
            invokevirtual jdk.incubator.http.PlainHttpConnection.whenReceivingResponse:()Ljava/util/concurrent/CompletableFuture;
            areturn
        end local 0 // jdk.incubator.http.SSLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/SSLConnection;
    Signature: ()Ljava/util/concurrent/CompletableFuture<Ljava/lang/Void;>;

  boolean isSecure();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.incubator.http.SSLConnection this
         0: .line 194
            iconst_1
            ireturn
        end local 0 // jdk.incubator.http.SSLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/SSLConnection;

  boolean isProxied();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.incubator.http.SSLConnection this
         0: .line 199
            iconst_0
            ireturn
        end local 0 // jdk.incubator.http.SSLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/SSLConnection;

  private java.util.concurrent.CompletionStage lambda$0(java.lang.Void);
    descriptor: (Ljava/lang/Void;)Ljava/util/concurrent/CompletionStage;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // jdk.incubator.http.SSLConnection this
        start local 1 // java.lang.Void v
         0: .line 54
            aload 0 /* this */
            invokedynamic get(Ljdk/incubator/http/SSLConnection;)Ljdk/incubator/http/internal/common/MinimalFuture$ExceptionalSupplier;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()Ljava/lang/Object;
                  jdk/incubator/http/SSLConnection.lambda$1()Ljava/lang/Void; (7)
                  ()Ljava/lang/Void;
            invokestatic jdk.incubator.http.internal.common.MinimalFuture.supply:(Ljdk/incubator/http/internal/common/MinimalFuture$ExceptionalSupplier;)Ljava/util/concurrent/CompletableFuture;
         1: .line 57
            areturn
        end local 1 // java.lang.Void v
        end local 0 // jdk.incubator.http.SSLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/incubator/http/SSLConnection;
            0    2     1     v  Ljava/lang/Void;

  private java.lang.Void lambda$1();
    descriptor: ()Ljava/lang/Void;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // jdk.incubator.http.SSLConnection this
         0: .line 55
            aload 0 /* this */
            new jdk.incubator.http.SSLDelegate
            dup
            aload 0 /* this */
            getfield jdk.incubator.http.SSLConnection.delegate:Ljdk/incubator/http/PlainHttpConnection;
            invokevirtual jdk.incubator.http.PlainHttpConnection.channel:()Ljava/nio/channels/SocketChannel;
            aload 0 /* this */
            getfield jdk.incubator.http.SSLConnection.client:Ljdk/incubator/http/HttpClientImpl;
            aload 0 /* this */
            getfield jdk.incubator.http.SSLConnection.alpn:[Ljava/lang/String;
            invokespecial jdk.incubator.http.SSLDelegate.<init>:(Ljava/nio/channels/SocketChannel;Ljdk/incubator/http/HttpClientImpl;[Ljava/lang/String;)V
            putfield jdk.incubator.http.SSLConnection.sslDelegate:Ljdk/incubator/http/SSLDelegate;
         1: .line 56
            aconst_null
            areturn
        end local 0 // jdk.incubator.http.SSLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/incubator/http/SSLConnection;
    Exceptions:
      throws java.lang.Throwable
}
SourceFile: "SSLConnection.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public final Status = javax.net.ssl.SSLEngineResult$Status of javax.net.ssl.SSLEngineResult
  CacheKey = jdk.incubator.http.ConnectionPool$CacheKey of jdk.incubator.http.ConnectionPool
  WrapperResult = jdk.incubator.http.SSLDelegate$WrapperResult of jdk.incubator.http.SSLDelegate
  public abstract ExceptionalSupplier = jdk.incubator.http.internal.common.MinimalFuture$ExceptionalSupplier of jdk.incubator.http.internal.common.MinimalFuture