Client

Undocumented in source.

Constructors

this
this(Dispatcher dispatcher, string ns)
Undocumented in source.

Members

Functions

connect
void connect(int port, string host)
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.
setOpenHandler
void setOpenHandler(OpenHandler handler)
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.

Variables

_client
NetClient _client;
Undocumented in source.
_close
CloseHandler _close;
Undocumented in source.
_dispatcher
Dispatcher _dispatcher;
Undocumented in source.
_namespace
string _namespace;
Undocumented in source.
_open
OpenHandler _open;
Undocumented in source.

Meta