class org.glassfish.jersey.client.JerseyInvocation$1 implements org.glassfish.jersey.client.ResponseCallback
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.glassfish.jersey.client.JerseyInvocation$1
  super_class: java.lang.Object
{
  final org.glassfish.jersey.client.JerseyInvocation this$0;
    descriptor: Lorg/glassfish/jersey/client/JerseyInvocation;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.util.concurrent.CompletableFuture val$responseFuture;
    descriptor: Ljava/util/concurrent/CompletableFuture;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.glassfish.jersey.client.JerseyInvocation, java.util.concurrent.CompletableFuture);
    descriptor: (Lorg/glassfish/jersey/client/JerseyInvocation;Ljava/util/concurrent/CompletableFuture;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.glassfish.jersey.client.JerseyInvocation$1 this
         0: .line 657
            aload 0 /* this */
            aload 1
            putfield org.glassfish.jersey.client.JerseyInvocation$1.this$0:Lorg/glassfish/jersey/client/JerseyInvocation;
            aload 0 /* this */
            aload 2
            putfield org.glassfish.jersey.client.JerseyInvocation$1.val$responseFuture:Ljava/util/concurrent/CompletableFuture;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.glassfish.jersey.client.JerseyInvocation$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/jersey/client/JerseyInvocation$1;
    MethodParameters:
                    Name  Flags
      this$0              final
      val$responseFuture  final

  public void completed(org.glassfish.jersey.client.ClientResponse, org.glassfish.jersey.process.internal.RequestScope);
    descriptor: (Lorg/glassfish/jersey/client/ClientResponse;Lorg/glassfish/jersey/process/internal/RequestScope;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.glassfish.jersey.client.JerseyInvocation$1 this
        start local 1 // org.glassfish.jersey.client.ClientResponse response
        start local 2 // org.glassfish.jersey.process.internal.RequestScope scope
         0: .line 661
            aload 0 /* this */
            getfield org.glassfish.jersey.client.JerseyInvocation$1.val$responseFuture:Ljava/util/concurrent/CompletableFuture;
            invokevirtual java.util.concurrent.CompletableFuture.isCancelled:()Z
            ifne 3
         1: .line 662
            aload 0 /* this */
            getfield org.glassfish.jersey.client.JerseyInvocation$1.val$responseFuture:Ljava/util/concurrent/CompletableFuture;
            new org.glassfish.jersey.client.InboundJaxrsResponse
            dup
            aload 1 /* response */
            aload 2 /* scope */
            invokespecial org.glassfish.jersey.client.InboundJaxrsResponse.<init>:(Lorg/glassfish/jersey/client/ClientResponse;Lorg/glassfish/jersey/process/internal/RequestScope;)V
            invokevirtual java.util.concurrent.CompletableFuture.complete:(Ljava/lang/Object;)Z
            pop
         2: .line 663
            goto 4
         3: .line 664
      StackMap locals:
      StackMap stack:
            aload 1 /* response */
            invokevirtual org.glassfish.jersey.client.ClientResponse.close:()V
         4: .line 666
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.glassfish.jersey.process.internal.RequestScope scope
        end local 1 // org.glassfish.jersey.client.ClientResponse response
        end local 0 // org.glassfish.jersey.client.JerseyInvocation$1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/glassfish/jersey/client/JerseyInvocation$1;
            0    5     1  response  Lorg/glassfish/jersey/client/ClientResponse;
            0    5     2     scope  Lorg/glassfish/jersey/process/internal/RequestScope;
    MethodParameters:
          Name  Flags
      response  final
      scope     final

  public void failed(javax.ws.rs.ProcessingException);
    descriptor: (Ljavax/ws/rs/ProcessingException;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.jersey.client.JerseyInvocation$1 this
        start local 1 // javax.ws.rs.ProcessingException error
         0: .line 670
            aload 0 /* this */
            getfield org.glassfish.jersey.client.JerseyInvocation$1.val$responseFuture:Ljava/util/concurrent/CompletableFuture;
            invokevirtual java.util.concurrent.CompletableFuture.isCancelled:()Z
            ifne 2
         1: .line 671
            aload 0 /* this */
            getfield org.glassfish.jersey.client.JerseyInvocation$1.val$responseFuture:Ljava/util/concurrent/CompletableFuture;
            aload 1 /* error */
            invokevirtual java.util.concurrent.CompletableFuture.completeExceptionally:(Ljava/lang/Throwable;)Z
            pop
         2: .line 673
      StackMap locals:
      StackMap stack:
            return
        end local 1 // javax.ws.rs.ProcessingException error
        end local 0 // org.glassfish.jersey.client.JerseyInvocation$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/glassfish/jersey/client/JerseyInvocation$1;
            0    3     1  error  Ljavax/ws/rs/ProcessingException;
    MethodParameters:
       Name  Flags
      error  final
}
SourceFile: "JerseyInvocation.java"
EnclosingMethod: org.glassfish.jersey.client.JerseyInvocation.submit:()Ljava/util/concurrent/Future;
NestHost: org.glassfish.jersey.client.JerseyInvocation
InnerClasses:
  org.glassfish.jersey.client.JerseyInvocation$1