- onConnect
void onConnect(AsyncSocket socket)
Undocumented in source. Be warned that the author may not have intended to support it.
- onDataReceived
void onDataReceived(AsyncSocket socket, ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
- onDisconnect
void onDisconnect(AsyncSocket socket)
Undocumented in source. Be warned that the author may not have intended to support it.
- onError
void onError(AsyncSocket socket, SocketError error, string msg)
Undocumented in source. Be warned that the author may not have intended to support it.
proxy for AsyncConnectionHandler - to call in GUI thread