grpc/examples
Ming-Chuan dcabe420cc
[BinderTransport] Create client channel instead of direct channel (#27790)
* [BinderTransport] Create client channel instead of direct channel

In this commit we create a client channel instead of direct channel.

BinderConnector is added to connect subchannel when the user actually
make RPC call using the channel.

BindToOnDeviceServerService() is not required anymore since now the
actual connection is delay until the channel is used.

* Regenerate projects.
2021-10-28 15:52:21 +08:00
..
android [BinderTransport] Create client channel instead of direct channel (#27790) 2021-10-28 15:52:21 +08:00
cpp Add a test for a (now-illegal) build file construct (#27602) 2021-10-06 07:43:59 -07:00
csharp Reformat source 2020-10-21 15:40:01 -07:00
node Update greeter_client.js (#25802) 2021-07-28 09:37:45 -07:00
objective-c Add a test for a (now-illegal) build file construct (#27602) 2021-10-06 07:43:59 -07:00
php deleted require paths, update grpc to v1.39.0 (#26841) 2021-08-06 11:09:57 -07:00
protos Add a test for a (now-illegal) build file construct (#27602) 2021-10-06 07:43:59 -07:00
python Switch Python xDS Example Server to Listen on IPV4 Only (#27679) (#27758) 2021-10-18 09:36:08 -07:00
ruby Docs: fix links to grpc.io tutorial pages 2020-06-16 08:47:24 -04:00
README.md Examples README: add link to android example and fix link text 2020-11-19 16:58:59 -05:00

README.md

Examples

This directory contains examples for all the C-based gRPC implementations. Each language subdirectory contains a Hello World example and more:

For a complete list of supported languages, see Supported languages.

For comprehensive documentation, including an Introduction to gRPC and tutorials that use this example code, visit grpc.io.