The Java gRPC implementation. HTTP/2 based RPC
Go to file
ejona f96e7e8c6c Use real TLS security by default.
The client now checks certificates and performs hostname verification.
Tests check certificates, so the server uses a cert that the client
trusts.

Only the client portion of SslContextFactory was previously used.
Applications that want to ignore certificates (i.e., for testing) can
use io.netty.handler.ssl.util.InsecureTrustManagerFactory instead.

The MOE configuration was already failing to work, and so required the
simple mapping for examples in addition to what was needed for the new
certs.
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=80434148
2015-01-08 14:43:11 -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 Use real TLS security by default. 2015-01-08 14:43:11 -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 Use real TLS security by default. 2015-01-08 14:43:11 -08:00
lib Remove client-streaming and bi-di streaming methods from blocking client interface. 2015-01-08 14:43:11 -08:00
netty Use real TLS security by default. 2015-01-08 14:43:11 -08:00
okhttp Adding crude outbound flow control to OkHttp transport. 2015-01-08 14:43:10 -08:00
stub Eliminate ForwardingChannel and switch all use cases to client interceptors. 2015-01-08 14:43:04 -08:00
testing Adding MOE configuration for grpc_java. 2015-01-08 14:43:02 -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