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.
|
Constructor and Description |
---|
InterceptingAsyncClientHttpRequestFactory(AsyncClientHttpRequestFactory delegate,
java.util.List<AsyncClientHttpRequestInterceptor> interceptors)
Deprecated.
Create new instance of
InterceptingAsyncClientHttpRequestFactory
with delegated request factory and list of interceptors. |
Modifier and Type | Method and Description |
---|---|
java.util.List<AsyncClientHttpRequestInterceptor> |
InterceptingAsyncHttpAccessor.getInterceptors()
Deprecated.
Return the request interceptor that this accessor uses.
|
Modifier and Type | Method and Description |
---|---|
void |
InterceptingAsyncHttpAccessor.setInterceptors(java.util.List<AsyncClientHttpRequestInterceptor> interceptors)
Deprecated.
Set the request interceptors that this accessor should use.
|