WebSocketServerStream

Constructors

this
this(Stream stream)
Undocumented in source.

Members

Functions

receive
ubyte[] receive()
Undocumented in source. Be warned that the author may not have intended to support it.
send
ptrdiff_t send(string payload)
Undocumented in source. Be warned that the author may not have intended to support it.
send
ptrdiff_t send(ubyte[] payload)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From ModifierStream

stream
Stream stream;
Undocumented in source.
send
ptrdiff_t send(ubyte[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
receive
ubyte[] receive()
Undocumented in source. Be warned that the author may not have intended to support it.
lastRecv
ptrdiff_t lastRecv [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Examples

auto wss = new WebSocketServerStream(new TcpStream(socket));

Meta