Package | Description |
---|---|
org.springframework.http.client |
Contains an abstraction over client-side HTTP.
|
org.springframework.http.client.support |
This package provides generic HTTP support classes,
to be used by higher-level classes like RestTemplate.
|
org.springframework.web.client |
Core package of the client-side web support.
|
Modifier and Type | Method and Description |
---|---|
AsyncClientHttpRequest |
AsyncClientHttpRequestFactory.createAsyncRequest(URI uri,
HttpMethod httpMethod)
Deprecated.
Create a new asynchronous
AsyncClientHttpRequest for the specified URI
and HTTP method. |
AsyncClientHttpRequest |
SimpleClientHttpRequestFactory.createAsyncRequest(URI uri,
HttpMethod httpMethod)
Create a new asynchronous
AsyncClientHttpRequest for the specified URI
and HTTP method. |
AsyncClientHttpRequest |
InterceptingAsyncClientHttpRequestFactory.createAsyncRequest(URI uri,
HttpMethod method)
Deprecated.
|
AsyncClientHttpRequest |
OkHttp3ClientHttpRequestFactory.createAsyncRequest(URI uri,
HttpMethod httpMethod) |
AsyncClientHttpRequest |
HttpComponentsAsyncClientHttpRequestFactory.createAsyncRequest(URI uri,
HttpMethod httpMethod)
Deprecated.
|
AsyncClientHttpRequest |
Netty4ClientHttpRequestFactory.createAsyncRequest(URI uri,
HttpMethod httpMethod)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected AsyncClientHttpRequest |
AsyncHttpAccessor.createAsyncRequest(URI url,
HttpMethod method)
Deprecated.
Create a new
AsyncClientHttpRequest via this template's
AsyncClientHttpRequestFactory . |
Modifier and Type | Method and Description |
---|---|
void |
AsyncRequestCallback.doWithRequest(AsyncClientHttpRequest request)
Deprecated.
|