The Java gRPC implementation. HTTP/2 based RPC
Go to file
simonma 77d9706bd3 Add okhttp client transport.
OkHttpSession is temporally kept for server side using.

Test:
java/com/google/net/stubby/testing/integration/grpc_java_server --port=10009 --transport=http2_okhttp

java/com/google/net/stubby/testing/integration/grpc_java_client --serverHost=localhost --serverPort=10009 --transport=http2_okhttp
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=71436060
2015-01-08 14:42:30 -08:00
core/src Add okhttp client transport. 2015-01-08 14:42:30 -08:00
stub/src/main/java/com/google/net/stubby/stub Add ability to bind HTTP style headers to stubs and have them propagate over 2015-01-08 14:42:29 -08:00
testing/src/main/java/com/google/net/stubby/testing/utils/ssl Move gRPC core to third_party 2015-01-08 14:42:19 -08:00
LICENSE Initial commit 2015-01-08 14:42:02 -08:00