License

constructor(server: List<String> = listOf("localhost"), port: Int = 5020, connectTimeoutSec: Int = 15, pingIntervalSec: Int = 5, idleTimeoutSec: Int = 20, handshakeTimeoutSec: Int = 15, reconnectDelaySec: Int = 30, responseTimeoutSec: Int = 2, uid: String = "", isValidateEnabled: Boolean = false)