receivePort
The port on which the receiver receives incoming network messages.
それに関してレシーバが着信ネットワークメッセージを受信するポート。
sendPort
The port that the connection sends outgoing network messages through.
接続がそれを通して発信ネットワークメッセージを送信するポート。
Availability 有効性
Technology
- (void)dispatchWithComponents:(NSArray
*)components;
components
Distributed Objects component data. 分散オブジェクト構成要素データ。
NSPort
subclasses should use this method to ask a connection object to dispatch Distributed Objects component data received over the wire. This will decode the data, authenticate, and send the message.
NSPort
サブクラスは、このメソッドを使って、接続オブジェクトに回線越しに受信された「分散オブジェクト」構成要素データをディスパッチするよう言うべきです。これは、データをデコードします、メッセージを認証、そして送信します。
receivePort
sendPort