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
-
Uses of HttpClientAdapter in org.springframework.web.service.invoker
Modifier and TypeMethodDescriptionHttpServiceProxyFactory.builder
(HttpClientAdapter clientAdapter) Return anHttpServiceProxyFactory
builder, initialized with the given client.HttpServiceProxyFactory.Builder.clientAdapter
(HttpClientAdapter clientAdapter) Provide the HTTP client to perform requests through.ModifierConstructorDescriptionHttpServiceProxyFactory
(HttpClientAdapter clientAdapter) Deprecated, for removal: This API element is subject to removal in a future version.in favor of using the Builder to initialize the HttpServiceProxyFactory instance.