Class

NSXPCListener

A listener that waits for new incoming connections, configures them, and accepts or rejects them. 新しくやってくる接続に待機して、それらを構成設定して、そしてそれらを受け入れまたは拒否するリスナー。

Declaration 宣言

class NSXPCListener : NSObject

Overview 概要

Each XPC service, launchd agent, or launchd daemon typically has at least one NSXPCListener object that listens for connections to a specified service name. Each listener must have a delegate that conforms to the NSXPCListenerDelegate protocol. When the listener receives a new connection request, it creates a new NSXPCConnection object, then asks the delegate to inspect, configure, and resume the connection object by calling the delegate's listener(_:shouldAcceptNewConnection:) method. それぞれXPCサービス、launchdエージェント、またはlaunchdデーモンは、概して少なくとも1つのNSXPCListenerオブジェクトを持ちます、それはある指定されたサービス名に対する接続が来ないか聞き耳をたてるものです。各リスナーは、NSXPCListenerDelegateプロトコルに準拠するある委任先を持たなければなりません。リスナーが新しい接続リクエストを受け取る時、それはある新しいNSXPCConnectionオブジェクトを作成します、それから委任先にその接続を検査、構成設定、そして接続オブジェクトを委任先のもつlistener(_:shouldAcceptNewConnection:)メソッドを呼び出すことによって再開するよう頼みます。

Topics 話題

Initializers イニシャライザ

Instance Properties インスタンスプロパティ

Instance Methods インスタンス メソッド

Type Methods 型メソッド

Relationships 関係

Inherits From 継承元

See Also 参照

XPC Services XPCサービス