39 std::shared_ptr<Channel> CreateChannelImpl(
41 return CreateChannelWithInterceptors(
43 std::vector<std::unique_ptr<
47 std::shared_ptr<Channel> CreateChannelWithInterceptors(
49 std::vector<std::unique_ptr<
51 interceptor_creators)
override {
53 args.SetChannelArgs(&channel_args);
62 SecureChannelCredentials* AsSecureCredentials()
override {
return nullptr; }
65 bool IsInsecure()
const override {
return true; }
70 return std::shared_ptr<ChannelCredentials>(
71 new InsecureChannelCredentialsImpl());