Construct an RPCServer!API object to communicate via TCP sockets.
The API class must be constructable via a default constructor; if you need to use an alternate constructor, create it first and pass it to the RPCServer via another constructor.
The host interface on which to listen.
The port on which to listen.
See Implementation
Construct an RPCServer!API object to communicate via TCP sockets.
The API class must be constructable via a default constructor; if you need to use an alternate constructor, create it first and pass it to the RPCServer via another constructor.