MessageTransportServer

Constructors

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

Members

Functions

acceptor
void acceptor(AcceptHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
addChannel
MessageTransportServer addChannel(ServerChannel channel)
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.
sessionManager
MessageTransportServer sessionManager(SessionManager manager)
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.
start
void start()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

isEE2E
bool isEE2E;
Undocumented in source.
s_server_key
ownkey_s 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