Public Member Functions | Private Member Functions | Private Attributes | List of all members
TlsCredentials Class Referencefinal

#include <tls_credentials.h>

Inheritance diagram for TlsCredentials:
Inheritance graph
[legend]

Public Member Functions

grpc_core::RefCountedPtr< grpc_channel_security_connectorcreate_security_connector (grpc_core::RefCountedPtr< grpc_call_credentials > call_creds, const char *target_name, const grpc_channel_args *args, grpc_channel_args **new_args) override
 
grpc_tls_credentials_optionsoptions () const
 
 TlsCredentials (grpc_core::RefCountedPtr< grpc_tls_credentials_options > options)
 
grpc_core::UniqueTypeName type () const override
 
 ~TlsCredentials () override
 
- Public Member Functions inherited from grpc_channel_credentials
int cmp (const grpc_channel_credentials *other) const
 
virtual grpc_core::RefCountedPtr< grpc_channel_credentialsduplicate_without_call_credentials ()
 
virtual grpc_core::ChannelArgs update_arguments (grpc_core::ChannelArgs args)
 
- Public Member Functions inherited from grpc_core::RefCounted< grpc_channel_credentials >
RefCountedoperator= (const RefCounted &)=delete
 
RefCountedPtr< grpc_channel_credentialsRef () GRPC_MUST_USE_RESULT
 
RefCountedPtr< grpc_channel_credentialsRef (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT
 
 RefCounted (const RefCounted &)=delete
 
RefCountedPtr< grpc_channel_credentialsRefIfNonZero () GRPC_MUST_USE_RESULT
 
RefCountedPtr< grpc_channel_credentialsRefIfNonZero (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT
 
void Unref ()
 
void Unref (const DebugLocation &location, const char *reason)
 
 ~RefCounted ()=default
 
- Public Member Functions inherited from grpc_core::PolymorphicRefCount
virtual ~PolymorphicRefCount ()=default
 

Private Member Functions

int cmp_impl (const grpc_channel_credentials *other) const override
 

Private Attributes

grpc_core::RefCountedPtr< grpc_tls_credentials_optionsoptions_
 

Additional Inherited Members

- Public Types inherited from grpc_core::RefCounted< grpc_channel_credentials >
using RefCountedChildType = grpc_channel_credentials
 
- Static Public Member Functions inherited from grpc_channel_credentials
static absl::string_view ChannelArgName ()
 
static int ChannelArgsCompare (const grpc_channel_credentials *args1, const grpc_channel_credentials *args2)
 
- Protected Member Functions inherited from grpc_core::RefCounted< grpc_channel_credentials >
 RefCounted (const char *trace=nullptr, intptr_t initial_refcount=1)
 

Detailed Description

Definition at line 33 of file tls_credentials.h.

Constructor & Destructor Documentation

◆ TlsCredentials()

TlsCredentials::TlsCredentials ( grpc_core::RefCountedPtr< grpc_tls_credentials_options options)
explicit

Definition at line 74 of file tls_credentials.cc.

◆ ~TlsCredentials()

TlsCredentials::~TlsCredentials ( )
override

Definition at line 78 of file tls_credentials.cc.

Member Function Documentation

◆ cmp_impl()

int TlsCredentials::cmp_impl ( const grpc_channel_credentials other) const
overrideprivatevirtual

Implements grpc_channel_credentials.

Definition at line 119 of file tls_credentials.cc.

◆ create_security_connector()

grpc_core::RefCountedPtr< grpc_channel_security_connector > TlsCredentials::create_security_connector ( grpc_core::RefCountedPtr< grpc_call_credentials call_creds,
const char *  target_name,
const grpc_channel_args args,
grpc_channel_args **  new_args 
)
overridevirtual

Implements grpc_channel_credentials.

Definition at line 81 of file tls_credentials.cc.

◆ options()

grpc_tls_credentials_options* TlsCredentials::options ( ) const
inline

Definition at line 47 of file tls_credentials.h.

◆ type()

grpc_core::UniqueTypeName TlsCredentials::type ( ) const
overridevirtual

Implements grpc_channel_credentials.

Definition at line 114 of file tls_credentials.cc.

Member Data Documentation

◆ options_

grpc_core::RefCountedPtr<grpc_tls_credentials_options> TlsCredentials::options_
private

Definition at line 52 of file tls_credentials.h.


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


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