- connect
void connect(int port, string host)
Undocumented in source. Be warned that the author may not have intended to support it.
- stop
void stop()
Undocumented in source. Be warned that the author may not have intended to support it.
- setOpenHandler
void setOpenHandler(OpenHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- setCloseHandler
void setCloseHandler(CloseHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- _namespace
string _namespace;
Undocumented in source.
- _dispatcher
Dispatcher _dispatcher;
Undocumented in source.
- _client
NetClient _client;
Undocumented in source.
- _open
OpenHandler _open;
Undocumented in source.
- _close
CloseHandler _close;
Undocumented in source.