spring-framework / org.springframework.http.client / InterceptingAsyncClientHttpRequestFactory

InterceptingAsyncClientHttpRequestFactory

open class InterceptingAsyncClientHttpRequestFactory : AsyncClientHttpRequestFactory

Wrapper for a AsyncClientHttpRequestFactory that has support for AsyncClientHttpRequestInterceptors.

Author
Jakub Narloch

Since
4.3

See Also
InterceptingAsyncClientHttpRequest

Constructors

<init>

InterceptingAsyncClientHttpRequestFactory(delegate: AsyncClientHttpRequestFactory, interceptors: MutableList<AsyncClientHttpRequestInterceptor>)

Create new instance of InterceptingAsyncClientHttpRequestFactory with delegated request factory and list of interceptors.

Functions

createAsyncRequest

open fun createAsyncRequest(uri: URI, method: HttpMethod): AsyncClientHttpRequest