Uses of Interface
org.springframework.web.service.invoker.HttpClientAdapter
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 HttpClientAdapter in org.springframework.web.reactive.function.client.support
Modifier and TypeClassDescriptionfinal class
ReactorHttpExchangeAdapter
that enables anHttpServiceProxyFactory
to useWebClient
for request execution. -
Uses of HttpClientAdapter in org.springframework.web.service.invoker
Modifier and TypeClassDescriptionclass
Convenient base class for aReactorHttpExchangeAdapter
implementation adapting to the synchronousHttpExchangeAdapter
contract.Modifier and TypeMethodDescriptionHttpServiceProxyFactory.builder
(HttpClientAdapter clientAdapter) Deprecated, for removal: This API element is subject to removal in a future version.HttpServiceProxyFactory.Builder.clientAdapter
(HttpClientAdapter clientAdapter) Deprecated, for removal: This API element is subject to removal in a future version.in favor ofHttpServiceProxyFactory.Builder.exchangeAdapter(HttpExchangeAdapter)
; to be removed in 6.2
HttpServiceProxyFactory.builderFor(HttpExchangeAdapter)
; to be removed in 6.2.