Uses of Interface
org.springframework.web.service.invoker.HttpClientAdapter
Packages that use HttpClientAdapter
Package
Description
Support for creating a client proxy for an HTTP service annotated with
HttpExchange methods.-
Uses of HttpClientAdapter in org.springframework.web.service.invoker
Methods in org.springframework.web.service.invoker with parameters of type HttpClientAdapterModifier and TypeMethodDescriptionHttpServiceProxyFactory.builder(HttpClientAdapter clientAdapter) Return a builder that's initialized with the given client.HttpServiceProxyFactory.Builder.clientAdapter(HttpClientAdapter clientAdapter) Provide the HTTP client to perform requests through.