public interface org.springframework.http.client.AsyncClientHttpRequestInterceptor
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.http.client.AsyncClientHttpRequestInterceptor
  super_class: java.lang.Object
{
  public abstract org.springframework.util.concurrent.ListenableFuture<org.springframework.http.client.ClientHttpResponse> intercept(org.springframework.http.HttpRequest, byte[], org.springframework.http.client.AsyncClientHttpRequestExecution);
    descriptor: (Lorg/springframework/http/HttpRequest;[BLorg/springframework/http/client/AsyncClientHttpRequestExecution;)Lorg/springframework/util/concurrent/ListenableFuture;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    Signature: (Lorg/springframework/http/HttpRequest;[BLorg/springframework/http/client/AsyncClientHttpRequestExecution;)Lorg/springframework/util/concurrent/ListenableFuture<Lorg/springframework/http/client/ClientHttpResponse;>;
    MethodParameters:
           Name  Flags
      request    
      body       
      execution  
}
SourceFile: "AsyncClientHttpRequestInterceptor.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()