The Java gRPC implementation. HTTP/2 based RPC
Go to file
ejona f97eb733f7 Add Server API, a.k.a., Channel for incoming requests.
Everything is nested under a single Server class. This may not seem best, but splitting things up basically requires a lot of "Server" prefixes all over the place, even if we use a separate package. I'm expecting to defer the decision, but once we decide the organization we need to update the Channel API to match.
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=71838718
2015-01-08 14:42:31 -08:00
core/src Add Server API, a.k.a., Channel for incoming requests. 2015-01-08 14:42:31 -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