summaryrefslogtreecommitdiff
path: root/src/main/java/com/orbekk/protobuf/RequestDispatcher.java
AgeCommit message (Collapse)Author
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-01Fix(1): Set the correct response id when errors occur.Kjetil Ørbekk
Fixes https://github.com/orbekk/protobuf-simple-rpc/issues/1.
2012-05-01Add support for RPC logging.Kjetil Ørbekk
2012-04-11Implement done signal in Rpc.Kjetil Ørbekk
Clients can wait for an Rpc to complete with Rpc.await().
2012-04-05Better server design.Kjetil Ørbekk
Proper handling of asynchronous requests on the server.