Interface AsyncSocketCallback
Callback interface for using by AsyncSocket implementations
interface AsyncSocketCallback;
Methods
| Name | Description |
|---|---|
onConnect
(socket)
|
|
onDataReceived
(socket, data)
|
|
onDisconnect
(socket)
|
|
onError
(socket, error, msg)
|