GRPC Core  18.0.0
Data Structures | Public Member Functions
grpc_core::FileWatcherCertificateProvider Class Referencefinal

#include <grpc_tls_certificate_provider.h>

Public Member Functions

 FileWatcherCertificateProvider (std::string private_key_path, std::string identity_certificate_path, std::string root_cert_path, unsigned int refresh_interval_sec)
 
 ~FileWatcherCertificateProvider () override
 
RefCountedPtr< grpc_tls_certificate_distributordistributor () const override
 
- Public Member Functions inherited from grpc_tls_certificate_provider
virtual grpc_pollset_setinterested_parties () const
 
- Public Member Functions inherited from grpc_core::RefCounted< grpc_tls_certificate_provider >
 ~RefCounted ()=default
 
RefCountedPtr< grpc_tls_certificate_providerRef () GRPC_MUST_USE_RESULT
 
RefCountedPtr< grpc_tls_certificate_providerRef (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT
 
void Unref ()
 
void Unref (const DebugLocation &location, const char *reason)
 
RefCountedPtr< grpc_tls_certificate_providerRefIfNonZero () GRPC_MUST_USE_RESULT
 
RefCountedPtr< grpc_tls_certificate_providerRefIfNonZero (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT
 
 RefCounted (const RefCounted &)=delete
 
RefCountedoperator= (const RefCounted &)=delete
 
- Public Member Functions inherited from grpc_core::PolymorphicRefCount
virtual ~PolymorphicRefCount ()=default
 

Additional Inherited Members

- Protected Member Functions inherited from grpc_core::RefCounted< grpc_tls_certificate_provider >
 RefCounted (const char *trace=nullptr, intptr_t initial_refcount=1)
 

Constructor & Destructor Documentation

◆ FileWatcherCertificateProvider()

grpc_core::FileWatcherCertificateProvider::FileWatcherCertificateProvider ( std::string  private_key_path,
std::string  identity_certificate_path,
std::string  root_cert_path,
unsigned int  refresh_interval_sec 
)

◆ ~FileWatcherCertificateProvider()

grpc_core::FileWatcherCertificateProvider::~FileWatcherCertificateProvider ( )
override

Member Function Documentation

◆ distributor()

RefCountedPtr<grpc_tls_certificate_distributor> grpc_core::FileWatcherCertificateProvider::distributor ( ) const
inlineoverridevirtual

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