Uses of Class
org.springframework.http.client.reactive.JettyResourceFactory
Packages that use JettyResourceFactory Package Description org.springframework.http.client.reactive Abstractions for reactive HTTP client support includingClientHttpRequestandClientHttpResponseas well as aClientHttpConnector.Uses of JettyResourceFactory in org.springframework.http.client.reactive
Constructors in org.springframework.http.client.reactive with parameters of type JettyResourceFactory Constructor Description JettyClientHttpConnector(org.eclipse.jetty.client.HttpClient httpClient, JettyResourceFactory resourceFactory)Constructor with an initializedHttpClientand configures it with the givenJettyResourceFactory.JettyClientHttpConnector(JettyResourceFactory resourceFactory, Consumer<org.eclipse.jetty.client.HttpClient> customizer)Deprecated.as of 5.2, in favor ofJettyClientHttpConnector(HttpClient, JettyResourceFactory)