The Java gRPC implementation. HTTP/2 based RPC
Go to file
ejona 4e315e0110 Fix more transport error and shutdown scenarios.
Previously, if the active transport had failed but there were still other running transports, we would claim to be shutdown before we actually were (and would end up calling notifyStopped twice).

Also, if a transport immediately failed during startup, we could end up setting activeTransport to the already-failed transport, which meant we would perpetually try to use that broken transport.
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=74339777
2015-01-08 14:42:39 -08:00
auth/src/main/java/com/google/net/stubby/auth Move OAuth integration to third_party. 2015-01-08 14:42:38 -08:00
core/src Fix more transport error and shutdown scenarios. 2015-01-08 14:42:39 -08:00
stub/src/main/java/com/google/net/stubby/stub Add basic OAuth support to gRPC. 2015-01-08 14:42:33 -08:00
testing/src/main/java/com/google/net/stubby/testing/utils/ssl Have stricter dependencies and build in modules. 2015-01-08 14:42:38 -08:00
LICENSE Initial commit 2015-01-08 14:42:02 -08:00