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.clientConstructors in org.springframework.http.client with parameters of type ReactorResourceFactoryModifierConstructorDescriptionReactorNettyClientRequestFactory(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.
- 
Uses of ReactorResourceFactory in org.springframework.http.client.reactiveSubclasses 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.