-
- All Implemented Interfaces:
-
com.gojek.mqtt.policies.IFallbackPolicy,com.gojek.mqtt.policies.connecttimeout.IConnectTimeoutPolicy
public final class ConnectTimeoutPolicy implements IConnectTimeoutPolicy
-
-
Constructor Summary
Constructors Constructor Description ConnectTimeoutPolicy(ConnectTimeoutConfig connectTimeoutConfig)
-
Method Summary
Modifier and Type Method Description IntegergetConnectTimeOut()IntegergetHandshakeTimeOut()UnitupdateParams(Boolean isSslPort)StringtoString()UnitresetParams()-
-
Constructor Detail
-
ConnectTimeoutPolicy
ConnectTimeoutPolicy(ConnectTimeoutConfig connectTimeoutConfig)
-
-
Method Detail
-
getConnectTimeOut
Integer getConnectTimeOut()
-
getHandshakeTimeOut
Integer getHandshakeTimeOut()
-
updateParams
Unit updateParams(Boolean isSslPort)
-
resetParams
Unit resetParams()
-
-
-
-