+ serviceConnectionWithName:rootObject:usingNameServer:
- registerName:
- registerName:withNameServer:
rootObject
Availability 有効性
Technology
+ (instancetype)serviceConnectionWithName:(NSString
*)name
rootObject:(id)root;
name
The name of the service you want to publish. あなたが出版したいサービスの名前。
root
The object to use as the root object for the published service. This is the object vended by the connection. 出版されるサービスに対するルートオブジェクトとして使うオブジェクト。これは、接続によって販売されるオブジェクトです。
An NSConnection
object representing the vended service or nil
if there was a problem setting up the connection object.
あるNSConnection
オブジェクト、それは販売されるサービスを表しています、またはnil
、もし接続オブジェクトを準備するのに問題があったならば。
This method creates the server-side of a connection object and registers it with the default system port name server. Clients wishing to connect to this service can request a communications port from the same port server and use that port to to communicate. このメソッドは、接続オブジェクトのサーバサイドを作成します、そしてそれをこの省略時のシステムポートネームサーバに登録します。このサービスに接続を望むクライアントは、同じポートサーバからのある通信ポートを要請できます、そしてそのポートを通信に使用できます。
+ serviceConnectionWithName:rootObject:usingNameServer:
- registerName:
- registerName:withNameServer:
rootObject
+ systemDefaultPortNameServer
NSPortNameServer
for the application.
アプリケーションに対するNSPortNameServer
の単一のインスタンスを返します。
+ connectionWithRegisteredName:host:
NSConnection
object whose send port links it to the NSConnection
object registered with the default NSPortNameServer
under a given name on a given host.
NSConnection
オブジェクトを返します、それの送信ポートはそれをNSConnection
オブジェクトで、省略時のNSPortNameServer
に対してある与えられたホスト上である与えられた名前のもとに登録されるものと連結します。