License

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

Constructors

Link copied to clipboard
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)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var port: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var uid: String