HttpWebServiceMessageSenderBuilder
WebServiceMessageSender builder that can detect a suitable HTTP library based on the classpath.
Author
Stephane Nicoll
Since
2.1.0
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
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.