The Java gRPC implementation. HTTP/2 based RPC
Go to file
lryan c5e70c2310 Remove StreamState and use inboundPhase/outboundPhase instead
Remove synchronization on stateLock as we are not required to be thread safe
Add better toString for stream impls
Internal cleanup of various 'status' fields in AbstractClientStream
Remove 'stashTrailers' as we've already extracted status in layer above correctly

-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=80678356
2015-01-08 14:43:12 -08:00
all Adding MOE configuration for grpc_java. 2015-01-08 14:43:02 -08:00
auth Eliminate ForwardingChannel and switch all use cases to client interceptors. 2015-01-08 14:43:04 -08:00
core Remove StreamState and use inboundPhase/outboundPhase instead 2015-01-08 14:43:12 -08:00
examples/src/main Remove client-streaming and bi-di streaming methods from blocking client interface. 2015-01-08 14:43:11 -08:00
integration-testing Changing TestServiceServer to use ListenableFuture for determining when the server has been successfully started. 2015-01-08 14:43:12 -08:00
lib Changing TestServiceServer to use ListenableFuture for determining when the server has been successfully started. 2015-01-08 14:43:12 -08:00
netty Remove StreamState and use inboundPhase/outboundPhase instead 2015-01-08 14:43:12 -08:00
okhttp Remove StreamState and use inboundPhase/outboundPhase instead 2015-01-08 14:43:12 -08:00
stub Eliminate ForwardingChannel and switch all use cases to client interceptors. 2015-01-08 14:43:04 -08:00
testing Remove StreamState and use inboundPhase/outboundPhase instead 2015-01-08 14:43:12 -08:00
LICENSE Initial commit 2015-01-08 14:42:02 -08:00
checkstyle.license Adding MOE configuration for grpc_java. 2015-01-08 14:43:02 -08:00
checkstyle.xml Adding MOE configuration for grpc_java. 2015-01-08 14:43:02 -08:00
pom.xml Adding MOE configuration for grpc_java. 2015-01-08 14:43:02 -08:00
run-test-client.sh Adding MOE configuration for grpc_java. 2015-01-08 14:43:02 -08:00
run-test-server.sh Adding MOE configuration for grpc_java. 2015-01-08 14:43:02 -08:00