HttpWebServiceMessageSenderBuilder
Deprecated (for removal)
Since version 3.4.0
WebServiceMessageSender builder that can detect a suitable HTTP library based on the classpath.
Author
Stephane Nicoll
Since
2.1.0
Deprecated
since 3.4.0 in favor of http
Functions
Link copied to clipboard
open fun requestFactory(requestFactoryFunction: (ClientHttpRequestFactorySettings) -> ClientHttpRequestFactory): HttpWebServiceMessageSenderBuilder
Set the
Function
of ClientHttpRequestFactorySettings to ClientHttpRequestFactory that should be called to create the HTTP-based WebServiceMessageSender.open fun requestFactory(requestFactorySupplier: Supplier<ClientHttpRequestFactory>): HttpWebServiceMessageSenderBuilder
Set the
Supplier
of ClientHttpRequestFactory that should be called to create the HTTP-based WebServiceMessageSender.Link copied to clipboard
open fun requestFactoryBuilder(requestFactoryBuilder: ClientHttpRequestFactoryBuilder<out Any>): HttpWebServiceMessageSenderBuilder
Set the ClientHttpRequestFactoryBuilder to use when creating the HTTP-based WebServiceMessageSender.
Link copied to clipboard
Set the connection timeout.
Link copied to clipboard
Set the read timeout.
Link copied to clipboard
Set an SslBundle that will be used to configure a secure connection.