Package-level declarations

Types

Link copied to clipboard
class DefaultServerConnectionConfig(val port: Int = DEFAULT_PORT) : ServerConnectionConfig

Default implementation of the server connection configuration.

Link copied to clipboard
abstract class ServerConnectionConfig(val host: String = DEFAULT_HOST, val port: Int = DEFAULT_PORT) : ConnectionConfig

Configuration class for setting up a server connection.