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.Support for creating a client proxy for an HTTP service annotated with
HttpExchange methods.-
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) Deprecated, for removal: This API element is subject to removal in a future version.static HttpServiceProxyFactoryWebClientAdapter.createHttpServiceProxyFactory(WebClient.Builder webClientBuilder) Deprecated, for removal: This API element is subject to removal in a future version.in favor of usingWebClientAdapter.forClient(WebClient)andbuilder(HttpClientAdapter) -
Uses of HttpServiceProxyFactory in org.springframework.web.service.invoker
Methods in org.springframework.web.service.invoker that return HttpServiceProxyFactoryModifier and TypeMethodDescriptionHttpServiceProxyFactory.Builder.build()Build theHttpServiceProxyFactoryinstance.
WebClientAdapter.forClient(WebClient)andbuilder(HttpClientAdapter)