HubServerRSocketInstance

HubServerRSocketInstance is used to specify the hub-server instance which the client will connect on. It encapsulates the ServerClient which this client represents and the address of the hub-server's instance.

Constructors

Link copied to clipboard
constructor(clientName: String, hubServerUrl: InetSocketAddress)
constructor(clientName: String, hostname: String, port: Int)
constructor(client: ServerClient, address: InetSocketAddress)
constructor(client: ServerClient, hostname: String, port: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard