Public Member Functions | Private Attributes | List of all members
grpc_core::DelegatingSubchannel Class Reference

#include <subchannel_interface.h>

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

Public Member Functions

void AddDataWatcher (std::unique_ptr< DataWatcherInterface > watcher) override
 
void CancelConnectivityStateWatch (ConnectivityStateWatcherInterface *watcher) override
 
const grpc_channel_argschannel_args () override
 
 DelegatingSubchannel (RefCountedPtr< SubchannelInterface > subchannel)
 
void RequestConnection () override
 
void ResetBackoff () override
 
void WatchConnectivityState (std::unique_ptr< ConnectivityStateWatcherInterface > watcher) override
 
RefCountedPtr< SubchannelInterfacewrapped_subchannel () const
 
- 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 >
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
 

Private Attributes

RefCountedPtr< SubchannelInterfacewrapped_subchannel_
 

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 106 of file subchannel_interface.h.

Constructor & Destructor Documentation

◆ DelegatingSubchannel()

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

Definition at line 108 of file subchannel_interface.h.

Member Function Documentation

◆ AddDataWatcher()

void grpc_core::DelegatingSubchannel::AddDataWatcher ( std::unique_ptr< DataWatcherInterface watcher)
inlineoverridevirtual

Implements grpc_core::SubchannelInterface.

Definition at line 130 of file subchannel_interface.h.

◆ CancelConnectivityStateWatch()

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

Implements grpc_core::SubchannelInterface.

Definition at line 119 of file subchannel_interface.h.

◆ channel_args()

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

Implements grpc_core::SubchannelInterface.

Definition at line 127 of file subchannel_interface.h.

◆ RequestConnection()

void grpc_core::DelegatingSubchannel::RequestConnection ( )
inlineoverridevirtual

Implements grpc_core::SubchannelInterface.

Definition at line 123 of file subchannel_interface.h.

◆ ResetBackoff()

void grpc_core::DelegatingSubchannel::ResetBackoff ( )
inlineoverridevirtual

Implements grpc_core::SubchannelInterface.

Definition at line 126 of file subchannel_interface.h.

◆ WatchConnectivityState()

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

Implements grpc_core::SubchannelInterface.

Definition at line 115 of file subchannel_interface.h.

◆ wrapped_subchannel()

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

Definition at line 111 of file subchannel_interface.h.

Member Data Documentation

◆ wrapped_subchannel_

RefCountedPtr<SubchannelInterface> grpc_core::DelegatingSubchannel::wrapped_subchannel_
private

Definition at line 135 of file subchannel_interface.h.


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


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