Protocol
NSXPCProxyCreating
Methods for creating new proxy objects.
新しいプロキシオブジェクトを作成するためのメソッド。
Declaration
宣言
@protocol NSXPCProxyCreating
Overview
概要
NSXPCConnection
implements this protocol. All objects returned from the methods in this protocol also implement the protocol. This allows creation of new proxies from other proxies.
NSXPCConnection
は、このプロトコルを実装します。このプロトコルの中のメソッドから返される全てのオブジェクトはまた、このプロトコルを実装します。これは、他のプロキシからの新しいプロキシの作成を可能にします。
Topics
話題
Instance Methods
インスタンス メソッド
- remoteObjectProxy
Returns a proxy object with no error handling block.
プロキシオブジェクトをエラー処理ブロックなしで返します。
Required.
必須。
- remoteObjectProxyWithErrorHandler:
Returns a proxy object that invokes the error handling block if an error occurs on the connection.
あるプロキシオブジェクトを返します、それはエラー処理ブロックをもしエラーが接続に関して発生するならば発動するものです。
Required.
必須。
Relationships
関係
Conforming Types
これらの型が準拠
See Also
参照
XPC Client
NSXPCConnection
A bidirectional communication channel between two processes.
2つのプロセス間の双方向通信経路。
NSXPCInterface
An interface that may be sent to an exported object or remote object proxy.
エクスポートオブジェクトまたはリモートオブジェクトプロキシに送られるかもしれないインターフェイス。
NSXPCCoder
A coder that encodes and decodes objects that your app sends over an XPC connection.
あるコーダー、それはあなたのアプリがXPC接続越しに送信するオブジェクトそれらをエンコードおよびデコードします。