withSocketTimeout

fun withSocketTimeout(socketTimeout: Int): HttpSenderConfigurationBuilder

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.