Uses of Class
org.springframework.http.client.ReactorResourceFactory
Packages that use ReactorResourceFactory
Package
Description
Contains an abstraction over client-side HTTP.
Abstractions for reactive HTTP client support including
ClientHttpRequest and
ClientHttpResponse as well as a
ClientHttpConnector.-
Uses of ReactorResourceFactory in org.springframework.http.client
Constructors in org.springframework.http.client with parameters of type ReactorResourceFactoryModifierConstructorDescriptionReactorClientHttpRequestFactory(ReactorResourceFactory resourceFactory, Function<reactor.netty.http.client.HttpClient, reactor.netty.http.client.HttpClient> mapper) Constructor with externally managed Reactor Netty resources, includingLoopResourcesfor event loop threads, andConnectionProviderfor connection pooling.ReactorNettyClientRequestFactory(ReactorResourceFactory resourceFactory, Function<reactor.netty.http.client.HttpClient, reactor.netty.http.client.HttpClient> mapper) Deprecated, for removal: This API element is subject to removal in a future version.Superseded byReactorClientHttpRequestFactory. -
Uses of ReactorResourceFactory in org.springframework.http.client.reactive
Subclasses of ReactorResourceFactory in org.springframework.http.client.reactiveConstructors in org.springframework.http.client.reactive with parameters of type ReactorResourceFactoryModifierConstructorDescriptionReactorClientHttpConnector(ReactorResourceFactory resourceFactory, Function<reactor.netty.http.client.HttpClient, reactor.netty.http.client.HttpClient> mapper) Constructor with externally managed Reactor Netty resources, includingLoopResourcesfor event loop threads, andConnectionProviderfor the connection pool.
ReactorResourceFactoryinstead.