GRPC C++  1.39.1
Public Member Functions
grpc_composite_channel_credentials Class Reference

#include <composite_credentials.h>

Public Member Functions

 grpc_composite_channel_credentials (grpc_core::RefCountedPtr< grpc_channel_credentials > channel_creds, grpc_core::RefCountedPtr< grpc_call_credentials > call_creds)
 
 ~grpc_composite_channel_credentials () override=default
 
grpc_core::RefCountedPtr< grpc_channel_credentialsduplicate_without_call_credentials () override
 
grpc_core::RefCountedPtr< grpc_channel_security_connectorcreate_security_connector (grpc_core::RefCountedPtr< grpc_call_credentials > call_creds, const char *target, const grpc_channel_args *args, grpc_channel_args **new_args) override
 
grpc_channel_argsupdate_arguments (grpc_channel_args *args) override
 
const grpc_channel_credentialsinner_creds () const
 
const grpc_call_credentialscall_creds () const
 
grpc_call_credentialsmutable_call_creds ()
 
- Public Member Functions inherited from grpc_channel_credentials
 grpc_channel_credentials (const char *type)
 
 ~grpc_channel_credentials () override=default
 
const char * type () const
 
- Public Member Functions inherited from grpc_core::RefCounted< grpc_channel_credentials >
 ~RefCounted ()=default
 
RefCountedPtr< grpc_channel_credentialsRef () GRPC_MUST_USE_RESULT
 
RefCountedPtr< grpc_channel_credentialsRef (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT
 
void Unref ()
 
void Unref (const DebugLocation &location, const char *reason)
 
RefCountedPtr< grpc_channel_credentialsRefIfNonZero () GRPC_MUST_USE_RESULT
 
RefCountedPtr< grpc_channel_credentialsRefIfNonZero (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_channel_credentials >
 RefCounted (const char *trace=nullptr, intptr_t initial_refcount=1)
 

Constructor & Destructor Documentation

◆ grpc_composite_channel_credentials()

grpc_composite_channel_credentials::grpc_composite_channel_credentials ( grpc_core::RefCountedPtr< grpc_channel_credentials channel_creds,
grpc_core::RefCountedPtr< grpc_call_credentials call_creds 
)
inline

◆ ~grpc_composite_channel_credentials()

grpc_composite_channel_credentials::~grpc_composite_channel_credentials ( )
overridedefault

Member Function Documentation

◆ call_creds()

const grpc_call_credentials* grpc_composite_channel_credentials::call_creds ( ) const
inline

◆ create_security_connector()

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

◆ duplicate_without_call_credentials()

grpc_core::RefCountedPtr<grpc_channel_credentials> grpc_composite_channel_credentials::duplicate_without_call_credentials ( )
inlineoverridevirtual

Reimplemented from grpc_channel_credentials.

◆ inner_creds()

const grpc_channel_credentials* grpc_composite_channel_credentials::inner_creds ( ) const
inline

◆ mutable_call_creds()

grpc_call_credentials* grpc_composite_channel_credentials::mutable_call_creds ( )
inline

◆ update_arguments()

grpc_channel_args* grpc_composite_channel_credentials::update_arguments ( grpc_channel_args args)
inlineoverridevirtual

Reimplemented from grpc_channel_credentials.


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