Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/thrift
Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/cbb979b8 Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/cbb979b8 Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/cbb979b8 Branch: refs/heads/master Commit: cbb979b804009374499462fd948a13537877fb59 Parents: 8ad13a3 36af4d3 Author: Henrique Mendonça <[email protected]> Authored: Thu May 16 21:37:32 2013 +0200 Committer: Henrique Mendonça <[email protected]> Committed: Thu May 16 21:37:32 2013 +0200 ---------------------------------------------------------------------- compiler/cpp/src/generate/t_java_generator.cc | 228 ++++++++++++++- .../org/apache/thrift/AsyncProcessFunction.java | 56 ++++ .../src/org/apache/thrift/TBaseAsyncProcessor.java | 92 ++++++ .../src/org/apache/thrift/TProcessorFactory.java | 4 + .../thrift/server/AbstractNonblockingServer.java | 70 ++++- .../apache/thrift/server/TNonblockingServer.java | 8 +- .../thrift/server/TThreadedSelectorServer.java | 5 +- .../org/apache/thrift/server/ServerTestBase.java | 119 ++++++++- .../org/apache/thrift/server/TestAsyncServer.java | 28 ++ 9 files changed, 579 insertions(+), 31 deletions(-) ----------------------------------------------------------------------
