The Java gRPC implementation. HTTP/2 based RPC
Go to file
ejona fc30031fd1 Change default gRPC protocol to v2.
Any place that force-sets the protocol to 2 or assumes the old value
is now removed. Unfortunately, it seems InProcessTransportTest has
some non-obvious dependency on gRPC v1.
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=81597524
2015-01-08 14:43:18 -08:00
all Fixing Maven build for gRPC Java. 2015-01-08 14:43:17 -08:00
auth Add BSD license header to all source files 2015-01-08 14:43:17 -08:00
core Change default gRPC protocol to v2. 2015-01-08 14:43:18 -08:00
examples/src/main Add BSD license header to all source files 2015-01-08 14:43:17 -08:00
integration-testing Change default gRPC protocol to v2. 2015-01-08 14:43:18 -08:00
lib Don't leak decompressor in gRPC v2. 2015-01-08 14:43:14 -08:00
netty Change default gRPC protocol to v2. 2015-01-08 14:43:18 -08:00
okhttp Change default gRPC protocol to v2. 2015-01-08 14:43:18 -08:00
stub Add BSD license header to all source files 2015-01-08 14:43:17 -08:00
testing Add BSD license header to all source files 2015-01-08 14:43:17 -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