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

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun build(): WebServiceMessageSender
Build the WebServiceMessageSender instance.
Link copied to clipboard
Set the Function of ClientHttpRequestFactorySettings to ClientHttpRequestFactory that should be called to create the HTTP-based WebServiceMessageSender.
Set the Supplier of ClientHttpRequestFactory that should be called to create the HTTP-based WebServiceMessageSender.
Link copied to clipboard
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.