grpc-java/stub
Kun Zhang 867c76d185 Separate ServerCall binding utilities per method type.
This gives us more flexibility in API changes in the future.

Unary call and server streaming call should call the flow-control method
call.request() only once. Previously it was called whenever a request
arrives, which is wrong. Now it's fixed.

Resolves #436
2015-07-14 13:36:16 -07:00
..
src Separate ServerCall binding utilities per method type. 2015-07-14 13:36:16 -07:00
build.gradle Produce combined JavaDoc, add links, exclude internals 2015-05-05 11:32:15 -07:00