WebSocketClient

Base class for web socket clients.

Constructors

this
this()
Undocumented in source.

Members

Functions

handle
void handle(TCPEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
onClose
void onClose()

Notifies that the connection has been interrupted.

onReceive
void onReceive(ubyte[] data)

Notifies that the client has sent some data.

send
void send(void[] data)

Sends data to the connected web socket.

Variables

conn
AsyncTCPConnection conn;
Undocumented in source.

Meta