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 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!