summaryrefslogtreecommitdiff
path: root/src/main/java/com/orbekk/protobuf/SimpleProtobufServer.java
AgeCommit message (Collapse)Author
2012-04-30Add removeService() to SimpleProtobufServer.Kjetil Ørbekk
2012-04-05Better server design.Kjetil Ørbekk
Proper handling of asynchronous requests on the server.
2012-04-02Use thread pool in SimpleProtobufServer.Kjetil Ørbekk
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-28Add functional test.Kjetil Ørbekk
2012-03-28Client support for asynchronous requests.Kjetil Ørbekk
2012-03-28Support very simple serving.Kjetil Ørbekk
– Not asynchronous at this point. – Not well-tested.
2012-03-27Test classes for sending protocol buffers.Kjetil Ørbekk