Handles all of an individual client's requests.
The listen method of the RPCServer calls this in a new thread to handle client requests. This is not intended to be called by user code.
The network transport used for data transmission.
An instantiated class containing the functions to execute.
API = The class containing the RPC functions. Transport = The type of the network transport to use; by default, this is a TCPTransport.
See Implementation
Handles all of an individual client's requests.
The listen method of the RPCServer calls this in a new thread to handle client requests. This is not intended to be called by user code.