MessageRouter

Undocumented in source.

Members

Functions

handle
bool handle(Message msg, Connection conn)
Undocumented in source. Be warned that the author may not have intended to support it.
handleIntrospect
void handleIntrospect(string path, Message call, Connection conn)
Undocumented in source. Be warned that the author may not have intended to support it.
introspectXML
string introspectXML(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
setHandler
void setHandler(MessagePattern patt, Ret delegate(Args) handler)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

introspectHeader
string introspectHeader;
Undocumented in source.

Variables

callTable
MessageHandler[MessagePattern] callTable;
Undocumented in source.

Meta