ServerRecord

open class ServerRecord

Represents the information needed to connect to a CM server

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun createServer(host: String, port: Int, protocolTypes: ProtocolTypes): ServerRecord
open fun createServer(host: String, port: Int, protocolTypes: EnumSet<ProtocolTypes>): ServerRecord
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun equals(obj: Any): Boolean
Link copied to clipboard
open fun getHost(): String
Link copied to clipboard
open fun getPort(): Int
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
Creates a Socket server given an IP endpoint.