with Socket Timeout
fun withSocketTimeout(socketTimeout: Int): HttpSenderConfigurationBuilder
Content copied to clipboard
timeout for socket connection
Since
5.0.0
Return
this instance
See also
java.net.HttpURLConnection
#setReadTimeout(int)
Parameters
socketTimeout
Value in milliseconds for timeout receiving a response to a network request.