MessageTransportClient

Constructors

this
this(string name)
Undocumented in source.

Members

Functions

close
void close()
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.
send
void send(uint id, ubyte[] msg)
Undocumented in source. Be warned that the author may not have intended to support it.
transport
void transport(ClientChannel channel)
Undocumented in source. Be warned that the author may not have intended to support it.

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