* [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. |
||
|---|---|---|
| .. | ||
| android | ||
| cpp | ||
| csharp | ||
| node | ||
| objective-c | ||
| php | ||
| protos | ||
| python | ||
| ruby | ||
| README.md | ||
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.