public interface org.springframework.http.client.AsyncClientHttpRequestFactory
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.springframework.http.client.AsyncClientHttpRequestFactory
super_class: java.lang.Object
{
public abstract org.springframework.http.client.AsyncClientHttpRequest createAsyncRequest(java.net.URI, org.springframework.http.HttpMethod);
descriptor: (Ljava/net/URI;Lorg/springframework/http/HttpMethod;)Lorg/springframework/http/client/AsyncClientHttpRequest;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
uri
httpMethod
}
SourceFile: "AsyncClientHttpRequestFactory.java"
RuntimeVisibleAnnotations:
java.lang.Deprecated()