MessageTransportClient

Constructors

this
this(string name, bool ee2e)
Undocumented in source.

Members

Functions

channel
MessageTransportClient channel(ClientChannel channel)
Undocumented in source. Be warned that the author may not have intended to support it.
close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
closer
void closer(CloseHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
connect
bool connect()
Undocumented in source. Be warned that the author may not have intended to support it.
isClosed
bool isClosed()
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.
send
void send(MessageBuffer buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
send
void send(uint id, ubyte[] msg)
Undocumented in source. Be warned that the author may not have intended to support it.
send
void send(uint id, string msg)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

client_key
ownkey_s client_key;
Undocumented in source.
isEE2E
bool isEE2E;
Undocumented in source.
server_key
peerkey_s server_key;
Undocumented in source.

Inherited Members

From MessageTransport

name
string name()
Undocumented in source. Be warned that the author may not have intended to support it.
getExecutor
ExecutorInfo getExecutor(uint id)
Undocumented in source. Be warned that the author may not have intended to support it.
sessionManager
SessionManager sessionManager()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta