Java远程方法调用框架:protobuf-rpc-pro
protobuf-rpc-pro 是一个Java类库,提供了基于 Google 的 Protocol Buffers 协议的远程方法调用的框架。基于 Netty 底层的 NIO 技术。支持 TCP 重用/ keep-alive、SSL加密、RPC 调用取消操作、嵌入式日志等功能。
特性:
- TCP connection keep-alive.
- Bi-directional RPC calls from client to server and server to client.
- SSL socket layer encryption option.
- Data Compression option.
- RPC call cancellation.
- RPC call timeout.
- Out-of-Band RPC server replies to client.
- Non RPC Protocol Buffer messaging for peer to peer communication.
- Protocol Buffer wire protocol.
- Semantics for calls handling on TCP connection closure.
- Pluggable logging facility.
本文由用户 jopen 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
转载本站原创文章,请注明出处,并保留原始链接、图片水印。
本站是一个以用户分享为主的开源技术平台,欢迎各类分享!