- process
void process(string data, JsonRpcRespHandler respHandler)
Undocumented in source. Be warned that the author may not have intended to support it.
- registerInterface
void registerInterface(I instance)
Undocumented in source. Be warned that the author may not have intended to support it.
- registerInterface
void registerInterface(FactoryDel!I factory)
Undocumented in source. Be warned that the author may not have intended to support it.
- registerRequestHandler
void registerRequestHandler(string method, JsonRpcRequestHandler!(TId, TReq, TResp) handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- tick
void tick()
Undocumented in source. Be warned that the author may not have intended to support it.