WebSocketServerChannel

Constructors

this
this(ushort port, string path)
Undocumented in source.

Members

Functions

dispatchMessage
void dispatchMessage(WebSocketConnection connection, MessageBuffer message)
Undocumented in source. Be warned that the author may not have intended to support it.
name
string name()
Undocumented in source. Be warned that the author may not have intended to support it.
onAccept
void onAccept(AcceptHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
onClose
void onClose(CloseHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(MessageTransport transport)
Undocumented in source. Be warned that the author may not have intended to support it.
start
void start()
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.

Variables

ChannelSession
enum string ChannelSession;
Undocumented in source.

Inherited Members

From WebSocketChannel

decode
void decode(WebSocketConnection connection, ByteBuffer buf)
Undocumented in source. Be warned that the author may not have intended to support it.
getParser
PacketParser getParser(WebSocketConnection connection)
Undocumented in source. Be warned that the author may not have intended to support it.
dispatchMessage
void dispatchMessage(WebSocketConnection connection, MessageBuffer message)
Undocumented in source.

From ServerChannel

name
string name()
Undocumented in source.
start
void start()
Undocumented in source.
stop
void stop()
Undocumented in source.
set
void set(MessageTransport transport)
Undocumented in source.
onAccept
void onAccept(AcceptHandler handler)
Undocumented in source.
onClose
void onClose(CloseHandler handler)
Undocumented in source.

Meta