Instance Method
インスタンスメソッド
connection:handleRequest:
This method should be implemented by NSConnection
object delegates that want to intercept distant object requests.
このメソッドは、遠隔オブジェクトリクエストをインターセプトする必要があるNSConnection
オブジェクト委任先によって実装されるべきです。
Parameters
パラメータ
conn
The connection object for which the receiver is the delegate.
それに対してこのレシーバが委任先であるところの接続。
doReq
The distant object request.
遠隔オブジェクトリクエスト。
Return Value
戻り値
YES
if the request was handled by the delegate, NO
if the request should proceed as if the delegate did not intercept it.
YES
、もしリクエストが委任先によって取り扱われたならば、NO
、もしまるで委任先がそれをインターセプト(奪取)しなかったかのようにリクエストが続行すべきならば。
See Also
参照
Responding to a Connection
接続に応答する
- connection:shouldMakeNewConnection:
Returns a Boolean value that indicates whether the parent connection should allow a given new connection to be created.
あるブール値を返します、それは親接続がある与えられた新しい接続を作成されることを許可されるべきかどうかを指し示します。
Deprecated
非推奨
- createConversationForConnection:
Returns an arbitrary object identifying a new conversation being created for the connection in the current thread.
ある随意のオブジェクトを返します、現在のスレッドにおいて接続に対して作成されている新しい接続を識別しています。
Deprecated
非推奨
- makeNewConnection:sender:
Returns a Boolean value that indicates whether the parent should allow a given new connection to be created and configured.
あるブール値を返します、それは親がある与えられた新しい接続を作成されるそして構成設定されることを許可されるべきかどうかを指し示します。
Deprecated
非推奨