- disconnect
void disconnect()
Undocumented in source. Be warned that the author may not have intended to support it.
- initialize
void initialize(string host, ushort port)
Undocumented in source. Be warned that the author may not have intended to support it.
- onAddClient
void onAddClient(void delegate(size_t) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
- onAddClient
void onAddClient(void function(size_t) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
- onMsg
void onMsg(void delegate(size_t, T) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
- onMsg
void onMsg(void function(size_t, T) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
- onRemoveClient
void onRemoveClient(void delegate(size_t) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
- onRemoveClient
void onRemoveClient(void function(size_t) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
- process
bool process(Duration timeout)
Undocumented in source. Be warned that the author may not have intended to support it.
- send
void send(T value)
Undocumented in source. Be warned that the author may not have intended to support it.