GRPC Core  18.0.0
Public Member Functions | Static Public Member Functions
grpc_core::ClientChannelFactory Class Referenceabstract

#include <client_channel_factory.h>

Public Member Functions

virtual ~ClientChannelFactory ()=default
 
virtual RefCountedPtr< SubchannelCreateSubchannel (const grpc_channel_args *args)=0
 

Static Public Member Functions

static grpc_arg CreateChannelArg (ClientChannelFactory *factory)
 
static ClientChannelFactoryGetFromChannelArgs (const grpc_channel_args *args)
 

Constructor & Destructor Documentation

◆ ~ClientChannelFactory()

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

Member Function Documentation

◆ CreateChannelArg()

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

◆ CreateSubchannel()

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

◆ GetFromChannelArgs()

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

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