u-RPC (Python API)
1.0.1
The u-RPC Remote Procedure Call framework
Classes
|
Variables
urpc.endpoint Namespace Reference
Classes
class
URPC
u-RPC endpoint class.
More...
Variables
_logger
= logging.getLogger(__name__)
list
_urpc_msg_handlers
Variable Documentation
◆
_logger
urpc.endpoint._logger = logging.getLogger(__name__)
private
◆
_urpc_msg_handlers
list urpc.endpoint._urpc_msg_handlers
private
Initial value:
1
= [
2
URPC._handle_error,
# URPC_MSG_ERROR
3
URPC._handle_func_query,
# URPC_MSG_FUNC_QUERY
4
URPC._handle_func_resp,
# URPC_MSG_FUNC_RESP
5
URPC._handle_call,
# URPC_MSG_CALL
6
URPC._handle_call_result,
# URPC_MSG_CALL_RESULT
7
]
urpc
endpoint
Generated by
1.8.13