TCPEventHandler

Undocumented in source.

Members

Functions

opCall
void opCall(TCPEvent ev)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

conn
AsyncTCPConnection conn;
Undocumented in source.
del
void delegate(TCPEvent) del;

Use getContext/setContext to persist the context in each activity. Using AsyncTCPConnection in args allows the EventLoop implementation to create and pass a new object, which is necessary for listeners.

Meta