Interface AsyncSocketCallback

Callback interface for using by AsyncSocket implementations

interface AsyncSocketCallback;

Methods

NameDescription
onConnect (socket)
onDataReceived (socket, data)
onDisconnect (socket)
onError (socket, error, msg)