GRPC C++  1.39.1
Public Member Functions
grpc_core::DelegatingSubchannel Class Reference

#include <subchannel_interface.h>

Public Member Functions

 DelegatingSubchannel (RefCountedPtr< SubchannelInterface > subchannel)
 
RefCountedPtr< SubchannelInterfacewrapped_subchannel () const
 
grpc_connectivity_state CheckConnectivityState () override
 
void WatchConnectivityState (grpc_connectivity_state initial_state, std::unique_ptr< ConnectivityStateWatcherInterface > watcher) override
 
void CancelConnectivityStateWatch (ConnectivityStateWatcherInterface *watcher) override
 
void AttemptToConnect () override
 
void ResetBackoff () override
 
const grpc_channel_argschannel_args () override
 
- Public Member Functions inherited from grpc_core::SubchannelInterface
 SubchannelInterface (const char *trace=nullptr)
 
 ~SubchannelInterface () override=default
 
- Public Member Functions inherited from grpc_core::RefCounted< SubchannelInterface >
 ~RefCounted ()=default
 
RefCountedPtr< SubchannelInterfaceRef () GRPC_MUST_USE_RESULT
 
RefCountedPtr< SubchannelInterfaceRef (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT
 
void Unref ()
 
void Unref (const DebugLocation &location, const char *reason)
 
RefCountedPtr< SubchannelInterfaceRefIfNonZero () GRPC_MUST_USE_RESULT
 
RefCountedPtr< SubchannelInterfaceRefIfNonZero (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< SubchannelInterface >
 RefCounted (const char *trace=nullptr, intptr_t initial_refcount=1)
 

Constructor & Destructor Documentation

◆ DelegatingSubchannel()

grpc_core::DelegatingSubchannel::DelegatingSubchannel ( RefCountedPtr< SubchannelInterface subchannel)
inlineexplicit

Member Function Documentation

◆ AttemptToConnect()

void grpc_core::DelegatingSubchannel::AttemptToConnect ( )
inlineoverridevirtual

◆ CancelConnectivityStateWatch()

void grpc_core::DelegatingSubchannel::CancelConnectivityStateWatch ( ConnectivityStateWatcherInterface watcher)
inlineoverridevirtual

◆ channel_args()

const grpc_channel_args* grpc_core::DelegatingSubchannel::channel_args ( )
inlineoverridevirtual

◆ CheckConnectivityState()

grpc_connectivity_state grpc_core::DelegatingSubchannel::CheckConnectivityState ( )
inlineoverridevirtual

◆ ResetBackoff()

void grpc_core::DelegatingSubchannel::ResetBackoff ( )
inlineoverridevirtual

◆ WatchConnectivityState()

void grpc_core::DelegatingSubchannel::WatchConnectivityState ( grpc_connectivity_state  initial_state,
std::unique_ptr< ConnectivityStateWatcherInterface watcher 
)
inlineoverridevirtual

◆ wrapped_subchannel()

RefCountedPtr<SubchannelInterface> grpc_core::DelegatingSubchannel::wrapped_subchannel ( ) const
inline

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