ClientExt

Constructors

this
this(Dispatcher dispatcher, string ns)

Members

Functions

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

Variables

_closeHandler
CloseHandler _closeHandler;
Undocumented in source.
_host
string _host;
Undocumented in source.
_openHandler
OpenHandler _openHandler;
Undocumented in source.
_port
int _port;
Undocumented in source.
_timer
Timer _timer;
Undocumented in source.

Inherited Members

From Client

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.

Meta