final class jdk.incubator.http.Exchange<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: jdk.incubator.http.Exchange
  super_class: java.lang.Object
{
  final jdk.incubator.http.HttpRequestImpl request;
    descriptor: Ljdk/incubator/http/HttpRequestImpl;
    flags: (0x0010) ACC_FINAL

  final jdk.incubator.http.HttpClientImpl client;
    descriptor: Ljdk/incubator/http/HttpClientImpl;
    flags: (0x0010) ACC_FINAL

  volatile jdk.incubator.http.ExchangeImpl<T> exchImpl;
    descriptor: Ljdk/incubator/http/ExchangeImpl;
    flags: (0x0040) ACC_VOLATILE
    Signature: Ljdk/incubator/http/ExchangeImpl<TT;>;

  private volatile java.io.IOException failed;
    descriptor: Ljava/io/IOException;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  final java.util.List<java.net.SocketPermission> permissions;
    descriptor: Ljava/util/List;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/List<Ljava/net/SocketPermission;>;

  final java.security.AccessControlContext acc;
    descriptor: Ljava/security/AccessControlContext;
    flags: (0x0010) ACC_FINAL

  final jdk.incubator.http.MultiExchange<?, T> multi;
    descriptor: Ljdk/incubator/http/MultiExchange;
    flags: (0x0010) ACC_FINAL
    Signature: Ljdk/incubator/http/MultiExchange<*TT;>;

  final java.util.concurrent.Executor parentExecutor;
    descriptor: Ljava/util/concurrent/Executor;
    flags: (0x0010) ACC_FINAL

  final jdk.incubator.http.HttpRequest$BodyProcessor requestProcessor;
    descriptor: Ljdk/incubator/http/HttpRequest$BodyProcessor;
    flags: (0x0010) ACC_FINAL

  boolean upgrading;
    descriptor: Z
    flags: (0x0000) 

  final jdk.incubator.http.PushGroup<?, T> pushGroup;
    descriptor: Ljdk/incubator/http/PushGroup;
    flags: (0x0010) ACC_FINAL
    Signature: Ljdk/incubator/http/PushGroup<*TT;>;

  static final java.net.SocketPermission[] SOCKET_ARRAY;
    descriptor: [Ljava/net/SocketPermission;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  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 62
            ldc Ljdk/incubator/http/Exchange;
            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.incubator.http.Exchange.$assertionsDisabled:Z
         3: .line 217
            iconst_0
            anewarray java.net.SocketPermission
            putstatic jdk.incubator.http.Exchange.SOCKET_ARRAY:[Ljava/net/SocketPermission;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(jdk.incubator.http.HttpRequestImpl, jdk.incubator.http.MultiExchange<?, T>);
    descriptor: (Ljdk/incubator/http/HttpRequestImpl;Ljdk/incubator/http/MultiExchange;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // jdk.incubator.http.Exchange this
        start local 1 // jdk.incubator.http.HttpRequestImpl request
        start local 2 // jdk.incubator.http.MultiExchange multi
         0: .line 78
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 70
            aload 0 /* this */
            new java.util.LinkedList
            dup
            invokespecial java.util.LinkedList.<init>:()V
            putfield jdk.incubator.http.Exchange.permissions:Ljava/util/List;
         2: .line 79
            aload 0 /* this */
            aload 1 /* request */
            putfield jdk.incubator.http.Exchange.request:Ljdk/incubator/http/HttpRequestImpl;
         3: .line 80
            aload 0 /* this */
            iconst_0
            putfield jdk.incubator.http.Exchange.upgrading:Z
         4: .line 81
            aload 0 /* this */
            aload 2 /* multi */
            invokevirtual jdk.incubator.http.MultiExchange.client:()Ljdk/incubator/http/HttpClientImpl;
            putfield jdk.incubator.http.Exchange.client:Ljdk/incubator/http/HttpClientImpl;
         5: .line 82
            aload 0 /* this */
            aload 2 /* multi */
            putfield jdk.incubator.http.Exchange.multi:Ljdk/incubator/http/MultiExchange;
         6: .line 83
            aload 0 /* this */
            aload 2 /* multi */
            getfield jdk.incubator.http.MultiExchange.acc:Ljava/security/AccessControlContext;
            putfield jdk.incubator.http.Exchange.acc:Ljava/security/AccessControlContext;
         7: .line 84
            aload 0 /* this */
            aload 2 /* multi */
            getfield jdk.incubator.http.MultiExchange.executor:Ljava/util/concurrent/Executor;
            putfield jdk.incubator.http.Exchange.parentExecutor:Ljava/util/concurrent/Executor;
         8: .line 85
            aload 0 /* this */
            aload 1 /* request */
            getfield jdk.incubator.http.HttpRequestImpl.requestProcessor:Ljdk/incubator/http/HttpRequest$BodyProcessor;
            putfield jdk.incubator.http.Exchange.requestProcessor:Ljdk/incubator/http/HttpRequest$BodyProcessor;
         9: .line 86
            aload 0 /* this */
            aload 2 /* multi */
            getfield jdk.incubator.http.MultiExchange.pushGroup:Ljdk/incubator/http/PushGroup;
            putfield jdk.incubator.http.Exchange.pushGroup:Ljdk/incubator/http/PushGroup;
        10: .line 87
            return
        end local 2 // jdk.incubator.http.MultiExchange multi
        end local 1 // jdk.incubator.http.HttpRequestImpl request
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Ljdk/incubator/http/Exchange<TT;>;
            0   11     1  request  Ljdk/incubator/http/HttpRequestImpl;
            0   11     2    multi  Ljdk/incubator/http/MultiExchange<*TT;>;
    Signature: (Ljdk/incubator/http/HttpRequestImpl;Ljdk/incubator/http/MultiExchange<*TT;>;)V
    MethodParameters:
         Name  Flags
      request  
      multi    

  void <init>(jdk.incubator.http.HttpRequestImpl, jdk.incubator.http.MultiExchange<?, T>, java.security.AccessControlContext);
    descriptor: (Ljdk/incubator/http/HttpRequestImpl;Ljdk/incubator/http/MultiExchange;Ljava/security/AccessControlContext;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // jdk.incubator.http.Exchange this
        start local 1 // jdk.incubator.http.HttpRequestImpl request
        start local 2 // jdk.incubator.http.MultiExchange multi
        start local 3 // java.security.AccessControlContext acc
         0: .line 90
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 70
            aload 0 /* this */
            new java.util.LinkedList
            dup
            invokespecial java.util.LinkedList.<init>:()V
            putfield jdk.incubator.http.Exchange.permissions:Ljava/util/List;
         2: .line 94
            aload 0 /* this */
            aload 1 /* request */
            putfield jdk.incubator.http.Exchange.request:Ljdk/incubator/http/HttpRequestImpl;
         3: .line 95
            aload 0 /* this */
            aload 3 /* acc */
            putfield jdk.incubator.http.Exchange.acc:Ljava/security/AccessControlContext;
         4: .line 96
            aload 0 /* this */
            iconst_0
            putfield jdk.incubator.http.Exchange.upgrading:Z
         5: .line 97
            aload 0 /* this */
            aload 2 /* multi */
            invokevirtual jdk.incubator.http.MultiExchange.client:()Ljdk/incubator/http/HttpClientImpl;
            putfield jdk.incubator.http.Exchange.client:Ljdk/incubator/http/HttpClientImpl;
         6: .line 98
            aload 0 /* this */
            aload 2 /* multi */
            putfield jdk.incubator.http.Exchange.multi:Ljdk/incubator/http/MultiExchange;
         7: .line 99
            aload 0 /* this */
            aload 2 /* multi */
            getfield jdk.incubator.http.MultiExchange.executor:Ljava/util/concurrent/Executor;
            putfield jdk.incubator.http.Exchange.parentExecutor:Ljava/util/concurrent/Executor;
         8: .line 100
            aload 0 /* this */
            aload 1 /* request */
            getfield jdk.incubator.http.HttpRequestImpl.requestProcessor:Ljdk/incubator/http/HttpRequest$BodyProcessor;
            putfield jdk.incubator.http.Exchange.requestProcessor:Ljdk/incubator/http/HttpRequest$BodyProcessor;
         9: .line 101
            aload 0 /* this */
            aload 2 /* multi */
            getfield jdk.incubator.http.MultiExchange.pushGroup:Ljdk/incubator/http/PushGroup;
            putfield jdk.incubator.http.Exchange.pushGroup:Ljdk/incubator/http/PushGroup;
        10: .line 102
            return
        end local 3 // java.security.AccessControlContext acc
        end local 2 // jdk.incubator.http.MultiExchange multi
        end local 1 // jdk.incubator.http.HttpRequestImpl request
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Ljdk/incubator/http/Exchange<TT;>;
            0   11     1  request  Ljdk/incubator/http/HttpRequestImpl;
            0   11     2    multi  Ljdk/incubator/http/MultiExchange<*TT;>;
            0   11     3      acc  Ljava/security/AccessControlContext;
    Signature: (Ljdk/incubator/http/HttpRequestImpl;Ljdk/incubator/http/MultiExchange<*TT;>;Ljava/security/AccessControlContext;)V
    MethodParameters:
         Name  Flags
      request  
      multi    
      acc      

  jdk.incubator.http.PushGroup<?, T> getPushGroup();
    descriptor: ()Ljdk/incubator/http/PushGroup;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.incubator.http.Exchange this
         0: .line 105
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.pushGroup:Ljdk/incubator/http/PushGroup;
            areturn
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/Exchange<TT;>;
    Signature: ()Ljdk/incubator/http/PushGroup<*TT;>;

  java.util.concurrent.Executor executor();
    descriptor: ()Ljava/util/concurrent/Executor;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.incubator.http.Exchange this
         0: .line 109
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.parentExecutor:Ljava/util/concurrent/Executor;
            areturn
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/Exchange<TT;>;

  public jdk.incubator.http.HttpRequestImpl request();
    descriptor: ()Ljdk/incubator/http/HttpRequestImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.incubator.http.Exchange this
         0: .line 113
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.request:Ljdk/incubator/http/HttpRequestImpl;
            areturn
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/Exchange<TT;>;

  jdk.incubator.http.HttpClientImpl client();
    descriptor: ()Ljdk/incubator/http/HttpClientImpl;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.incubator.http.Exchange this
         0: .line 117
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.client:Ljdk/incubator/http/HttpClientImpl;
            areturn
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/Exchange<TT;>;

  public jdk.incubator.http.Response response();
    descriptor: ()Ljdk/incubator/http/Response;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.incubator.http.Exchange this
         0: .line 121
            aload 0 /* this */
            aconst_null
            invokevirtual jdk.incubator.http.Exchange.responseImpl:(Ljdk/incubator/http/HttpConnection;)Ljdk/incubator/http/Response;
            areturn
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/Exchange<TT;>;
    Exceptions:
      throws java.io.IOException, java.lang.InterruptedException

  public T readBody(jdk.incubator.http.HttpResponse$BodyHandler<T>);
    descriptor: (Ljdk/incubator/http/HttpResponse$BodyHandler;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // jdk.incubator.http.Exchange this
        start local 1 // jdk.incubator.http.HttpResponse$BodyHandler responseHandler
         0: .line 126
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.exchImpl:Ljdk/incubator/http/ExchangeImpl;
            aload 1 /* responseHandler */
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.request:Ljdk/incubator/http/HttpRequestImpl;
            invokevirtual jdk.incubator.http.HttpRequestImpl.isWebSocket:()Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals: jdk.incubator.http.Exchange jdk.incubator.http.HttpResponse$BodyHandler
      StackMap stack: jdk.incubator.http.ExchangeImpl jdk.incubator.http.HttpResponse$BodyHandler
         1: iconst_1
      StackMap locals: jdk.incubator.http.Exchange jdk.incubator.http.HttpResponse$BodyHandler
      StackMap stack: jdk.incubator.http.ExchangeImpl jdk.incubator.http.HttpResponse$BodyHandler int
         2: invokevirtual jdk.incubator.http.ExchangeImpl.readBody:(Ljdk/incubator/http/HttpResponse$BodyHandler;Z)Ljava/lang/Object;
            areturn
        end local 1 // jdk.incubator.http.HttpResponse$BodyHandler responseHandler
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Ljdk/incubator/http/Exchange<TT;>;
            0    3     1  responseHandler  Ljdk/incubator/http/HttpResponse$BodyHandler<TT;>;
    Exceptions:
      throws java.io.IOException
    Signature: (Ljdk/incubator/http/HttpResponse$BodyHandler<TT;>;)TT;
    MethodParameters:
                 Name  Flags
      responseHandler  

  public java.util.concurrent.CompletableFuture<T> readBodyAsync(jdk.incubator.http.HttpResponse$BodyHandler<T>);
    descriptor: (Ljdk/incubator/http/HttpResponse$BodyHandler;)Ljava/util/concurrent/CompletableFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // jdk.incubator.http.Exchange this
        start local 1 // jdk.incubator.http.HttpResponse$BodyHandler handler
         0: .line 131
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.exchImpl:Ljdk/incubator/http/ExchangeImpl;
            aload 1 /* handler */
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.request:Ljdk/incubator/http/HttpRequestImpl;
            invokevirtual jdk.incubator.http.HttpRequestImpl.isWebSocket:()Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals: jdk.incubator.http.Exchange jdk.incubator.http.HttpResponse$BodyHandler
      StackMap stack: jdk.incubator.http.ExchangeImpl jdk.incubator.http.HttpResponse$BodyHandler
         1: iconst_1
      StackMap locals: jdk.incubator.http.Exchange jdk.incubator.http.HttpResponse$BodyHandler
      StackMap stack: jdk.incubator.http.ExchangeImpl jdk.incubator.http.HttpResponse$BodyHandler int
         2: aload 0 /* this */
            getfield jdk.incubator.http.Exchange.parentExecutor:Ljava/util/concurrent/Executor;
            invokevirtual jdk.incubator.http.ExchangeImpl.readBodyAsync:(Ljdk/incubator/http/HttpResponse$BodyHandler;ZLjava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
            areturn
        end local 1 // jdk.incubator.http.HttpResponse$BodyHandler handler
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Ljdk/incubator/http/Exchange<TT;>;
            0    3     1  handler  Ljdk/incubator/http/HttpResponse$BodyHandler<TT;>;
    Signature: (Ljdk/incubator/http/HttpResponse$BodyHandler<TT;>;)Ljava/util/concurrent/CompletableFuture<TT;>;
    MethodParameters:
         Name  Flags
      handler  

  public void cancel();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // jdk.incubator.http.Exchange this
         0: .line 139
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.exchImpl:Ljdk/incubator/http/ExchangeImpl;
            ifnull 3
         1: .line 140
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.exchImpl:Ljdk/incubator/http/ExchangeImpl;
            invokevirtual jdk.incubator.http.ExchangeImpl.cancel:()V
         2: .line 141
            goto 4
         3: .line 145
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new java.io.IOException
            dup
            ldc "Request cancelled"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            invokevirtual jdk.incubator.http.Exchange.cancel:(Ljava/io/IOException;)V
         4: .line 147
      StackMap locals:
      StackMap stack:
            return
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljdk/incubator/http/Exchange<TT;>;

  public void cancel(java.io.IOException);
    descriptor: (Ljava/io/IOException;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // jdk.incubator.http.Exchange this
        start local 1 // java.io.IOException cause
         0: .line 153
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.exchImpl:Ljdk/incubator/http/ExchangeImpl;
            astore 2 /* impl */
        start local 2 // jdk.incubator.http.ExchangeImpl impl
         1: .line 154
            aload 2 /* impl */
            ifnull 4
         2: .line 156
            aload 2 /* impl */
            aload 1 /* cause */
            invokevirtual jdk.incubator.http.ExchangeImpl.cancel:(Ljava/io/IOException;)V
         3: .line 157
            goto 9
         4: .line 160
      StackMap locals: jdk.incubator.http.ExchangeImpl
      StackMap stack:
            aload 0 /* this */
            aload 1 /* cause */
            putfield jdk.incubator.http.Exchange.failed:Ljava/io/IOException;
         5: .line 164
            aload 0 /* this */
            iconst_0
            invokevirtual jdk.incubator.http.Exchange.checkCancelled:(Z)V
         6: .line 165
            goto 9
      StackMap locals:
      StackMap stack: java.io.IOException
         7: astore 3 /* x */
        start local 3 // java.io.IOException x
         8: .line 167
            new java.io.UncheckedIOException
            dup
            aload 3 /* x */
            invokespecial java.io.UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 3 // java.io.IOException x
         9: .line 170
      StackMap locals:
      StackMap stack:
            return
        end local 2 // jdk.incubator.http.ExchangeImpl impl
        end local 1 // java.io.IOException cause
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Ljdk/incubator/http/Exchange<TT;>;
            0   10     1  cause  Ljava/io/IOException;
            1   10     2   impl  Ljdk/incubator/http/ExchangeImpl<*>;
            8    9     3      x  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           4     6       7  Class java.io.IOException
    MethodParameters:
       Name  Flags
      cause  

  private void checkCancelled(boolean);
    descriptor: (Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=5, args_size=2
        start local 0 // jdk.incubator.http.Exchange this
        start local 1 // boolean throwIfNoImpl
         0: .line 179
            aconst_null
            astore 2 /* impl */
        start local 2 // jdk.incubator.http.ExchangeImpl impl
         1: .line 180
            aconst_null
            astore 3 /* cause */
        start local 3 // java.io.IOException cause
         2: .line 181
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.failed:Ljava/io/IOException;
            ifnull 12
         3: .line 182
            aload 0 /* this */
            dup
            astore 4
            monitorenter
         4: .line 183
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.failed:Ljava/io/IOException;
            astore 3 /* cause */
         5: .line 184
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.exchImpl:Ljdk/incubator/http/ExchangeImpl;
            astore 2 /* impl */
         6: .line 185
            iload 1 /* throwIfNoImpl */
            ifne 7
            aload 2 /* impl */
            ifnull 8
         7: .line 188
      StackMap locals: jdk.incubator.http.ExchangeImpl java.io.IOException jdk.incubator.http.Exchange
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield jdk.incubator.http.Exchange.failed:Ljava/io/IOException;
         8: .line 182
      StackMap locals:
      StackMap stack:
            aload 4
            monitorexit
         9: goto 12
      StackMap locals:
      StackMap stack: java.lang.Throwable
        10: aload 4
            monitorexit
        11: athrow
        12: .line 192
      StackMap locals:
      StackMap stack:
            aload 3 /* cause */
            ifnonnull 13
            return
        13: .line 193
      StackMap locals:
      StackMap stack:
            aload 2 /* impl */
            ifnull 16
        14: .line 195
            aload 2 /* impl */
            aload 3 /* cause */
            invokevirtual jdk.incubator.http.ExchangeImpl.cancel:(Ljava/io/IOException;)V
        15: .line 196
            goto 27
      StackMap locals:
      StackMap stack:
        16: iload 1 /* throwIfNoImpl */
            ifeq 18
        17: .line 198
            aload 3 /* cause */
            athrow
        18: .line 200
      StackMap locals:
      StackMap stack:
            ldc "Exchange: request [{0}/timeout={1}ms] no impl is set.\n\tCan''t cancel yet with {2}"
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
        19: .line 202
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.request:Ljdk/incubator/http/HttpRequestImpl;
            invokevirtual jdk.incubator.http.HttpRequestImpl.uri:()Ljava/net/URI;
            aastore
            dup
            iconst_1
        20: .line 203
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.request:Ljdk/incubator/http/HttpRequestImpl;
            invokevirtual jdk.incubator.http.HttpRequestImpl.duration:()Ljava/time/Duration;
            ifnonnull 21
            ldc -1
            goto 24
        21: .line 206
      StackMap locals: jdk.incubator.http.Exchange int jdk.incubator.http.ExchangeImpl java.io.IOException
      StackMap stack: java.lang.String java.lang.Object[] java.lang.Object[] int
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.request:Ljdk/incubator/http/HttpRequestImpl;
            invokevirtual jdk.incubator.http.HttpRequestImpl.duration:()Ljava/time/Duration;
            invokevirtual java.time.Duration.getSeconds:()J
            ldc 1000
            lmul
        22: .line 207
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.request:Ljdk/incubator/http/HttpRequestImpl;
            invokevirtual jdk.incubator.http.HttpRequestImpl.duration:()Ljava/time/Duration;
            invokevirtual java.time.Duration.getNano:()I
            ldc 1000000
            idiv
            i2l
        23: .line 206
            ladd
        24: .line 203
      StackMap locals: jdk.incubator.http.Exchange int jdk.incubator.http.ExchangeImpl java.io.IOException
      StackMap stack: java.lang.String java.lang.Object[] java.lang.Object[] int long
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            dup
            iconst_2
        25: .line 208
            aload 3 /* cause */
            aastore
        26: .line 200
            invokestatic jdk.incubator.http.internal.common.Log.logTrace:(Ljava/lang/String;[Ljava/lang/Object;)V
        27: .line 210
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.io.IOException cause
        end local 2 // jdk.incubator.http.ExchangeImpl impl
        end local 1 // boolean throwIfNoImpl
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   28     0           this  Ljdk/incubator/http/Exchange<TT;>;
            0   28     1  throwIfNoImpl  Z
            1   28     2           impl  Ljdk/incubator/http/ExchangeImpl<*>;
            2   28     3          cause  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           4     9      10  any
          10    11      10  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
               Name  Flags
      throwIfNoImpl  

  public void h2Upgrade();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.incubator.http.Exchange this
         0: .line 213
            aload 0 /* this */
            iconst_1
            putfield jdk.incubator.http.Exchange.upgrading:Z
         1: .line 214
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.request:Ljdk/incubator/http/HttpRequestImpl;
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.client:Ljdk/incubator/http/HttpClientImpl;
            invokevirtual jdk.incubator.http.HttpClientImpl.client2:()Ljdk/incubator/http/Http2ClientImpl;
            invokevirtual jdk.incubator.http.HttpRequestImpl.setH2Upgrade:(Ljdk/incubator/http/Http2ClientImpl;)V
         2: .line 215
            return
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljdk/incubator/http/Exchange<TT;>;

  jdk.incubator.http.Response responseImpl(jdk.incubator.http.HttpConnection);
    descriptor: (Ljdk/incubator/http/HttpConnection;)Ljdk/incubator/http/Response;
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // jdk.incubator.http.Exchange this
        start local 1 // jdk.incubator.http.HttpConnection connection
         0: .line 222
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.acc:Ljava/security/AccessControlContext;
            invokevirtual jdk.incubator.http.Exchange.securityCheck:(Ljava/security/AccessControlContext;)Ljava/lang/SecurityException;
            astore 2 /* e */
        start local 2 // java.lang.SecurityException e
         1: .line 223
            aload 2 /* e */
            ifnull 3
         2: .line 224
            aload 2 /* e */
            athrow
         3: .line 227
      StackMap locals: java.lang.SecurityException
      StackMap stack:
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.permissions:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            ifle 15
         4: .line 230
            aload 0 /* this */
            aload 1 /* connection */
            invokedynamic run(Ljdk/incubator/http/Exchange;Ljdk/incubator/http/HttpConnection;)Ljava/security/PrivilegedExceptionAction;
              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/Exchange.lambda$0(Ljdk/incubator/http/HttpConnection;)Ljdk/incubator/http/Response; (7)
                  ()Ljdk/incubator/http/Response;
         5: .line 232
            aconst_null
         6: .line 233
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.permissions:Ljava/util/List;
            getstatic jdk.incubator.http.Exchange.SOCKET_ARRAY:[Ljava/net/SocketPermission;
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast java.security.Permission[]
         7: .line 229
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedExceptionAction;Ljava/security/AccessControlContext;[Ljava/security/Permission;)Ljava/lang/Object;
            checkcast jdk.incubator.http.Response
         8: areturn
         9: .line 234
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3 /* ee */
        start local 3 // java.lang.Throwable ee
        10: .line 235
            aload 3 /* ee */
            instanceof java.security.PrivilegedActionException
            ifeq 12
        11: .line 236
            aload 3 /* ee */
            invokevirtual java.lang.Throwable.getCause:()Ljava/lang/Throwable;
            astore 3 /* ee */
        12: .line 238
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 3 /* ee */
            instanceof java.io.IOException
            ifeq 14
        13: .line 239
            aload 3 /* ee */
            checkcast java.io.IOException
            athrow
        14: .line 241
      StackMap locals:
      StackMap stack:
            new java.lang.RuntimeException
            dup
            aload 3 /* ee */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 3 // java.lang.Throwable ee
        15: .line 245
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* connection */
            invokevirtual jdk.incubator.http.Exchange.responseImpl0:(Ljdk/incubator/http/HttpConnection;)Ljdk/incubator/http/Response;
            areturn
        end local 2 // java.lang.SecurityException e
        end local 1 // jdk.incubator.http.HttpConnection connection
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   16     0        this  Ljdk/incubator/http/Exchange<TT;>;
            0   16     1  connection  Ljdk/incubator/http/HttpConnection;
            1   16     2           e  Ljava/lang/SecurityException;
           10   15     3          ee  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           4     8       9  Class java.lang.Throwable
    Exceptions:
      throws java.io.IOException, java.lang.InterruptedException
    MethodParameters:
            Name  Flags
      connection  

  private void establishExchange(jdk.incubator.http.HttpConnection);
    descriptor: (Ljdk/incubator/http/HttpConnection;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // jdk.incubator.http.Exchange this
        start local 1 // jdk.incubator.http.HttpConnection connection
         0: .line 255
            aload 0 /* this */
            iconst_1
            invokevirtual jdk.incubator.http.Exchange.checkCancelled:(Z)V
         1: .line 257
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* connection */
            invokestatic jdk.incubator.http.ExchangeImpl.get:(Ljdk/incubator/http/Exchange;Ljdk/incubator/http/HttpConnection;)Ljdk/incubator/http/ExchangeImpl;
            putfield jdk.incubator.http.Exchange.exchImpl:Ljdk/incubator/http/ExchangeImpl;
         2: .line 259
            aload 0 /* this */
            iconst_1
            invokevirtual jdk.incubator.http.Exchange.checkCancelled:(Z)V
         3: .line 263
            return
        end local 1 // jdk.incubator.http.HttpConnection connection
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Ljdk/incubator/http/Exchange<TT;>;
            0    4     1  connection  Ljdk/incubator/http/HttpConnection;
    Exceptions:
      throws java.io.IOException, java.lang.InterruptedException
    MethodParameters:
            Name  Flags
      connection  

  private jdk.incubator.http.Response responseImpl0(jdk.incubator.http.HttpConnection);
    descriptor: (Ljdk/incubator/http/HttpConnection;)Ljdk/incubator/http/Response;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // jdk.incubator.http.Exchange this
        start local 1 // jdk.incubator.http.HttpConnection connection
         0: .line 268
            aload 0 /* this */
            aload 1 /* connection */
            invokevirtual jdk.incubator.http.Exchange.establishExchange:(Ljdk/incubator/http/HttpConnection;)V
         1: .line 269
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.exchImpl:Ljdk/incubator/http/ExchangeImpl;
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.requestProcessor:Ljdk/incubator/http/HttpRequest$BodyProcessor;
            invokevirtual jdk.incubator.http.ExchangeImpl.setClientForRequest:(Ljdk/incubator/http/HttpRequest$BodyProcessor;)V
         2: .line 270
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.request:Ljdk/incubator/http/HttpRequestImpl;
            invokevirtual jdk.incubator.http.HttpRequestImpl.expectContinue:()Z
            ifeq 25
         3: .line 271
            ldc "Sending Expect: 100-Continue"
            iconst_0
            anewarray java.lang.Object
            invokestatic jdk.incubator.http.internal.common.Log.logTrace:(Ljava/lang/String;[Ljava/lang/Object;)V
         4: .line 272
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.request:Ljdk/incubator/http/HttpRequestImpl;
            ldc "Expect"
            ldc "100-Continue"
            invokevirtual jdk.incubator.http.HttpRequestImpl.addSystemHeader:(Ljava/lang/String;Ljava/lang/String;)V
         5: .line 273
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.exchImpl:Ljdk/incubator/http/ExchangeImpl;
            invokevirtual jdk.incubator.http.ExchangeImpl.sendHeadersOnly:()V
         6: .line 275
            ldc "Waiting for 407-Expectation-Failed or 100-Continue"
            iconst_0
            anewarray java.lang.Object
            invokestatic jdk.incubator.http.internal.common.Log.logTrace:(Ljava/lang/String;[Ljava/lang/Object;)V
         7: .line 276
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.exchImpl:Ljdk/incubator/http/ExchangeImpl;
            invokevirtual jdk.incubator.http.ExchangeImpl.getResponse:()Ljdk/incubator/http/Response;
            astore 2 /* resp */
        start local 2 // jdk.incubator.http.Response resp
         8: .line 277
            aload 2 /* resp */
            invokestatic jdk.incubator.http.HttpResponseImpl.logResponse:(Ljdk/incubator/http/Response;)V
         9: .line 278
            aload 2 /* resp */
            invokevirtual jdk.incubator.http.Response.statusCode:()I
            istore 3 /* rcode */
        start local 3 // int rcode
        10: .line 279
            iload 3 /* rcode */
            bipush 100
            if_icmpeq 19
        11: .line 280
            ldc "Expectation failed: Received {0}"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
        12: .line 281
            iload 3 /* rcode */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
        13: .line 280
            invokestatic jdk.incubator.http.internal.common.Log.logTrace:(Ljava/lang/String;[Ljava/lang/Object;)V
        14: .line 282
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.upgrading:Z
            ifeq 18
            iload 3 /* rcode */
            bipush 101
            if_icmpne 18
        15: .line 283
            new java.io.IOException
            dup
        16: .line 284
            ldc "Unable to handle 101 while waiting for 100-Continue"
        17: .line 283
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        18: .line 286
      StackMap locals: jdk.incubator.http.Response int
      StackMap stack:
            aload 2 /* resp */
            areturn
        19: .line 289
      StackMap locals:
      StackMap stack:
            ldc "Received 100-Continue: sending body"
            iconst_0
            anewarray java.lang.Object
            invokestatic jdk.incubator.http.internal.common.Log.logTrace:(Ljava/lang/String;[Ljava/lang/Object;)V
        20: .line 290
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.exchImpl:Ljdk/incubator/http/ExchangeImpl;
            invokevirtual jdk.incubator.http.ExchangeImpl.sendBody:()V
        21: .line 292
            ldc "Body sent: waiting for response"
            iconst_0
            anewarray java.lang.Object
            invokestatic jdk.incubator.http.internal.common.Log.logTrace:(Ljava/lang/String;[Ljava/lang/Object;)V
        22: .line 293
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.exchImpl:Ljdk/incubator/http/ExchangeImpl;
            invokevirtual jdk.incubator.http.ExchangeImpl.getResponse:()Ljdk/incubator/http/Response;
            astore 2 /* resp */
        23: .line 294
            aload 2 /* resp */
            invokestatic jdk.incubator.http.HttpResponseImpl.logResponse:(Ljdk/incubator/http/Response;)V
        24: .line 296
            aload 0 /* this */
            aload 2 /* resp */
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.exchImpl:Ljdk/incubator/http/ExchangeImpl;
            invokevirtual jdk.incubator.http.Exchange.checkForUpgrade:(Ljdk/incubator/http/Response;Ljdk/incubator/http/ExchangeImpl;)Ljdk/incubator/http/Response;
            areturn
        end local 3 // int rcode
        end local 2 // jdk.incubator.http.Response resp
        25: .line 298
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.exchImpl:Ljdk/incubator/http/ExchangeImpl;
            invokevirtual jdk.incubator.http.ExchangeImpl.sendHeadersOnly:()V
        26: .line 299
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.exchImpl:Ljdk/incubator/http/ExchangeImpl;
            invokevirtual jdk.incubator.http.ExchangeImpl.sendBody:()V
        27: .line 300
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.exchImpl:Ljdk/incubator/http/ExchangeImpl;
            invokevirtual jdk.incubator.http.ExchangeImpl.getResponse:()Ljdk/incubator/http/Response;
            astore 2 /* resp */
        start local 2 // jdk.incubator.http.Response resp
        28: .line 301
            aload 2 /* resp */
            invokestatic jdk.incubator.http.HttpResponseImpl.logResponse:(Ljdk/incubator/http/Response;)V
        29: .line 302
            aload 0 /* this */
            aload 2 /* resp */
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.exchImpl:Ljdk/incubator/http/ExchangeImpl;
            invokevirtual jdk.incubator.http.Exchange.checkForUpgrade:(Ljdk/incubator/http/Response;Ljdk/incubator/http/ExchangeImpl;)Ljdk/incubator/http/Response;
            areturn
        end local 2 // jdk.incubator.http.Response resp
        end local 1 // jdk.incubator.http.HttpConnection connection
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   30     0        this  Ljdk/incubator/http/Exchange<TT;>;
            0   30     1  connection  Ljdk/incubator/http/HttpConnection;
            8   25     2        resp  Ljdk/incubator/http/Response;
           10   25     3       rcode  I
           28   30     2        resp  Ljdk/incubator/http/Response;
    Exceptions:
      throws java.io.IOException, java.lang.InterruptedException
    MethodParameters:
            Name  Flags
      connection  

  public java.util.concurrent.CompletableFuture<jdk.incubator.http.Response> responseAsync();
    descriptor: ()Ljava/util/concurrent/CompletableFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.incubator.http.Exchange this
         0: .line 310
            aload 0 /* this */
            aconst_null
            invokevirtual jdk.incubator.http.Exchange.responseAsyncImpl:(Ljdk/incubator/http/HttpConnection;)Ljava/util/concurrent/CompletableFuture;
            areturn
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/Exchange<TT;>;
    Signature: ()Ljava/util/concurrent/CompletableFuture<Ljdk/incubator/http/Response;>;

  java.util.concurrent.CompletableFuture<jdk.incubator.http.Response> responseAsyncImpl(jdk.incubator.http.HttpConnection);
    descriptor: (Ljdk/incubator/http/HttpConnection;)Ljava/util/concurrent/CompletableFuture;
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // jdk.incubator.http.Exchange this
        start local 1 // jdk.incubator.http.HttpConnection connection
         0: .line 314
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.acc:Ljava/security/AccessControlContext;
            invokevirtual jdk.incubator.http.Exchange.securityCheck:(Ljava/security/AccessControlContext;)Ljava/lang/SecurityException;
            astore 2 /* e */
        start local 2 // java.lang.SecurityException e
         1: .line 315
            aload 2 /* e */
            ifnull 3
         2: .line 316
            aload 2 /* e */
            invokestatic jdk.incubator.http.internal.common.MinimalFuture.failedFuture:(Ljava/lang/Throwable;)Ljava/util/concurrent/CompletableFuture;
            areturn
         3: .line 318
      StackMap locals: java.lang.SecurityException
      StackMap stack:
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.permissions:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            ifle 8
         4: .line 320
            aload 0 /* this */
            aload 1 /* connection */
            invokedynamic run(Ljdk/incubator/http/Exchange;Ljdk/incubator/http/HttpConnection;)Ljava/security/PrivilegedAction;
              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/Exchange.lambda$1(Ljdk/incubator/http/HttpConnection;)Ljava/util/concurrent/CompletableFuture; (7)
                  ()Ljava/util/concurrent/CompletableFuture;
         5: .line 322
            aconst_null
         6: .line 323
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.permissions:Ljava/util/List;
            getstatic jdk.incubator.http.Exchange.SOCKET_ARRAY:[Ljava/net/SocketPermission;
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast java.security.Permission[]
         7: .line 319
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;[Ljava/security/Permission;)Ljava/lang/Object;
            checkcast java.util.concurrent.CompletableFuture
            areturn
         8: .line 325
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* connection */
            invokevirtual jdk.incubator.http.Exchange.responseAsyncImpl0:(Ljdk/incubator/http/HttpConnection;)Ljava/util/concurrent/CompletableFuture;
            areturn
        end local 2 // java.lang.SecurityException e
        end local 1 // jdk.incubator.http.HttpConnection connection
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Ljdk/incubator/http/Exchange<TT;>;
            0    9     1  connection  Ljdk/incubator/http/HttpConnection;
            1    9     2           e  Ljava/lang/SecurityException;
    Signature: (Ljdk/incubator/http/HttpConnection;)Ljava/util/concurrent/CompletableFuture<Ljdk/incubator/http/Response;>;
    MethodParameters:
            Name  Flags
      connection  

  java.util.concurrent.CompletableFuture<jdk.incubator.http.Response> responseAsyncImpl0(jdk.incubator.http.HttpConnection);
    descriptor: (Ljdk/incubator/http/HttpConnection;)Ljava/util/concurrent/CompletableFuture;
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // jdk.incubator.http.Exchange this
        start local 1 // jdk.incubator.http.HttpConnection connection
         0: .line 331
            aload 0 /* this */
            aload 1 /* connection */
            invokevirtual jdk.incubator.http.Exchange.establishExchange:(Ljdk/incubator/http/HttpConnection;)V
         1: .line 332
            goto 4
      StackMap locals:
      StackMap stack: java.lang.Exception
         2: astore 2 /* e */
        start local 2 // java.lang.Exception e
         3: .line 333
            aload 2 /* e */
            invokestatic jdk.incubator.http.internal.common.MinimalFuture.failedFuture:(Ljava/lang/Throwable;)Ljava/util/concurrent/CompletableFuture;
            areturn
        end local 2 // java.lang.Exception e
         4: .line 335
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.request:Ljdk/incubator/http/HttpRequestImpl;
            invokevirtual jdk.incubator.http.HttpRequestImpl.expectContinue:()Z
            ifeq 12
         5: .line 336
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.request:Ljdk/incubator/http/HttpRequestImpl;
            ldc "Expect"
            ldc "100-Continue"
            invokevirtual jdk.incubator.http.HttpRequestImpl.addSystemHeader:(Ljava/lang/String;Ljava/lang/String;)V
         6: .line 337
            ldc "Sending Expect: 100-Continue"
            iconst_0
            anewarray java.lang.Object
            invokestatic jdk.incubator.http.internal.common.Log.logTrace:(Ljava/lang/String;[Ljava/lang/Object;)V
         7: .line 338
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.exchImpl:Ljdk/incubator/http/ExchangeImpl;
         8: .line 339
            invokevirtual jdk.incubator.http.ExchangeImpl.sendHeadersAsync:()Ljava/util/concurrent/CompletableFuture;
         9: .line 340
            aload 0 /* this */
            invokedynamic apply(Ljdk/incubator/http/Exchange;)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/Exchange.lambda$2(Ljdk/incubator/http/ExchangeImpl;)Ljava/util/concurrent/CompletionStage; (7)
                  (Ljdk/incubator/http/ExchangeImpl;)Ljava/util/concurrent/CompletionStage;
            invokevirtual java.util.concurrent.CompletableFuture.thenCompose:(Ljava/util/function/Function;)Ljava/util/concurrent/CompletableFuture;
        10: .line 341
            aload 0 /* this */
            invokedynamic apply(Ljdk/incubator/http/Exchange;)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/Exchange.lambda$3(Ljdk/incubator/http/Response;)Ljava/util/concurrent/CompletionStage; (7)
                  (Ljdk/incubator/http/Response;)Ljava/util/concurrent/CompletionStage;
            invokevirtual java.util.concurrent.CompletableFuture.thenCompose:(Ljava/util/function/Function;)Ljava/util/concurrent/CompletableFuture;
        11: .line 338
            areturn
        12: .line 365
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.exchImpl:Ljdk/incubator/http/ExchangeImpl;
        13: .line 366
            invokevirtual jdk.incubator.http.ExchangeImpl.sendHeadersAsync:()Ljava/util/concurrent/CompletableFuture;
        14: .line 367
            invokedynamic apply()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/ExchangeImpl.sendBodyAsync()Ljava/util/concurrent/CompletableFuture; (5)
                  (Ljdk/incubator/http/ExchangeImpl;)Ljava/util/concurrent/CompletionStage;
            invokevirtual java.util.concurrent.CompletableFuture.thenCompose:(Ljava/util/function/Function;)Ljava/util/concurrent/CompletableFuture;
        15: .line 368
            aload 0 /* this */
            invokedynamic apply(Ljdk/incubator/http/Exchange;)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/Exchange.lambda$8(Ljdk/incubator/http/ExchangeImpl;)Ljava/util/concurrent/CompletionStage; (7)
                  (Ljdk/incubator/http/ExchangeImpl;)Ljava/util/concurrent/CompletionStage;
            invokevirtual java.util.concurrent.CompletableFuture.thenCompose:(Ljava/util/function/Function;)Ljava/util/concurrent/CompletableFuture;
        16: .line 365
            astore 2 /* cf */
        start local 2 // java.util.concurrent.CompletableFuture cf
        17: .line 369
            aload 0 /* this */
            aload 2 /* cf */
            invokevirtual jdk.incubator.http.Exchange.wrapForUpgrade:(Ljava/util/concurrent/CompletableFuture;)Ljava/util/concurrent/CompletableFuture;
            astore 2 /* cf */
        18: .line 370
            aload 0 /* this */
            aload 2 /* cf */
            invokevirtual jdk.incubator.http.Exchange.wrapForLog:(Ljava/util/concurrent/CompletableFuture;)Ljava/util/concurrent/CompletableFuture;
            astore 2 /* cf */
        19: .line 371
            aload 2 /* cf */
            areturn
        end local 2 // java.util.concurrent.CompletableFuture cf
        end local 1 // jdk.incubator.http.HttpConnection connection
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   20     0        this  Ljdk/incubator/http/Exchange<TT;>;
            0   20     1  connection  Ljdk/incubator/http/HttpConnection;
            3    4     2           e  Ljava/lang/Exception;
           17   20     2          cf  Ljava/util/concurrent/CompletableFuture<Ljdk/incubator/http/Response;>;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
           0     1       2  Class java.lang.InterruptedException
    Signature: (Ljdk/incubator/http/HttpConnection;)Ljava/util/concurrent/CompletableFuture<Ljdk/incubator/http/Response;>;
    MethodParameters:
            Name  Flags
      connection  

  private java.util.concurrent.CompletableFuture<jdk.incubator.http.Response> wrapForUpgrade(java.util.concurrent.CompletableFuture<jdk.incubator.http.Response>);
    descriptor: (Ljava/util/concurrent/CompletableFuture;)Ljava/util/concurrent/CompletableFuture;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.incubator.http.Exchange this
        start local 1 // java.util.concurrent.CompletableFuture cf
         0: .line 376
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.upgrading:Z
            ifeq 2
         1: .line 377
            aload 1 /* cf */
            aload 0 /* this */
            invokedynamic apply(Ljdk/incubator/http/Exchange;)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/Exchange.lambda$9(Ljdk/incubator/http/Response;)Ljava/util/concurrent/CompletionStage; (7)
                  (Ljdk/incubator/http/Response;)Ljava/util/concurrent/CompletionStage;
            invokevirtual java.util.concurrent.CompletableFuture.thenCompose:(Ljava/util/function/Function;)Ljava/util/concurrent/CompletableFuture;
            areturn
         2: .line 379
      StackMap locals:
      StackMap stack:
            aload 1 /* cf */
            areturn
        end local 1 // java.util.concurrent.CompletableFuture cf
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljdk/incubator/http/Exchange<TT;>;
            0    3     1    cf  Ljava/util/concurrent/CompletableFuture<Ljdk/incubator/http/Response;>;
    Signature: (Ljava/util/concurrent/CompletableFuture<Ljdk/incubator/http/Response;>;)Ljava/util/concurrent/CompletableFuture<Ljdk/incubator/http/Response;>;
    MethodParameters:
      Name  Flags
      cf    

  private java.util.concurrent.CompletableFuture<jdk.incubator.http.Response> wrapForLog(java.util.concurrent.CompletableFuture<jdk.incubator.http.Response>);
    descriptor: (Ljava/util/concurrent/CompletableFuture;)Ljava/util/concurrent/CompletableFuture;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.incubator.http.Exchange this
        start local 1 // java.util.concurrent.CompletableFuture cf
         0: .line 383
            invokestatic jdk.incubator.http.internal.common.Log.requests:()Z
            ifeq 2
         1: .line 384
            aload 1 /* cf */
            invokedynamic apply()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/Exchange.lambda$10(Ljdk/incubator/http/Response;)Ljdk/incubator/http/Response; (6)
                  (Ljdk/incubator/http/Response;)Ljdk/incubator/http/Response;
            invokevirtual java.util.concurrent.CompletableFuture.thenApply:(Ljava/util/function/Function;)Ljava/util/concurrent/CompletableFuture;
            areturn
         2: .line 389
      StackMap locals:
      StackMap stack:
            aload 1 /* cf */
            areturn
        end local 1 // java.util.concurrent.CompletableFuture cf
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljdk/incubator/http/Exchange<TT;>;
            0    3     1    cf  Ljava/util/concurrent/CompletableFuture<Ljdk/incubator/http/Response;>;
    Signature: (Ljava/util/concurrent/CompletableFuture<Ljdk/incubator/http/Response;>;)Ljava/util/concurrent/CompletableFuture<Ljdk/incubator/http/Response;>;
    MethodParameters:
      Name  Flags
      cf    

  jdk.incubator.http.HttpResponse$BodyProcessor<T> ignoreBody(int, jdk.incubator.http.HttpHeaders);
    descriptor: (ILjdk/incubator/http/HttpHeaders;)Ljdk/incubator/http/HttpResponse$BodyProcessor;
    flags: (0x0000) 
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // jdk.incubator.http.Exchange this
        start local 1 // int status
        start local 2 // jdk.incubator.http.HttpHeaders hdrs
         0: .line 393
            aconst_null
            invokestatic jdk.incubator.http.HttpResponse$BodyProcessor.discard:(Ljava/lang/Object;)Ljdk/incubator/http/HttpResponse$BodyProcessor;
            areturn
        end local 2 // jdk.incubator.http.HttpHeaders hdrs
        end local 1 // int status
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Ljdk/incubator/http/Exchange<TT;>;
            0    1     1  status  I
            0    1     2    hdrs  Ljdk/incubator/http/HttpHeaders;
    Signature: (ILjdk/incubator/http/HttpHeaders;)Ljdk/incubator/http/HttpResponse$BodyProcessor<TT;>;
    MethodParameters:
        Name  Flags
      status  
      hdrs    

  private java.util.concurrent.CompletableFuture<jdk.incubator.http.Response> checkForUpgradeAsync(jdk.incubator.http.Response, jdk.incubator.http.ExchangeImpl<T>);
    descriptor: (Ljdk/incubator/http/Response;Ljdk/incubator/http/ExchangeImpl;)Ljava/util/concurrent/CompletableFuture;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // jdk.incubator.http.Exchange this
        start local 1 // jdk.incubator.http.Response resp
        start local 2 // jdk.incubator.http.ExchangeImpl ex
         0: .line 404
            aload 1 /* resp */
            invokevirtual jdk.incubator.http.Response.statusCode:()I
            istore 3 /* rcode */
        start local 3 // int rcode
         1: .line 405
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.upgrading:Z
            ifeq 6
            iload 3 /* rcode */
            bipush 101
            if_icmpne 6
         2: .line 406
            aload 2 /* ex */
            checkcast jdk.incubator.http.Http1Exchange
            astore 4 /* e */
        start local 4 // jdk.incubator.http.Http1Exchange e
         3: .line 410
            aload 4 /* e */
            aload 0 /* this */
            invokedynamic apply(Ljdk/incubator/http/Exchange;)Ljdk/incubator/http/HttpResponse$BodyHandler;
              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:
                  (ILjdk/incubator/http/HttpHeaders;)Ljdk/incubator/http/HttpResponse$BodyProcessor;
                  jdk/incubator/http/Exchange.ignoreBody(ILjdk/incubator/http/HttpHeaders;)Ljdk/incubator/http/HttpResponse$BodyProcessor; (5)
                  (ILjdk/incubator/http/HttpHeaders;)Ljdk/incubator/http/HttpResponse$BodyProcessor;
            iconst_0
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.parentExecutor:Ljava/util/concurrent/Executor;
            invokevirtual jdk.incubator.http.Http1Exchange.readBodyAsync:(Ljdk/incubator/http/HttpResponse$BodyHandler;ZLjava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
         4: .line 411
            aload 0 /* this */
            aload 4 /* e */
            invokedynamic apply(Ljdk/incubator/http/Exchange;Ljdk/incubator/http/Http1Exchange;)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/Exchange.lambda$12(Ljdk/incubator/http/Http1Exchange;Ljava/lang/Object;)Ljava/util/concurrent/CompletionStage; (7)
                  (Ljava/lang/Object;)Ljava/util/concurrent/CompletionStage;
            invokevirtual java.util.concurrent.CompletableFuture.thenCompose:(Ljava/util/function/Function;)Ljava/util/concurrent/CompletableFuture;
         5: .line 410
            areturn
        end local 4 // jdk.incubator.http.Http1Exchange e
         6: .line 423
      StackMap locals: int
      StackMap stack:
            aload 1 /* resp */
            invokestatic jdk.incubator.http.internal.common.MinimalFuture.completedFuture:(Ljava/lang/Object;)Ljdk/incubator/http/internal/common/MinimalFuture;
            areturn
        end local 3 // int rcode
        end local 2 // jdk.incubator.http.ExchangeImpl ex
        end local 1 // jdk.incubator.http.Response resp
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Ljdk/incubator/http/Exchange<TT;>;
            0    7     1   resp  Ljdk/incubator/http/Response;
            0    7     2     ex  Ljdk/incubator/http/ExchangeImpl<TT;>;
            1    7     3  rcode  I
            3    6     4      e  Ljdk/incubator/http/Http1Exchange<TT;>;
    Signature: (Ljdk/incubator/http/Response;Ljdk/incubator/http/ExchangeImpl<TT;>;)Ljava/util/concurrent/CompletableFuture<Ljdk/incubator/http/Response;>;
    MethodParameters:
      Name  Flags
      resp  
      ex    

  private jdk.incubator.http.Response checkForUpgrade(jdk.incubator.http.Response, jdk.incubator.http.ExchangeImpl<T>);
    descriptor: (Ljdk/incubator/http/Response;Ljdk/incubator/http/ExchangeImpl;)Ljdk/incubator/http/Response;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=9, args_size=3
        start local 0 // jdk.incubator.http.Exchange this
        start local 1 // jdk.incubator.http.Response resp
        start local 2 // jdk.incubator.http.ExchangeImpl ex
         0: .line 430
            aload 1 /* resp */
            invokevirtual jdk.incubator.http.Response.statusCode:()I
            istore 3 /* rcode */
        start local 3 // int rcode
         1: .line 431
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.upgrading:Z
            ifeq 14
            iload 3 /* rcode */
            bipush 101
            if_icmpne 14
         2: .line 432
            aload 2 /* ex */
            checkcast jdk.incubator.http.Http1Exchange
            astore 4 /* e */
        start local 4 // jdk.incubator.http.Http1Exchange e
         3: .line 438
            aload 4 /* e */
            aload 0 /* this */
            invokedynamic apply(Ljdk/incubator/http/Exchange;)Ljdk/incubator/http/HttpResponse$BodyHandler;
              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:
                  (ILjdk/incubator/http/HttpHeaders;)Ljdk/incubator/http/HttpResponse$BodyProcessor;
                  jdk/incubator/http/Exchange.ignoreBody(ILjdk/incubator/http/HttpHeaders;)Ljdk/incubator/http/HttpResponse$BodyProcessor; (5)
                  (ILjdk/incubator/http/HttpHeaders;)Ljdk/incubator/http/HttpResponse$BodyProcessor;
            iconst_0
            invokevirtual jdk.incubator.http.Http1Exchange.readBody:(Ljdk/incubator/http/HttpResponse$BodyHandler;Z)Ljava/lang/Object;
            pop
         4: .line 441
            new jdk.incubator.http.Http2Connection
            dup
            aload 4 /* e */
            invokevirtual jdk.incubator.http.Http1Exchange.connection:()Ljdk/incubator/http/HttpConnection;
         5: .line 442
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.client:Ljdk/incubator/http/HttpClientImpl;
            invokevirtual jdk.incubator.http.HttpClientImpl.client2:()Ljdk/incubator/http/Http2ClientImpl;
         6: .line 443
            aload 0 /* this */
            aload 4 /* e */
            invokevirtual jdk.incubator.http.Http1Exchange.getBuffer:()Ljava/nio/ByteBuffer;
         7: .line 441
            invokespecial jdk.incubator.http.Http2Connection.<init>:(Ljdk/incubator/http/HttpConnection;Ljdk/incubator/http/Http2ClientImpl;Ljdk/incubator/http/Exchange;Ljava/nio/ByteBuffer;)V
            astore 6 /* h2con */
        start local 6 // jdk.incubator.http.Http2Connection h2con
         8: .line 444
            aload 6 /* h2con */
            invokevirtual jdk.incubator.http.Http2Connection.putConnection:()V
         9: .line 445
            aload 6 /* h2con */
            iconst_1
            invokevirtual jdk.incubator.http.Http2Connection.getStream:(I)Ljdk/incubator/http/Stream;
            astore 7 /* s */
        start local 7 // jdk.incubator.http.Stream s
        10: .line 446
            aload 0 /* this */
            aload 7 /* s */
            putfield jdk.incubator.http.Exchange.exchImpl:Ljdk/incubator/http/ExchangeImpl;
        11: .line 447
            aload 7 /* s */
            invokevirtual jdk.incubator.http.Stream.getResponse:()Ljdk/incubator/http/Response;
            astore 8 /* xx */
        start local 8 // jdk.incubator.http.Response xx
        12: .line 448
            aload 8 /* xx */
            invokestatic jdk.incubator.http.HttpResponseImpl.logResponse:(Ljdk/incubator/http/Response;)V
        13: .line 449
            aload 8 /* xx */
            areturn
        end local 8 // jdk.incubator.http.Response xx
        end local 7 // jdk.incubator.http.Stream s
        end local 6 // jdk.incubator.http.Http2Connection h2con
        end local 4 // jdk.incubator.http.Http1Exchange e
        14: .line 451
      StackMap locals: int
      StackMap stack:
            aload 1 /* resp */
            areturn
        end local 3 // int rcode
        end local 2 // jdk.incubator.http.ExchangeImpl ex
        end local 1 // jdk.incubator.http.Response resp
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   15     0   this  Ljdk/incubator/http/Exchange<TT;>;
            0   15     1   resp  Ljdk/incubator/http/Response;
            0   15     2     ex  Ljdk/incubator/http/ExchangeImpl<TT;>;
            1   15     3  rcode  I
            3   14     4      e  Ljdk/incubator/http/Http1Exchange<TT;>;
            8   14     6  h2con  Ljdk/incubator/http/Http2Connection;
           10   14     7      s  Ljdk/incubator/http/Stream<TT;>;
           12   14     8     xx  Ljdk/incubator/http/Response;
    Exceptions:
      throws java.io.IOException, java.lang.InterruptedException
    Signature: (Ljdk/incubator/http/Response;Ljdk/incubator/http/ExchangeImpl<TT;>;)Ljdk/incubator/http/Response;
    MethodParameters:
      Name  Flags
      resp  
      ex    

  private java.net.URI getURIForSecurityCheck();
    descriptor: ()Ljava/net/URI;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=9, locals=6, args_size=1
        start local 0 // jdk.incubator.http.Exchange this
         0: .line 456
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.request:Ljdk/incubator/http/HttpRequestImpl;
            invokevirtual jdk.incubator.http.HttpRequestImpl.method:()Ljava/lang/String;
            astore 2 /* method */
        start local 2 // java.lang.String method
         1: .line 457
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.request:Ljdk/incubator/http/HttpRequestImpl;
            invokevirtual jdk.incubator.http.HttpRequestImpl.authority:()Ljava/net/InetSocketAddress;
            astore 3 /* authority */
        start local 3 // java.net.InetSocketAddress authority
         2: .line 458
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.request:Ljdk/incubator/http/HttpRequestImpl;
            invokevirtual jdk.incubator.http.HttpRequestImpl.uri:()Ljava/net/URI;
            astore 4 /* uri */
        start local 4 // java.net.URI uri
         3: .line 461
            aload 2 /* method */
            ldc "CONNECT"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 15
         4: .line 463
            new java.net.URI
            dup
            ldc "socket"
         5: .line 464
            aconst_null
         6: .line 465
            aload 3 /* authority */
            invokevirtual java.net.InetSocketAddress.getHostString:()Ljava/lang/String;
         7: .line 466
            aload 3 /* authority */
            invokevirtual java.net.InetSocketAddress.getPort:()I
         8: .line 467
            aconst_null
         9: .line 468
            aconst_null
        10: .line 469
            aconst_null
        11: .line 463
            invokespecial java.net.URI.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
            astore 1 /* u */
        start local 1 // java.net.URI u
        12: .line 470
            goto 16
        end local 1 // java.net.URI u
      StackMap locals: jdk.incubator.http.Exchange top java.lang.String java.net.InetSocketAddress java.net.URI
      StackMap stack: java.net.URISyntaxException
        13: astore 5 /* e */
        start local 5 // java.net.URISyntaxException e
        14: .line 471
            new java.lang.InternalError
            dup
            aload 5 /* e */
            invokespecial java.lang.InternalError.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 5 // java.net.URISyntaxException e
        15: .line 474
      StackMap locals:
      StackMap stack:
            aload 4 /* uri */
            astore 1 /* u */
        start local 1 // java.net.URI u
        16: .line 476
      StackMap locals: jdk.incubator.http.Exchange java.net.URI java.lang.String java.net.InetSocketAddress java.net.URI
      StackMap stack:
            aload 1 /* u */
            areturn
        end local 4 // java.net.URI uri
        end local 3 // java.net.InetSocketAddress authority
        end local 2 // java.lang.String method
        end local 1 // java.net.URI u
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   17     0       this  Ljdk/incubator/http/Exchange<TT;>;
           12   13     1          u  Ljava/net/URI;
           16   17     1          u  Ljava/net/URI;
            1   17     2     method  Ljava/lang/String;
            2   17     3  authority  Ljava/net/InetSocketAddress;
            3   17     4        uri  Ljava/net/URI;
           14   15     5          e  Ljava/net/URISyntaxException;
      Exception table:
        from    to  target  type
           4    12      13  Class java.net.URISyntaxException

  private java.lang.SecurityException securityCheck(java.security.AccessControlContext);
    descriptor: (Ljava/security/AccessControlContext;)Ljava/lang/SecurityException;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=9, locals=10, args_size=2
        start local 0 // jdk.incubator.http.Exchange this
        start local 1 // java.security.AccessControlContext acc
         0: .line 486
            invokestatic java.lang.System.getSecurityManager:()Ljava/lang/SecurityManager;
            astore 2 /* sm */
        start local 2 // java.lang.SecurityManager sm
         1: .line 487
            aload 2 /* sm */
            ifnonnull 3
         2: .line 488
            aconst_null
            areturn
         3: .line 491
      StackMap locals: java.lang.SecurityManager
      StackMap stack:
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.request:Ljdk/incubator/http/HttpRequestImpl;
            invokevirtual jdk.incubator.http.HttpRequestImpl.method:()Ljava/lang/String;
            astore 3 /* method */
        start local 3 // java.lang.String method
         4: .line 492
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.request:Ljdk/incubator/http/HttpRequestImpl;
            invokevirtual jdk.incubator.http.HttpRequestImpl.getUserHeaders:()Ljdk/incubator/http/HttpHeaders;
            astore 4 /* userHeaders */
        start local 4 // jdk.incubator.http.HttpHeaders userHeaders
         5: .line 493
            aload 0 /* this */
            invokevirtual jdk.incubator.http.Exchange.getURIForSecurityCheck:()Ljava/net/URI;
            astore 5 /* u */
        start local 5 // java.net.URI u
         6: .line 494
            aload 5 /* u */
            aload 3 /* method */
            aload 4 /* userHeaders */
            invokeinterface jdk.incubator.http.HttpHeaders.map:()Ljava/util/Map;
            invokestatic jdk.incubator.http.internal.common.Utils.getPermission:(Ljava/net/URI;Ljava/lang/String;Ljava/util/Map;)Ljava/net/URLPermission;
            astore 6 /* p */
        start local 6 // java.net.URLPermission p
         7: .line 497
            getstatic jdk.incubator.http.Exchange.$assertionsDisabled:Z
            ifne 8
            aload 1 /* acc */
            ifnonnull 8
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         8: .line 498
      StackMap locals: jdk.incubator.http.Exchange java.security.AccessControlContext java.lang.SecurityManager java.lang.String jdk.incubator.http.HttpHeaders java.net.URI java.net.URLPermission
      StackMap stack:
            aload 2 /* sm */
            aload 6 /* p */
            aload 1 /* acc */
            invokevirtual java.lang.SecurityManager.checkPermission:(Ljava/security/Permission;Ljava/lang/Object;)V
         9: .line 499
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.permissions:Ljava/util/List;
            aload 5 /* u */
            invokestatic jdk.incubator.http.Exchange.getSocketPermissionFor:(Ljava/net/URI;)Ljava/net/SocketPermission;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        10: .line 500
            goto 13
      StackMap locals:
      StackMap stack: java.lang.SecurityException
        11: astore 7 /* e */
        start local 7 // java.lang.SecurityException e
        12: .line 501
            aload 7 /* e */
            areturn
        end local 7 // java.lang.SecurityException e
        13: .line 503
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.client:Ljdk/incubator/http/HttpClientImpl;
            invokevirtual jdk.incubator.http.HttpClientImpl.proxy:()Ljava/util/Optional;
            aconst_null
            invokevirtual java.util.Optional.orElse:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.net.ProxySelector
            astore 7 /* ps */
        start local 7 // java.net.ProxySelector ps
        14: .line 504
            aload 7 /* ps */
            ifnull 34
        15: .line 506
            aload 7 /* ps */
            aload 5 /* u */
            invokevirtual java.net.ProxySelector.select:(Ljava/net/URI;)Ljava/util/List;
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast java.net.Proxy
            invokevirtual java.net.Proxy.address:()Ljava/net/SocketAddress;
        16: .line 505
            checkcast java.net.InetSocketAddress
            astore 8 /* proxy */
        start local 8 // java.net.InetSocketAddress proxy
        17: .line 508
            aload 3 /* method */
            ldc "CONNECT"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 34
        18: .line 511
            new java.net.URI
            dup
            ldc "socket"
            aconst_null
            aload 8 /* proxy */
            invokevirtual java.net.InetSocketAddress.getHostString:()Ljava/lang/String;
        19: .line 512
            aload 8 /* proxy */
            invokevirtual java.net.InetSocketAddress.getPort:()I
            aconst_null
            aconst_null
            aconst_null
        20: .line 511
            invokespecial java.net.URI.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
            astore 5 /* u */
        21: .line 513
            goto 24
      StackMap locals: jdk.incubator.http.Exchange java.security.AccessControlContext java.lang.SecurityManager java.lang.String jdk.incubator.http.HttpHeaders java.net.URI java.net.URLPermission java.net.ProxySelector java.net.InetSocketAddress
      StackMap stack: java.net.URISyntaxException
        22: astore 9 /* e */
        start local 9 // java.net.URISyntaxException e
        23: .line 514
            new java.lang.InternalError
            dup
            aload 9 /* e */
            invokespecial java.lang.InternalError.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 9 // java.net.URISyntaxException e
        24: .line 516
      StackMap locals:
      StackMap stack:
            new java.net.URLPermission
            dup
            aload 5 /* u */
            invokevirtual java.net.URI.toString:()Ljava/lang/String;
            ldc "CONNECT"
            invokespecial java.net.URLPermission.<init>:(Ljava/lang/String;Ljava/lang/String;)V
            astore 6 /* p */
        25: .line 518
            aload 2 /* sm */
            aload 6 /* p */
            aload 1 /* acc */
            invokevirtual java.lang.SecurityManager.checkPermission:(Ljava/security/Permission;Ljava/lang/Object;)V
        26: .line 519
            goto 30
      StackMap locals:
      StackMap stack: java.lang.SecurityException
        27: astore 9 /* e */
        start local 9 // java.lang.SecurityException e
        28: .line 520
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.permissions:Ljava/util/List;
            invokeinterface java.util.List.clear:()V
        29: .line 521
            aload 9 /* e */
            areturn
        end local 9 // java.lang.SecurityException e
        30: .line 523
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            aload 8 /* proxy */
            invokevirtual java.net.InetSocketAddress.getHostString:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        31: .line 524
            ldc ":"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 8 /* proxy */
            invokevirtual java.net.InetSocketAddress.getPort:()I
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        32: .line 523
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 9 /* sockperm */
        start local 9 // java.lang.String sockperm
        33: .line 526
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.permissions:Ljava/util/List;
            new java.net.SocketPermission
            dup
            aload 9 /* sockperm */
            ldc "connect,resolve"
            invokespecial java.net.SocketPermission.<init>:(Ljava/lang/String;Ljava/lang/String;)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 9 // java.lang.String sockperm
        end local 8 // java.net.InetSocketAddress proxy
        34: .line 529
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 7 // java.net.ProxySelector ps
        end local 6 // java.net.URLPermission p
        end local 5 // java.net.URI u
        end local 4 // jdk.incubator.http.HttpHeaders userHeaders
        end local 3 // java.lang.String method
        end local 2 // java.lang.SecurityManager sm
        end local 1 // java.security.AccessControlContext acc
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   35     0         this  Ljdk/incubator/http/Exchange<TT;>;
            0   35     1          acc  Ljava/security/AccessControlContext;
            1   35     2           sm  Ljava/lang/SecurityManager;
            4   35     3       method  Ljava/lang/String;
            5   35     4  userHeaders  Ljdk/incubator/http/HttpHeaders;
            6   35     5            u  Ljava/net/URI;
            7   35     6            p  Ljava/net/URLPermission;
           12   13     7            e  Ljava/lang/SecurityException;
           14   35     7           ps  Ljava/net/ProxySelector;
           17   34     8        proxy  Ljava/net/InetSocketAddress;
           23   24     9            e  Ljava/net/URISyntaxException;
           28   30     9            e  Ljava/lang/SecurityException;
           33   34     9     sockperm  Ljava/lang/String;
      Exception table:
        from    to  target  type
           7    10      11  Class java.lang.SecurityException
          18    21      22  Class java.net.URISyntaxException
          25    26      27  Class java.lang.SecurityException
    MethodParameters:
      Name  Flags
      acc   

  jdk.incubator.http.HttpClient$Redirect followRedirects();
    descriptor: ()Ljdk/incubator/http/HttpClient$Redirect;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.incubator.http.Exchange this
         0: .line 533
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.client:Ljdk/incubator/http/HttpClientImpl;
            invokevirtual jdk.incubator.http.HttpClientImpl.followRedirects:()Ljdk/incubator/http/HttpClient$Redirect;
            areturn
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/Exchange<TT;>;

  jdk.incubator.http.HttpClient$Version version();
    descriptor: ()Ljdk/incubator/http/HttpClient$Version;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.incubator.http.Exchange this
         0: .line 537
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.multi:Ljdk/incubator/http/MultiExchange;
            invokevirtual jdk.incubator.http.MultiExchange.version:()Ljdk/incubator/http/HttpClient$Version;
            areturn
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/Exchange<TT;>;

  private static java.net.SocketPermission getSocketPermissionFor(java.net.URI);
    descriptor: (Ljava/net/URI;)Ljava/net/SocketPermission;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // java.net.URI url
         0: .line 541
            invokestatic java.lang.System.getSecurityManager:()Ljava/lang/SecurityManager;
            ifnonnull 2
         1: .line 542
            aconst_null
            areturn
         2: .line 545
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 1 /* sb */
        start local 1 // java.lang.StringBuilder sb
         3: .line 546
            aload 0 /* url */
            invokevirtual java.net.URI.getHost:()Ljava/lang/String;
            astore 2 /* host */
        start local 2 // java.lang.String host
         4: .line 547
            aload 1 /* sb */
            aload 2 /* host */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         5: .line 548
            aload 0 /* url */
            invokevirtual java.net.URI.getPort:()I
            istore 3 /* port */
        start local 3 // int port
         6: .line 549
            iload 3 /* port */
            iconst_m1
            if_icmpne 13
         7: .line 550
            aload 0 /* url */
            invokevirtual java.net.URI.getScheme:()Ljava/lang/String;
            astore 4 /* scheme */
        start local 4 // java.lang.String scheme
         8: .line 551
            ldc "http"
            aload 4 /* scheme */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 11
         9: .line 552
            aload 1 /* sb */
            ldc ":80"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        10: .line 553
            goto 15
        11: .line 554
      StackMap locals: java.net.URI java.lang.StringBuilder java.lang.String int java.lang.String
      StackMap stack:
            aload 1 /* sb */
            ldc ":443"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        end local 4 // java.lang.String scheme
        12: .line 556
            goto 15
        13: .line 557
      StackMap locals:
      StackMap stack:
            aload 1 /* sb */
            bipush 58
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
        14: .line 558
            iload 3 /* port */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        15: .line 560
      StackMap locals:
      StackMap stack:
            aload 1 /* sb */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 4 /* target */
        start local 4 // java.lang.String target
        16: .line 561
            new java.net.SocketPermission
            dup
            aload 4 /* target */
            ldc "connect"
            invokespecial java.net.SocketPermission.<init>:(Ljava/lang/String;Ljava/lang/String;)V
            areturn
        end local 4 // java.lang.String target
        end local 3 // int port
        end local 2 // java.lang.String host
        end local 1 // java.lang.StringBuilder sb
        end local 0 // java.net.URI url
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   17     0     url  Ljava/net/URI;
            3   17     1      sb  Ljava/lang/StringBuilder;
            4   17     2    host  Ljava/lang/String;
            6   17     3    port  I
            8   12     4  scheme  Ljava/lang/String;
           16   17     4  target  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      url   

  java.security.AccessControlContext getAccessControlContext();
    descriptor: ()Ljava/security/AccessControlContext;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.incubator.http.Exchange this
         0: .line 565
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.acc:Ljava/security/AccessControlContext;
            areturn
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/Exchange<TT;>;

  private jdk.incubator.http.Response lambda$0(jdk.incubator.http.HttpConnection);
    descriptor: (Ljdk/incubator/http/HttpConnection;)Ljdk/incubator/http/Response;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.incubator.http.Exchange this
         0: .line 231
            aload 0 /* this */
            aload 1
            invokevirtual jdk.incubator.http.Exchange.responseImpl0:(Ljdk/incubator/http/HttpConnection;)Ljdk/incubator/http/Response;
            areturn
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/Exchange<TT;>;
    Exceptions:
      throws java.lang.Exception

  private java.util.concurrent.CompletableFuture lambda$1(jdk.incubator.http.HttpConnection);
    descriptor: (Ljdk/incubator/http/HttpConnection;)Ljava/util/concurrent/CompletableFuture;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.incubator.http.Exchange this
         0: .line 321
            aload 0 /* this */
            aload 1
            invokevirtual jdk.incubator.http.Exchange.responseAsyncImpl0:(Ljdk/incubator/http/HttpConnection;)Ljava/util/concurrent/CompletableFuture;
            areturn
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/Exchange<TT;>;

  private java.util.concurrent.CompletionStage lambda$2(jdk.incubator.http.ExchangeImpl);
    descriptor: (Ljdk/incubator/http/ExchangeImpl;)Ljava/util/concurrent/CompletionStage;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.incubator.http.Exchange this
        start local 1 // jdk.incubator.http.ExchangeImpl v
         0: .line 340
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.exchImpl:Ljdk/incubator/http/ExchangeImpl;
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.parentExecutor:Ljava/util/concurrent/Executor;
            invokevirtual jdk.incubator.http.ExchangeImpl.getResponseAsync:(Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
            areturn
        end local 1 // jdk.incubator.http.ExchangeImpl v
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/Exchange<TT;>;
            0    1     1     v  Ljdk/incubator/http/ExchangeImpl<TT;>;

  private java.util.concurrent.CompletionStage lambda$3(jdk.incubator.http.Response);
    descriptor: (Ljdk/incubator/http/Response;)Ljava/util/concurrent/CompletionStage;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // jdk.incubator.http.Exchange this
        start local 1 // jdk.incubator.http.Response r1
         0: .line 342
            aload 1 /* r1 */
            invokestatic jdk.incubator.http.HttpResponseImpl.logResponse:(Ljdk/incubator/http/Response;)V
         1: .line 343
            aload 1 /* r1 */
            invokevirtual jdk.incubator.http.Response.statusCode:()I
            istore 2 /* rcode */
        start local 2 // int rcode
         2: .line 344
            iload 2 /* rcode */
            bipush 100
            if_icmpne 10
         3: .line 345
            ldc "Received 100-Continue: sending body"
            iconst_0
            anewarray java.lang.Object
            invokestatic jdk.incubator.http.internal.common.Log.logTrace:(Ljava/lang/String;[Ljava/lang/Object;)V
         4: .line 347
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.exchImpl:Ljdk/incubator/http/ExchangeImpl;
            invokevirtual jdk.incubator.http.ExchangeImpl.sendBodyAsync:()Ljava/util/concurrent/CompletableFuture;
         5: .line 348
            aload 0 /* this */
            invokedynamic apply(Ljdk/incubator/http/Exchange;)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/Exchange.lambda$4(Ljdk/incubator/http/ExchangeImpl;)Ljava/util/concurrent/CompletionStage; (7)
                  (Ljdk/incubator/http/ExchangeImpl;)Ljava/util/concurrent/CompletionStage;
            invokevirtual java.util.concurrent.CompletableFuture.thenCompose:(Ljava/util/function/Function;)Ljava/util/concurrent/CompletableFuture;
         6: .line 346
            astore 3 /* cf */
        start local 3 // java.util.concurrent.CompletableFuture cf
         7: .line 349
            aload 0 /* this */
            aload 3 /* cf */
            invokevirtual jdk.incubator.http.Exchange.wrapForUpgrade:(Ljava/util/concurrent/CompletableFuture;)Ljava/util/concurrent/CompletableFuture;
            astore 3 /* cf */
         8: .line 350
            aload 0 /* this */
            aload 3 /* cf */
            invokevirtual jdk.incubator.http.Exchange.wrapForLog:(Ljava/util/concurrent/CompletableFuture;)Ljava/util/concurrent/CompletableFuture;
            astore 3 /* cf */
         9: .line 351
            aload 3 /* cf */
            areturn
        end local 3 // java.util.concurrent.CompletableFuture cf
        10: .line 353
      StackMap locals: int
      StackMap stack:
            ldc "Expectation failed: Received {0}"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
        11: .line 354
            iload 2 /* rcode */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
        12: .line 353
            invokestatic jdk.incubator.http.internal.common.Log.logTrace:(Ljava/lang/String;[Ljava/lang/Object;)V
        13: .line 355
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.upgrading:Z
            ifeq 18
            iload 2 /* rcode */
            bipush 101
            if_icmpne 18
        14: .line 356
            new java.io.IOException
            dup
        15: .line 357
            ldc "Unable to handle 101 while waiting for 100"
        16: .line 356
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            astore 3 /* failed */
        start local 3 // java.io.IOException failed
        17: .line 358
            aload 3 /* failed */
            invokestatic jdk.incubator.http.internal.common.MinimalFuture.failedFuture:(Ljava/lang/Throwable;)Ljava/util/concurrent/CompletableFuture;
            areturn
        end local 3 // java.io.IOException failed
        18: .line 360
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.exchImpl:Ljdk/incubator/http/ExchangeImpl;
            aload 0 /* this */
            invokedynamic apply(Ljdk/incubator/http/Exchange;)Ljdk/incubator/http/HttpResponse$BodyHandler;
              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:
                  (ILjdk/incubator/http/HttpHeaders;)Ljdk/incubator/http/HttpResponse$BodyProcessor;
                  jdk/incubator/http/Exchange.ignoreBody(ILjdk/incubator/http/HttpHeaders;)Ljdk/incubator/http/HttpResponse$BodyProcessor; (5)
                  (ILjdk/incubator/http/HttpHeaders;)Ljdk/incubator/http/HttpResponse$BodyProcessor;
            iconst_0
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.parentExecutor:Ljava/util/concurrent/Executor;
            invokevirtual jdk.incubator.http.ExchangeImpl.readBodyAsync:(Ljdk/incubator/http/HttpResponse$BodyHandler;ZLjava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
        19: .line 361
            aload 1 /* r1 */
            invokedynamic apply(Ljdk/incubator/http/Response;)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/Exchange.lambda$6(Ljdk/incubator/http/Response;Ljava/lang/Object;)Ljdk/incubator/http/Response; (6)
                  (Ljava/lang/Object;)Ljdk/incubator/http/Response;
            invokevirtual java.util.concurrent.CompletableFuture.thenApply:(Ljava/util/function/Function;)Ljava/util/concurrent/CompletableFuture;
        20: .line 360
            areturn
        end local 2 // int rcode
        end local 1 // jdk.incubator.http.Response r1
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   21     0    this  Ljdk/incubator/http/Exchange<TT;>;
            0   21     1      r1  Ljdk/incubator/http/Response;
            2   21     2   rcode  I
            7   10     3      cf  Ljava/util/concurrent/CompletableFuture<Ljdk/incubator/http/Response;>;
           17   18     3  failed  Ljava/io/IOException;

  private java.util.concurrent.CompletionStage lambda$8(jdk.incubator.http.ExchangeImpl);
    descriptor: (Ljdk/incubator/http/ExchangeImpl;)Ljava/util/concurrent/CompletionStage;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.incubator.http.Exchange this
        start local 1 // jdk.incubator.http.ExchangeImpl exIm
         0: .line 368
            aload 1 /* exIm */
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.parentExecutor:Ljava/util/concurrent/Executor;
            invokevirtual jdk.incubator.http.ExchangeImpl.getResponseAsync:(Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
            areturn
        end local 1 // jdk.incubator.http.ExchangeImpl exIm
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/Exchange<TT;>;
            0    1     1  exIm  Ljdk/incubator/http/ExchangeImpl<TT;>;

  private java.util.concurrent.CompletionStage lambda$9(jdk.incubator.http.Response);
    descriptor: (Ljdk/incubator/http/Response;)Ljava/util/concurrent/CompletionStage;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // jdk.incubator.http.Exchange this
        start local 1 // jdk.incubator.http.Response r
         0: .line 377
            aload 0 /* this */
            aload 1 /* r */
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.exchImpl:Ljdk/incubator/http/ExchangeImpl;
            invokevirtual jdk.incubator.http.Exchange.checkForUpgradeAsync:(Ljdk/incubator/http/Response;Ljdk/incubator/http/ExchangeImpl;)Ljava/util/concurrent/CompletableFuture;
            areturn
        end local 1 // jdk.incubator.http.Response r
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/Exchange<TT;>;
            0    1     1     r  Ljdk/incubator/http/Response;

  private static jdk.incubator.http.Response lambda$10(jdk.incubator.http.Response);
    descriptor: (Ljdk/incubator/http/Response;)Ljdk/incubator/http/Response;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.incubator.http.Response response
         0: .line 385
            aload 0 /* response */
            invokestatic jdk.incubator.http.HttpResponseImpl.logResponse:(Ljdk/incubator/http/Response;)V
         1: .line 386
            aload 0 /* response */
            areturn
        end local 0 // jdk.incubator.http.Response response
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0  response  Ljdk/incubator/http/Response;

  private java.util.concurrent.CompletionStage lambda$12(jdk.incubator.http.Http1Exchange, java.lang.Object);
    descriptor: (Ljdk/incubator/http/Http1Exchange;Ljava/lang/Object;)Ljava/util/concurrent/CompletionStage;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // jdk.incubator.http.Exchange this
        start local 2 // java.lang.Object v
         0: .line 412
            aload 1
            invokevirtual jdk.incubator.http.Http1Exchange.connection:()Ljdk/incubator/http/HttpConnection;
         1: .line 413
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.client:Ljdk/incubator/http/HttpClientImpl;
            invokevirtual jdk.incubator.http.HttpClientImpl.client2:()Ljdk/incubator/http/Http2ClientImpl;
         2: .line 414
            aload 0 /* this */
            aload 1
            invokevirtual jdk.incubator.http.Http1Exchange.getBuffer:()Ljava/nio/ByteBuffer;
         3: .line 412
            invokestatic jdk.incubator.http.Http2Connection.createAsync:(Ljdk/incubator/http/HttpConnection;Ljdk/incubator/http/Http2ClientImpl;Ljdk/incubator/http/Exchange;Ljava/nio/ByteBuffer;)Ljava/util/concurrent/CompletableFuture;
         4: .line 415
            aload 0 /* this */
            invokedynamic apply(Ljdk/incubator/http/Exchange;)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/Exchange.lambda$13(Ljdk/incubator/http/Http2Connection;)Ljava/util/concurrent/CompletionStage; (7)
                  (Ljdk/incubator/http/Http2Connection;)Ljava/util/concurrent/CompletionStage;
            invokevirtual java.util.concurrent.CompletableFuture.thenCompose:(Ljava/util/function/Function;)Ljava/util/concurrent/CompletableFuture;
         5: .line 420
            areturn
        end local 2 // java.lang.Object v
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljdk/incubator/http/Exchange<TT;>;
            0    6     2     v  TT;

  private java.util.concurrent.CompletionStage lambda$4(jdk.incubator.http.ExchangeImpl);
    descriptor: (Ljdk/incubator/http/ExchangeImpl;)Ljava/util/concurrent/CompletionStage;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.incubator.http.Exchange this
        start local 1 // jdk.incubator.http.ExchangeImpl exIm
         0: .line 348
            aload 1 /* exIm */
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.parentExecutor:Ljava/util/concurrent/Executor;
            invokevirtual jdk.incubator.http.ExchangeImpl.getResponseAsync:(Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
            areturn
        end local 1 // jdk.incubator.http.ExchangeImpl exIm
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/Exchange<TT;>;
            0    1     1  exIm  Ljdk/incubator/http/ExchangeImpl<TT;>;

  private static jdk.incubator.http.Response lambda$6(jdk.incubator.http.Response, java.lang.Object);
    descriptor: (Ljdk/incubator/http/Response;Ljava/lang/Object;)Ljdk/incubator/http/Response;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=2, args_size=2
        start local 1 // java.lang.Object v
         0: .line 361
            aload 0
            areturn
        end local 1 // java.lang.Object v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     1     v  TT;

  private java.util.concurrent.CompletionStage lambda$13(jdk.incubator.http.Http2Connection);
    descriptor: (Ljdk/incubator/http/Http2Connection;)Ljava/util/concurrent/CompletionStage;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // jdk.incubator.http.Exchange this
        start local 1 // jdk.incubator.http.Http2Connection c
         0: .line 416
            aload 1 /* c */
            invokevirtual jdk.incubator.http.Http2Connection.putConnection:()V
         1: .line 417
            aload 1 /* c */
            iconst_1
            invokevirtual jdk.incubator.http.Http2Connection.getStream:(I)Ljdk/incubator/http/Stream;
            astore 2 /* s */
        start local 2 // jdk.incubator.http.Stream s
         2: .line 418
            aload 0 /* this */
            aload 2 /* s */
            putfield jdk.incubator.http.Exchange.exchImpl:Ljdk/incubator/http/ExchangeImpl;
         3: .line 419
            aload 2 /* s */
            aconst_null
            invokevirtual jdk.incubator.http.Stream.getResponseAsync:(Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
            areturn
        end local 2 // jdk.incubator.http.Stream s
        end local 1 // jdk.incubator.http.Http2Connection c
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljdk/incubator/http/Exchange<TT;>;
            0    4     1     c  Ljdk/incubator/http/Http2Connection;
            2    4     2     s  Ljdk/incubator/http/Stream<TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "Exchange.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public final Redirect = jdk.incubator.http.HttpClient$Redirect of jdk.incubator.http.HttpClient
  public final Version = jdk.incubator.http.HttpClient$Version of jdk.incubator.http.HttpClient
  public abstract BodyProcessor = jdk.incubator.http.HttpRequest$BodyProcessor of jdk.incubator.http.HttpRequest
  public abstract BodyHandler = jdk.incubator.http.HttpResponse$BodyHandler of jdk.incubator.http.HttpResponse
  public abstract BodyProcessor = jdk.incubator.http.HttpResponse$BodyProcessor of jdk.incubator.http.HttpResponse