grpc/include/grpcpp
Ming-Chuan 5202e873ff
BinderTransport: Support Intent URI (#30104)
This commit adds a new overloaded version of `CreateBinderChannel`, that accepts
an intent URI (which should be able to be parsed by
https://developer.android.com/reference/android/content/Intent#parseUri(java.lang.String,%20int) )
for specifying the component to connect to.

Later we will deprecate the old APIs that accepts `package_name`,
`class_name`, and `action_name` separately. Intent URI seems to be a
better and more flexible way to specify a component to connect to.

`grpc.binder.custom_android_intent_action_name` channel arg is deprecated now.
User should use URI to specify custom action instead.
2022-07-06 21:20:01 +08:00
..
ext server: per-rpc backend metric reporting (#29621) 2022-05-20 15:54:30 -07:00
generic Reintroduce: Avoid fully qualifying namespaces (and add check) (#28917) 2022-02-18 16:18:54 -08:00
impl Status: Add comment about const ref parameters (#29973) 2022-06-13 15:31:03 -07:00
security Expose NoOpCertificateVerifier to C++ (#29322) 2022-04-27 13:46:01 -07:00
support Annotate impl/codegen with IWYU pragmas (#27252) 2021-09-08 09:13:03 -07:00
test Reintroduce: Avoid fully qualifying namespaces (and add check) (#28917) 2022-02-18 16:18:54 -08:00
alarm.h Reintroduce: Avoid fully qualifying namespaces (and add check) (#28917) 2022-02-18 16:18:54 -08:00
channel.h Reintroduce: Avoid fully qualifying namespaces (and add check) (#28917) 2022-02-18 16:18:54 -08:00
client_context.h Annotate impl/codegen with IWYU pragmas (#27252) 2021-09-08 09:13:03 -07:00
completion_queue.h Annotate impl/codegen with IWYU pragmas (#27252) 2021-09-08 09:13:03 -07:00
create_channel.h Revert "Revert "Move create_channel and credentials from ::grpc_impl to ::grpc"" 2020-07-24 12:47:33 -07:00
create_channel_binder.h BinderTransport: Support Intent URI (#30104) 2022-07-06 21:20:01 +08:00
create_channel_posix.h Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
grpcpp.h Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
health_check_service_interface.h Replaced grpc::string with std::string 2020-06-29 17:56:36 -07:00
opencensus.h Fix opencensus 2020-09-03 08:20:31 -07:00
resource_quota.h Reintroduce: Avoid fully qualifying namespaces (and add check) (#28917) 2022-02-18 16:18:54 -08:00
server.h Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
server_builder.h server: per-rpc backend metric reporting (#29621) 2022-05-20 15:54:30 -07:00
server_context.h Annotate impl/codegen with IWYU pragmas (#27252) 2021-09-08 09:13:03 -07:00
server_posix.h Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
xds_server_builder.h Reintroduce: Avoid fully qualifying namespaces (and add check) (#28917) 2022-02-18 16:18:54 -08:00