Instance Method
インスタンスメソッド
createConversationForConnection:
Returns an arbitrary object identifying a new conversation being created for the connection in the current thread.
ある随意のオブジェクトを返します、現在のスレッドにおいて接続に対して作成されている新しい接続を識別しています。
Parameters
パラメータ
conn
The connection object for which the receiver is the delegate.
それに対してこのレシーバが委任先であるところの接続。
Return Value
戻り値
An arbitrary object identifying a new conversation being created for the connection in the current thread.
ある随意のオブジェクト、それは現在のスレッドにおいて接続に対して作成されている新しい接続を識別しています。
Discussion
議論
New conversations are created only if independentConversationQueueing
is YES
for conn
. If you do not implement this method, NSConnection
object creates an instance of NSObject
.
新しい対話は、independentConversationQueueing
がconn
に対してYES
である場合にのみ作成されます。あなたがこのメソッドを実装しないならば、NSConnection
オブジェクトはNSObject
のインスタンスを作成します。
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
非推奨
- connection:handleRequest:
This method should be implemented by NSConnection
object delegates that want to intercept distant object requests.
このメソッドは、遠隔オブジェクトリクエストをインターセプトする必要があるNSConnection
オブジェクト委任先によって実装されるべきです。
Deprecated
非推奨
- makeNewConnection:sender:
Returns a Boolean value that indicates whether the parent should allow a given new connection to be created and configured.
あるブール値を返します、それは親がある与えられた新しい接続を作成されるそして構成設定されることを許可されるべきかどうかを指し示します。
Deprecated
非推奨
Related Documentation
関連文書
- conversation
Returns the token object representing the conversation in which the receiver was created.
それにおいてレシーバが作成されたところの入力応答を表しているトークンオブジェクトを返します。
+ currentConversation
Returns a token object representing any conversation in progress in the current thread.
現在のスレッドにおける進行中の任意の対話を表しているトークンオブジェクトを返します。