The Java gRPC implementation. HTTP/2 based RPC
Go to file
nathanmittler 0304b3d6b2 Cleaning up various compiler warnings in preparation for opensource.
overview:
1) Lots of @SuppressWarnings :)

2) Remove dependencies on StandardCharsets.XXX (which is Java 7)

3) Moved testing/utils/ssl/* to .../stubby/util so that the netty transport doesn't depend directly on the testing module.
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=78460727
2015-01-08 14:42:59 -08:00
auth/src/main/java/com/google/net/stubby/auth Plumb trailer passing through transport streams. 2015-01-08 14:42:46 -08:00
core/src Cleaning up various compiler warnings in preparation for opensource. 2015-01-08 14:42:59 -08:00
integration-testing/src/main Cleaning up various compiler warnings in preparation for opensource. 2015-01-08 14:42:59 -08:00
stub/src/main/java/com/google/net/stubby/stub Cleaning up various compiler warnings in preparation for opensource. 2015-01-08 14:42:59 -08:00
testing/src/main/java/com/google/net/stubby/testing Cleaning up various compiler warnings in preparation for opensource. 2015-01-08 14:42:59 -08:00
LICENSE Initial commit 2015-01-08 14:42:02 -08:00