Contents

SocketPort

A port that represents a BSD socket.

Declaration

class SocketPort

Overview

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

Getting Information

Initializers

See Also

Sockets