+ systemDefaultPortNameServer
NSPortNameServer
for the application.
アプリケーションに対するNSPortNameServer
の単一のインスタンスを返します。
Availability 有効性
Technology
@interface NSPortNameServer : NSObject
NSConnection
objects use this interface to contact each other and to distribute objects over the network; you should rarely need to interact directly with an NSPort
.
NSConnection
オブジェクトはこのインターフェイスを使って、その他と連絡をとります、そしてネットワーク越しにオブジェクトを分散します;あなたは直接にNSPort
と相互作用する必要はほとんどないはずです。
You get an NSPort
object by using the system
class method—never allocate and initialize an instance directly.
あなたは、NSPort
オブジェクトをsystem
クラスメソッドを使うことによって取得します — 決してインスタンスを直接にアロケートおよび初期化しないでください。
With the default server object you can register an NSPort
object under a given name, making it available on the network, and also unregister it so that it can’t be looked up (although other applications that have already looked up the NSPort
object can still use it until it becomes invalid). See the NSPort
class specification for more information.
NSPort
クラス仕様をさらなる情報のために見てください。
+ systemDefaultPortNameServer
NSPortNameServer
for the application.
アプリケーションに対するNSPortNameServer
の単一のインスタンスを返します。
- portForName:
- portForName:host:
- registerPort:name:
- removePortForName:
NSMachPortDelegate
NSConnectionDelegate
NSConnection
NSDistantObject
NSDistantObjectRequest
NSMachBootstrapServer
NSMachPort
NSMessagePort
NSMessagePortNameServer
NSPortCoder
NSPortDelegate
NSPortMessage
NSProtocolChecker
NSSocketPortNameServer