AsyncSocketCallbackProxy

proxy for AsyncConnectionHandler - to call in GUI thread

Constructors

this
this(AsyncSocketCallback handler, void delegate(void delegate() runnable) executor)
Undocumented in source.

Members

Functions

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.

Inherited Members

From AsyncSocketCallback

onDataReceived
void onDataReceived(AsyncSocket socket, ubyte[] data)
Undocumented in source.
onConnect
void onConnect(AsyncSocket socket)
Undocumented in source.
onDisconnect
void onDisconnect(AsyncSocket socket)
Undocumented in source.
onError
void onError(AsyncSocket socket, SocketError error, string msg)
Undocumented in source.

Meta