Return Value 戻り値
The NSConnection
object that uses the receiver. In an object’s encode
method, this is the sending (server) connection. In init
this is the receiving (client) connection.
レシーバを使うNSConnection
オブジェクト。あるオブジェクトのencode
メソッドにおいて、これは送信(サーバ)接続です。init
においてこれは受信(サーバ)接続です。