Server

MessagePack RPC Server serves Object or module based dispacher

Constructors

this
this(T dispatcher)
Undocumented in source.

Members

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
listen
void listen(Endpoint endpoint)
Undocumented in source. Be warned that the author may not have intended to support it.
onNotify
void onNotify(string method, Value[] params)
Undocumented in source. Be warned that the author may not have intended to support it.
onRequest
void onRequest(Sender socket, size_t id, string method, Value[] params)
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.

Meta