The Java gRPC implementation. HTTP/2 based RPC
Go to file
zhangkun 2b116ef2cd Encode binary headers with Base64 on the wire, and requires all binary headers
have "-bin" suffix in their names.

Split Metadata.Marshaller into BinaryMarshaller and AsciiMarshaller.
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=81306135
2015-01-08 14:43:15 -08:00
all Adding MOE configuration for grpc_java. 2015-01-08 14:43:02 -08:00
auth Encode binary headers with Base64 on the wire, and requires all binary headers 2015-01-08 14:43:15 -08:00
core Encode binary headers with Base64 on the wire, and requires all binary headers 2015-01-08 14:43:15 -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 Don't leak decompressor in gRPC v2. 2015-01-08 14:43:14 -08:00
netty Encode binary headers with Base64 on the wire, and requires all binary headers 2015-01-08 14:43:15 -08:00
okhttp Encode binary headers with Base64 on the wire, and requires all binary headers 2015-01-08 14:43:15 -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