Uses of Class
org.springframework.boot.webservices.client.HttpWebServiceMessageSenderBuilder
-
Uses of HttpWebServiceMessageSenderBuilder in org.springframework.boot.webservices.client
Modifier and TypeMethodDescriptionHttpWebServiceMessageSenderBuilder.requestFactory
(Function<ClientHttpRequestFactorySettings, ClientHttpRequestFactory> requestFactoryFunction) Set theFunction
ofClientHttpRequestFactorySettings
toClientHttpRequestFactory
that should be called to create the HTTP-basedWebServiceMessageSender
.HttpWebServiceMessageSenderBuilder.requestFactory
(Supplier<ClientHttpRequestFactory> requestFactorySupplier) Set theSupplier
ofClientHttpRequestFactory
that should be called to create the HTTP-basedWebServiceMessageSender
.HttpWebServiceMessageSenderBuilder.setConnectTimeout
(Duration connectTimeout) Set the connection timeout.HttpWebServiceMessageSenderBuilder.setReadTimeout
(Duration readTimeout) Set the read timeout.Set anSslBundle
that will be used to configure a secure connection.