Uses of Class
org.springframework.http.client.reactive.ReactorNetty2ResourceFactory
Package
Description
Abstractions for reactive HTTP client support including
ClientHttpRequest
and
ClientHttpResponse
as well as a
ClientHttpConnector
.-
Uses of ReactorNetty2ResourceFactory in org.springframework.http.client.reactive
ModifierConstructorDescriptionReactorNetty2ClientHttpConnector
(ReactorNetty2ResourceFactory factory, Function<reactor.netty5.http.client.HttpClient, reactor.netty5.http.client.HttpClient> mapper) Constructor with externally managed Reactor Netty resources, includingLoopResources
for event loop threads, andConnectionProvider
for the connection pool.