This is the complete list of members for urpc.endpoint.URPC, including all inherited members.
__init__(self, send_callback, n_funcs=256) | urpc.endpoint.URPC | |
_build_header(self, msg_type, counter) | urpc.endpoint.URPC | private |
_counters | urpc.endpoint.URPC | private |
_func_name_lookup | urpc.endpoint.URPC | private |
_funcs_store | urpc.endpoint.URPC | private |
_handle_call(self, req, msg_id) | urpc.endpoint.URPC | private |
_handle_call_result(self, res, msg_id) | urpc.endpoint.URPC | private |
_handle_error(self, res, msg_id) | urpc.endpoint.URPC | private |
_handle_func_query(self, req, msg_id) | urpc.endpoint.URPC | private |
_handle_func_resp(self, res, msg_id) | urpc.endpoint.URPC | private |
_handle_msg(self, req) | urpc.endpoint.URPC | private |
_invoke_callback(self, msg_id, result) | urpc.endpoint.URPC | private |
_marshall(self, stream, sig, objects) | urpc.endpoint.URPC | private |
_oper_callbacks | urpc.endpoint.URPC | private |
_send_callback | urpc.endpoint.URPC | private |
_unmarshall(self, stream, sig) | urpc.endpoint.URPC | private |
add_func(self, func, arg_types=None, ret_types=None, name=None) | urpc.endpoint.URPC | |
call(self, handle, sig_args, args, callback=None) | urpc.endpoint.URPC | |
query(self, func_name, callback=None) | urpc.endpoint.URPC | |
recv_callback(self, data) | urpc.endpoint.URPC | |
remove_func(self, handle) | urpc.endpoint.URPC | |