SocketPort
A port that represents a BSD socket.
Declaration
class SocketPortOverview
A SocketPort object can be used as an endpoint for distributed object connections. Companion classes, NSMachPort and MessagePort, allow for local (on the same machine) communication only. The SocketPort class allows for both local and remote communication, but may be more expensive than the others for the local case.
Topics
Creating Instances
init()init(tcpPort:)init(protocolFamily:socketType:protocol:address:)init(protocolFamily:socketType:protocol:socket:)init(remoteWithTCPPort:host:)init(remoteWithProtocolFamily:socketType:protocol:address:)