summaryrefslogtreecommitdiff
path: root/src/main/java/com/orbekk/protobuf/RpcChannel.java
AgeCommit message (Collapse)Author
2012-04-11Rename NewRpcChannel => RpcChannel.Kjetil Ørbekk
2012-04-11Remove old RpcChannel.Kjetil Ørbekk
Fix tests with NewRpcChannel.
2012-04-10Fix some bugs in RpcChannel and NewRpcChannel.Kjetil Ørbekk
Use protobuf v.2.4.1.
2012-04-06Add benchmark test.Kjetil Ørbekk
2012-04-05Better server design.Kjetil Ørbekk
Proper handling of asynchronous requests on the server.
2012-03-28Apply Apache License version 2.0.Kjetil Ørbekk
2012-03-28Handle failing RPCs.Kjetil Ørbekk
– Handles RPCs that fail because the recipient calls setFailed(). – Handles RPCs that fail because the connection is closed.
2012-03-28Client support for asynchronous requests.Kjetil Ørbekk