Class

NSSocketPort

A port that represents a BSD socket. BSDソケットを表すポート。

Declaration 宣言

@interface NSSocketPort : NSPort

Overview 概要

A NSSocketPort object can be used as an endpoint for distributed object connections. Companion classes, NSMachPort and NSMessagePort, allow for local (on the same machine) communication only. The NSSocketPort class allows for both local and remote communication, but may be more expensive than the others for the local case. NSSocketPortオブジェクトは、分散オブジェクト接続に対するエンドポイントとして使用できます。コンパニオンクラス、NSMachPortNSMessagePortは、ローカルの(同じマシン上での)接続のみを想定します。NSSocketPortクラスは、ローカルおよびリモートの接続の両方を想定します、しかしローカルの場合に対する他のものより高くつくかもしれません。

Topics 話題

Creating Instances インスタンスを作成する

Getting Information 情報を取得する

Relationships 関係

Inherits From 継承元

See Also 参照

Sockets さまざまなソケット