|
GRPC C++
1.30.0
|
#include <memory>#include <grpcpp/channel.h>#include <grpcpp/impl/codegen/client_interceptor.h>#include <grpcpp/security/credentials.h>#include <grpcpp/support/channel_arguments.h>#include <grpcpp/support/config.h>Go to the source code of this file.
Namespaces | |
| grpc_impl | |
| An Alarm posts the user-provided tag to its associated completion queue or invokes the user-provided function on expiry or cancellation. | |
| grpc_impl::experimental | |
Functions | |
| std::shared_ptr<::grpc::Channel > | grpc_impl::CreateChannelImpl (const grpc::string &target, const std::shared_ptr<::grpc::ChannelCredentials > &creds) |
| Create a new Channel pointing to target. More... | |
| std::shared_ptr<::grpc::Channel > | grpc_impl::CreateCustomChannelImpl (const grpc::string &target, const std::shared_ptr<::grpc::ChannelCredentials > &creds, const ::grpc::ChannelArguments &args) |
| Create a new custom Channel pointing to target. More... | |
| std::shared_ptr<::grpc::Channel > | grpc_impl::experimental::CreateCustomChannelWithInterceptors (const grpc::string &target, const std::shared_ptr< grpc::ChannelCredentials > &creds, const ::grpc::ChannelArguments &args, std::vector< std::unique_ptr< grpc::experimental::ClientInterceptorFactoryInterface >> interceptor_creators) |
| Create a new custom Channel pointing to target with interceptors being invoked per call. More... | |
1.8.16