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

#include <local_credentials.h>

Inheritance diagram for grpc_local_credentials:
Inheritance graph
[legend]

Public Member Functions

grpc_local_connect_type connect_type () const
 
grpc_core::RefCountedPtr< grpc_channel_security_connectorcreate_security_connector (grpc_core::RefCountedPtr< grpc_call_credentials > request_metadata_creds, const char *target_name, const grpc_channel_args *args, grpc_channel_args **new_args) override
 
 grpc_local_credentials (grpc_local_connect_type connect_type)
 
grpc_core::UniqueTypeName type () const override
 
 ~grpc_local_credentials () override=default
 
- 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_local_connect_type connect_type_
 

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 36 of file local_credentials.h.

Constructor & Destructor Documentation

◆ grpc_local_credentials()

grpc_local_credentials::grpc_local_credentials ( grpc_local_connect_type  connect_type)
explicit

Definition at line 56 of file local_credentials.cc.

◆ ~grpc_local_credentials()

grpc_local_credentials::~grpc_local_credentials ( )
overridedefault

Member Function Documentation

◆ cmp_impl()

int grpc_local_credentials::cmp_impl ( const grpc_channel_credentials other) const
inlineoverrideprivatevirtual

Implements grpc_channel_credentials.

Definition at line 52 of file local_credentials.h.

◆ connect_type()

grpc_local_connect_type grpc_local_credentials::connect_type ( ) const
inline

Definition at line 49 of file local_credentials.h.

◆ create_security_connector()

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

Implements grpc_channel_credentials.

Definition at line 32 of file local_credentials.cc.

◆ type()

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

Implements grpc_channel_credentials.

Definition at line 40 of file local_credentials.cc.

Member Data Documentation

◆ connect_type_

grpc_local_connect_type grpc_local_credentials::connect_type_
private

Definition at line 58 of file local_credentials.h.


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


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