- AsyncCall
void AsyncCall(MessageBuffer buffer, MessageHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- Call
MessageBuffer Call(MessageBuffer buffer, Duration timeout)
Undocumented in source. Be warned that the author may not have intended to support it.
- 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.
- name
string name()
Undocumented in source. Be warned that the author may not have intended to support it.
- registerHandler
void registerHandler(uint msgId, MessageHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- deregisterHandler
void deregisterHandler(uint msgId)
Undocumented in source. Be warned that the author may not have intended to support it.
- getMessageHandler
MessageHandler getMessageHandler(uint id)
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.