DefaultServerConnectionConfig
constructor(host: String = DEFAULT_HOST, port: Int = DEFAULT_PORT, waitConnection: Boolean = DEFAULT_WAIT_CONNECTION)(source)
Parameters
host
The hostname or IP address of the server to connect to. Defaults to '127.0.0.1';
port
The port number on which the server will listen to. Defaults to 50881;
waitConnection
Indicates whether the server waits for a first connection before continuing. Set to 'false' by default.