TcpJsonRpcServer.registerInterface

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void registerInterface(I instance)
  2. void registerInterface(FactoryDel!I factory)
    class TcpJsonRpcServer(TId, TReq : JsonRpcRequest!TId = JsonRpcRequest!TId, TResp : JsonRpcResponse!TId = JsonRpcResponse!TId)
    void
    registerInterface
    (
    I
    )
    (
    FactoryDel!I factory
    )

Meta