open class InterceptingAsyncClientHttpRequestFactory : AsyncClientHttpRequestFactory
Wrapper for a AsyncClientHttpRequestFactory that has support for AsyncClientHttpRequestInterceptors.
Author
Jakub Narloch
Since
4.3
See Also
InterceptingAsyncClientHttpRequest
InterceptingAsyncClientHttpRequestFactory(delegate: AsyncClientHttpRequestFactory, interceptors: MutableList<AsyncClientHttpRequestInterceptor>)
Create new instance of InterceptingAsyncClientHttpRequestFactory with delegated request factory and list of interceptors. |
open fun createAsyncRequest(uri: URI, method: HttpMethod): AsyncClientHttpRequest |