Interface brl.socket.IOnConnectComplete - leonard-thieu/monkey GitHub Wiki
OnConnectComplete : Void ( connected:Bool, source:Socket )
This method is called when a asynchronous socket connect operation completes.
connected will be true if the connection was successful.