|
GRPC C++
1.16.0-dev
|
Data Structures | |
| struct | AltsCredentialsOptions |
| Options used to build AltsCredentials. More... | |
| struct | AltsServerCredentialsOptions |
| Options to create ServerCredentials with ALTS. More... | |
Functions | |
| void | ChannelResetConnectionBackoff (Channel *channel) |
| Resets the channel's connection backoff. More... | |
| std::shared_ptr< ChannelCredentials > | AltsCredentials (const AltsCredentialsOptions &options) |
| Builds ALTS Credentials given ALTS specific options. More... | |
| std::shared_ptr< ChannelCredentials > | LocalCredentials (grpc_local_connect_type type) |
| Builds Local Credentials. More... | |
| std::shared_ptr< ServerCredentials > | AltsServerCredentials (const AltsServerCredentialsOptions &options) |
| Builds ALTS ServerCredentials given ALTS specific options. More... | |
| std::shared_ptr< ServerCredentials > | LocalServerCredentials (grpc_local_connect_type type) |
| Builds Local ServerCredentials. More... | |
| std::shared_ptr<ChannelCredentials> grpc::experimental::AltsCredentials | ( | const AltsCredentialsOptions & | options | ) |
Builds ALTS Credentials given ALTS specific options.
| std::shared_ptr<ServerCredentials> grpc::experimental::AltsServerCredentials | ( | const AltsServerCredentialsOptions & | options | ) |
Builds ALTS ServerCredentials given ALTS specific options.
| void grpc::experimental::ChannelResetConnectionBackoff | ( | Channel * | channel | ) |
Resets the channel's connection backoff.
TODO(roth): Once we see whether this proves useful, either create a gRFC and change this to be a method of the Channel class, or remove it.
| std::shared_ptr<ChannelCredentials> grpc::experimental::LocalCredentials | ( | grpc_local_connect_type | type | ) |
Builds Local Credentials.
| std::shared_ptr<ServerCredentials> grpc::experimental::LocalServerCredentials | ( | grpc_local_connect_type | type | ) |
Builds Local ServerCredentials.
1.8.13