| 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 |
|---|
InterceptingClientHttpRequestFactory(ClientHttpRequestFactory requestFactory,
List<ClientHttpRequestInterceptor> interceptors)
Creates a new instance of the
InterceptingClientHttpRequestFactory with the given parameters. |
| Modifier and Type | Method and Description |
|---|---|
List<ClientHttpRequestInterceptor> |
InterceptingHttpAccessor.getInterceptors()
Return the request interceptor that this accessor uses.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InterceptingHttpAccessor.setInterceptors(List<ClientHttpRequestInterceptor> interceptors)
Sets the request interceptors that this accessor should use.
|
Copyright © 2015. All rights reserved.