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