GatewayWebSocketClient

Undocumented in source.

Constructors

this
this(Protocol protocol)
Undocumented in source.

Members

Functions

connect
void connect()
Undocumented in source. Be warned that the author may not have intended to support it.
onClosed
void onClosed(ConnectBase connection)
Undocumented in source. Be warned that the author may not have intended to support it.
onConnection
void onConnection(ConnectBase connection)
Undocumented in source. Be warned that the author may not have intended to support it.
sendMsg
void sendMsg(int tid, T t)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From GatewayClient

onConnection
void onConnection(ConnectBase connection)
Undocumented in source.
connect
void connect()
Undocumented in source.
onClosed
void onClosed(ConnectBase connection)
Undocumented in source.

Meta