WebSocketClientChannel

Constructors

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

Members

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
connect
void connect()
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. Be warned that the author may not have intended to support it.
isConnected
bool isConnected()
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.
send
void send(MessageBuffer message)
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.

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 ClientChannel

connect
void connect()
Undocumented in source.
isConnected
bool isConnected()
Undocumented in source.
set
void set(MessageTransport transport)
Undocumented in source.
send
void send(MessageBuffer buffer)
Undocumented in source.
close
void close()
Undocumented in source.
onClose
void onClose(CloseHandler handler)
Undocumented in source.

Meta