Uses of Class
org.springframework.web.service.invoker.HttpServiceProxyFactory.Builder
Package
Description
Support for creating a client proxy for an HTTP service annotated with
HttpExchange
methods.-
Uses of HttpServiceProxyFactory.Builder in org.springframework.web.service.invoker
Modifier and TypeMethodDescriptionHttpServiceProxyFactory.Builder.blockTimeout
(Duration blockTimeout) Deprecated, for removal: This API element is subject to removal in a future version.HttpServiceProxyFactory.builder()
Return an empty builder, with the client to be provided to builder.HttpServiceProxyFactory.builder
(HttpClientAdapter clientAdapter) Deprecated, for removal: This API element is subject to removal in a future version.in favor ofHttpServiceProxyFactory.builderFor(HttpExchangeAdapter)
; to be removed in 6.2.HttpServiceProxyFactory.builderFor
(HttpExchangeAdapter exchangeAdapter) Return a builder that's initialized with the given client.HttpServiceProxyFactory.Builder.clientAdapter
(HttpClientAdapter clientAdapter) Deprecated, for removal: This API element is subject to removal in a future version.in favor ofexchangeAdapter(HttpExchangeAdapter)
; to be removed in 6.2HttpServiceProxyFactory.Builder.conversionService
(ConversionService conversionService) Set theConversionService
to use where input values need to be formatted as Strings.HttpServiceProxyFactory.Builder.customArgumentResolver
(HttpServiceArgumentResolver resolver) Register a custom argument resolver, invoked ahead of default resolvers.HttpServiceProxyFactory.Builder.embeddedValueResolver
(StringValueResolver embeddedValueResolver) Set theStringValueResolver
to use for resolving placeholders and expressions embedded inHttpExchange.url()
.HttpServiceProxyFactory.Builder.exchangeAdapter
(HttpExchangeAdapter adapter) Provide the HTTP client to perform requests through.HttpServiceProxyFactory.Builder.reactiveAdapterRegistry
(ReactiveAdapterRegistry registry) Deprecated, for removal: This API element is subject to removal in a future version.in favor of setting the same directly on theHttpExchangeAdapter
HttpExchangeAdapter