SockJsClient

Undocumented in source.

Constructors

this
this(string host, string prefix)

Members

Aliases

EventOnConnect
alias EventOnConnect = void delegate()
Undocumented in source.
EventOnData
alias EventOnData = void delegate(string)
Undocumented in source.
EventOnDisconnect
alias EventOnDisconnect = void delegate(int, string)
Undocumented in source.

Functions

connect
void connect()
disconnect
void disconnect()
send
void send(string message)

Properties

isConnected
bool isConnected [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isConnecting
bool isConnecting [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

OnConnect
EventOnConnect OnConnect;
Undocumented in source.
OnData
EventOnData OnData;
Undocumented in source.
OnDisconnect
EventOnDisconnect OnDisconnect;
Undocumented in source.

Meta