WebSocketServer

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

onBinaryMessage
void onBinaryMessage(PeerID s, ubyte[] o)
Undocumented in source.
onClose
void onClose(PeerID s)
Undocumented in source.
onOpen
void onOpen(PeerID s, string path)
Undocumented in source.
onTextMessage
void onTextMessage(PeerID s, string s)
Undocumented in source.
run
void run()
Undocumented in source. Be warned that the author may not have intended to support it.
sendBinary
void sendBinary(PeerID dest, ubyte[] message)
Undocumented in source. Be warned that the author may not have intended to support it.
sendText
void sendText(PeerID dest, string message)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta