Public Member Functions | List of all members
grpc_core::ChannelCredsFactory< T > Class Template Referencefinal

#include <channel_creds_registry.h>

Public Member Functions

virtual RefCountedPtr< TCreateChannelCreds (const Json &config) const =delete
 
virtual absl::string_view creds_type () const =delete
 
virtual bool IsValidConfig (const Json &config) const =delete
 
virtual ~ChannelCredsFactory ()
 

Detailed Description

template<typename T = grpc_channel_credentials>
class grpc_core::ChannelCredsFactory< T >

Definition at line 37 of file channel_creds_registry.h.

Constructor & Destructor Documentation

◆ ~ChannelCredsFactory()

template<typename T = grpc_channel_credentials>
virtual grpc_core::ChannelCredsFactory< T >::~ChannelCredsFactory ( )
inlinevirtual

Definition at line 39 of file channel_creds_registry.h.

Member Function Documentation

◆ CreateChannelCreds()

template<typename T = grpc_channel_credentials>
virtual RefCountedPtr<T> grpc_core::ChannelCredsFactory< T >::CreateChannelCreds ( const Json config) const
virtualdelete

◆ creds_type()

template<typename T = grpc_channel_credentials>
virtual absl::string_view grpc_core::ChannelCredsFactory< T >::creds_type ( ) const
virtualdelete

◆ IsValidConfig()

template<typename T = grpc_channel_credentials>
virtual bool grpc_core::ChannelCredsFactory< T >::IsValidConfig ( const Json config) const
virtualdelete

The documentation for this class was generated from the following file:


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:35