Classes | Public Member Functions | Static Public Member Functions | List of all members
grpc_core::ClientChannelFactory Class Referenceabstract

#include <client_channel_factory.h>

Inheritance diagram for grpc_core::ClientChannelFactory:
Inheritance graph
[legend]

Classes

struct  RawPointerChannelArgTag
 

Public Member Functions

virtual RefCountedPtr< SubchannelCreateSubchannel (const grpc_resolved_address &address, const grpc_channel_args *args)=0
 
virtual ~ClientChannelFactory ()=default
 

Static Public Member Functions

static absl::string_view ChannelArgName ()
 
static grpc_arg CreateChannelArg (ClientChannelFactory *factory)
 
static ClientChannelFactoryGetFromChannelArgs (const grpc_channel_args *args)
 

Detailed Description

Definition at line 32 of file client_channel_factory.h.

Constructor & Destructor Documentation

◆ ~ClientChannelFactory()

virtual grpc_core::ClientChannelFactory::~ClientChannelFactory ( )
virtualdefault

Member Function Documentation

◆ ChannelArgName()

absl::string_view grpc_core::ClientChannelFactory::ChannelArgName ( )
static

Definition at line 43 of file client_channel_factory.cc.

◆ CreateChannelArg()

grpc_arg grpc_core::ClientChannelFactory::CreateChannelArg ( ClientChannelFactory factory)
static

Definition at line 47 of file client_channel_factory.cc.

◆ CreateSubchannel()

virtual RefCountedPtr<Subchannel> grpc_core::ClientChannelFactory::CreateSubchannel ( const grpc_resolved_address address,
const grpc_channel_args args 
)
pure virtual

◆ GetFromChannelArgs()

ClientChannelFactory * grpc_core::ClientChannelFactory::GetFromChannelArgs ( const grpc_channel_args args)
static

Definition at line 53 of file client_channel_factory.cc.


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


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