public interface org.springframework.http.client.AsyncClientHttpRequest extends org.springframework.http.HttpRequest, org.springframework.http.HttpOutputMessage
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.http.client.AsyncClientHttpRequest
  super_class: java.lang.Object
{
  public abstract org.springframework.util.concurrent.ListenableFuture<org.springframework.http.client.ClientHttpResponse> executeAsync();
    descriptor: ()Lorg/springframework/util/concurrent/ListenableFuture;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    Signature: ()Lorg/springframework/util/concurrent/ListenableFuture<Lorg/springframework/http/client/ClientHttpResponse;>;
}
SourceFile: "AsyncClientHttpRequest.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()