@Deprecated public abstract class InterceptingAsyncHttpAccessor extends AsyncHttpAccessor
AsyncHttpAccessor
with
request intercepting functionality.logger
Constructor and Description |
---|
InterceptingAsyncHttpAccessor()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AsyncClientHttpRequestFactory |
getAsyncRequestFactory()
Deprecated.
Return the request factory that this accessor uses for obtaining
HttpRequests . |
List<AsyncClientHttpRequestInterceptor> |
getInterceptors()
Deprecated.
Return the request interceptor that this accessor uses.
|
void |
setInterceptors(List<AsyncClientHttpRequestInterceptor> interceptors)
Deprecated.
Set the request interceptors that this accessor should use.
|
createAsyncRequest, setAsyncRequestFactory
public void setInterceptors(List<AsyncClientHttpRequestInterceptor> interceptors)
interceptors
- the list of interceptorspublic List<AsyncClientHttpRequestInterceptor> getInterceptors()
public AsyncClientHttpRequestFactory getAsyncRequestFactory()
AsyncHttpAccessor
HttpRequests
.getAsyncRequestFactory
in class AsyncHttpAccessor