-
public final class ConnectTimeoutConfig
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classConnectTimeoutConfig.Companion
-
Field Summary
Fields Modifier and Type Field Description private final IntegersslHandshakeTimeOutprivate final IntegersslUpperBoundConnTimeOutprivate final IntegerupperBoundConnTimeOut
-
Constructor Summary
Constructors Constructor Description ConnectTimeoutConfig(Integer sslHandshakeTimeOut, Integer sslUpperBoundConnTimeOut, Integer upperBoundConnTimeOut)
-
Method Summary
Modifier and Type Method Description final IntegergetSslHandshakeTimeOut()final IntegergetSslUpperBoundConnTimeOut()final IntegergetUpperBoundConnTimeOut()-
-
Method Detail
-
getSslHandshakeTimeOut
final Integer getSslHandshakeTimeOut()
-
getSslUpperBoundConnTimeOut
final Integer getSslUpperBoundConnTimeOut()
-
getUpperBoundConnTimeOut
final Integer getUpperBoundConnTimeOut()
-
-
-
-