搜索资源列表
rpc_client
- 远程过程调用(rpc)的客户端程序,包括底层portmap等库函数的封装-remote procedure call (rpc), the client program, including the bottom portmap library functions such as packaging
rpctest
- 一个RPC(远程调用)的例子,利用了JAVA的反射、动态代理、Socket编程等技术来实习的一个远程调用的例子。展示了用JAVA来实现远程调用的基本过程。-A RPC ( remote procedure call ) example, use of the JAVA reflex, dynamic proxy, Socket programming technology to practice of a remote procedure call example. Show how to us
RemoteProcedureCall
- 包含了远程过程调用的源码,远程过程调用只是一种概念,其实现由多种,但实质是传递调用规则和调用参数给对方,对方返回结果。-Contains a remote procedure call source, and remote procedure calls is just a concept, its realization by a variety of, but the essence is to transfer calls rules and call for the other part
jsonrpc2-base-1.30
- json jar文件,Android/java编程远程过程调用必备lib-json jar lib
sources
- 远程过程调用代码,通过stub 例程实现,也是通过socket编程实现。如今的远程过程调用已经封装成dll,网上已经没有源码了。-rpc via stub, use socket to complish rpc.