Uses of Class
org.springframework.web.service.invoker.HttpServiceProxyFactory
Packages that use HttpServiceProxyFactory
Package
Description
Classes supporting the
org.springframework.web.reactive.function.client package.-
Uses of HttpServiceProxyFactory in org.springframework.web.reactive.function.client.support
Methods in org.springframework.web.reactive.function.client.support that return HttpServiceProxyFactoryModifier and TypeMethodDescriptionstatic HttpServiceProxyFactoryWebClientAdapter.createHttpServiceProxyFactory(WebClient webClient) Static method to create aHttpServiceProxyFactoryconfigured to use the givenWebClientinstance.static HttpServiceProxyFactoryWebClientAdapter.createHttpServiceProxyFactory(WebClient.Builder webClientBuilder) Variant ofWebClientAdapter.createHttpServiceProxyFactory(WebClient)that accepts aWebClient.Builderand uses it to create the client.