summaryrefslogtreecommitdiff
path: root/src/main/java/com/orbekk/protobuf/RpcChannel.java
AgeCommit message (Collapse)Author
2014-05-22Remove junit dependency in RpcChannel.HEADmasterKjetil Ørbekk
2012-05-23Fix: Cancel requests before closing socket.Kjetil Ørbekk
2012-05-02Error handling.Kjetil Ørbekk
Try to report failures locally instead of causing failures remotely.
2012-05-01Add missing license headers.Kjetil Ørbekk
2012-05-01Cancel timer in RpcChannel.close().Kjetil Ørbekk
2012-05-01Add support for RPC logging.Kjetil Ørbekk
2012-04-25Fix timeout bug.Kjetil Ørbekk
2012-04-25Fix typo.Kjetil Ørbekk
timout => timeout
2012-04-24Add timout support in Rpc.Kjetil Ørbekk
Use with Rpc.setTimeout().
2012-04-24Fix error message.Kjetil Ørbekk
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