-
- All Implemented Interfaces:
-
com.gojek.mqtt.policies.IFallbackPolicy
public interface IConnectTimeoutPolicy implements IFallbackPolicy
-
-
Method Summary
Modifier and Type Method Description abstract IntegergetConnectTimeOut()abstract IntegergetHandshakeTimeOut()abstract UnitupdateParams(Boolean isSslPort)-
-
Method Detail
-
getConnectTimeOut
abstract Integer getConnectTimeOut()
-
getHandshakeTimeOut
abstract Integer getHandshakeTimeOut()
-
updateParams
abstract Unit updateParams(Boolean isSslPort)
-
-
-
-