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

#include <subchannel_interface.h>

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

Classes

class  ConnectivityStateWatcherInterface
 
class  DataWatcherInterface
 

Public Member Functions

virtual void AddDataWatcher (std::unique_ptr< DataWatcherInterface > watcher)=0
 
virtual void CancelConnectivityStateWatch (ConnectivityStateWatcherInterface *watcher)=0
 
virtual const grpc_channel_argschannel_args ()=0
 
virtual void RequestConnection ()=0
 
virtual void ResetBackoff ()=0
 
 SubchannelInterface (const char *trace=nullptr)
 
virtual void WatchConnectivityState (std::unique_ptr< ConnectivityStateWatcherInterface > watcher)=0
 
 ~SubchannelInterface () override=default
 
- Public Member Functions inherited from grpc_core::RefCounted< SubchannelInterface >
RefCountedoperator= (const RefCounted &)=delete
 
RefCountedPtr< SubchannelInterfaceRef () GRPC_MUST_USE_RESULT
 
RefCountedPtr< SubchannelInterfaceRef (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT
 
 RefCounted (const RefCounted &)=delete
 
RefCountedPtr< SubchannelInterfaceRefIfNonZero () GRPC_MUST_USE_RESULT
 
RefCountedPtr< SubchannelInterfaceRefIfNonZero (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
 

Additional Inherited Members

- Public Types inherited from grpc_core::RefCounted< SubchannelInterface >
using RefCountedChildType = SubchannelInterface
 
- Protected Member Functions inherited from grpc_core::RefCounted< SubchannelInterface >
 RefCounted (const char *trace=nullptr, intptr_t initial_refcount=1)
 

Detailed Description

Definition at line 37 of file subchannel_interface.h.

Constructor & Destructor Documentation

◆ SubchannelInterface()

grpc_core::SubchannelInterface::SubchannelInterface ( const char *  trace = nullptr)
inlineexplicit

Definition at line 62 of file subchannel_interface.h.

◆ ~SubchannelInterface()

grpc_core::SubchannelInterface::~SubchannelInterface ( )
overridedefault

Member Function Documentation

◆ AddDataWatcher()

virtual void grpc_core::SubchannelInterface::AddDataWatcher ( std::unique_ptr< DataWatcherInterface watcher)
pure virtual

◆ CancelConnectivityStateWatch()

virtual void grpc_core::SubchannelInterface::CancelConnectivityStateWatch ( ConnectivityStateWatcherInterface watcher)
pure virtual

◆ channel_args()

virtual const grpc_channel_args* grpc_core::SubchannelInterface::channel_args ( )
pure virtual

◆ RequestConnection()

virtual void grpc_core::SubchannelInterface::RequestConnection ( )
pure virtual

◆ ResetBackoff()

virtual void grpc_core::SubchannelInterface::ResetBackoff ( )
pure virtual

◆ WatchConnectivityState()

virtual void grpc_core::SubchannelInterface::WatchConnectivityState ( std::unique_ptr< ConnectivityStateWatcherInterface watcher)
pure virtual

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


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