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

#include <connector.h>

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

Classes

struct  Args
 
struct  Result
 

Public Member Functions

virtual void Connect (const Args &args, Result *result, grpc_closure *notify)=0
 
void Orphan () override
 
virtual void Shutdown (grpc_error_handle error)=0
 
- Public Member Functions inherited from grpc_core::InternallyRefCounted< SubchannelConnector >
 InternallyRefCounted (const InternallyRefCounted &)=delete
 
InternallyRefCountedoperator= (const InternallyRefCounted &)=delete
 
- Public Member Functions inherited from grpc_core::Orphanable
Orphanableoperator= (const Orphanable &)=delete
 
 Orphanable (const Orphanable &)=delete
 

Additional Inherited Members

- Protected Member Functions inherited from grpc_core::InternallyRefCounted< SubchannelConnector >
 InternallyRefCounted (const char *trace=nullptr, intptr_t initial_refcount=1)
 
RefCountedPtr< SubchannelConnectorRef () GRPC_MUST_USE_RESULT
 
RefCountedPtr< SubchannelConnectorRef (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT
 
void Unref ()
 
void Unref (const DebugLocation &location, const char *reason)
 
 ~InternallyRefCounted () override=default
 
- Protected Member Functions inherited from grpc_core::Orphanable
 Orphanable ()
 
virtual ~Orphanable ()
 

Detailed Description

Definition at line 39 of file connector.h.

Member Function Documentation

◆ Connect()

virtual void grpc_core::SubchannelConnector::Connect ( const Args args,
Result result,
grpc_closure notify 
)
pure virtual

Implemented in grpc_core::Chttp2Connector.

◆ Orphan()

void grpc_core::SubchannelConnector::Orphan ( )
inlineoverridevirtual

Implements grpc_core::Orphanable.

Definition at line 77 of file connector.h.

◆ Shutdown()

virtual void grpc_core::SubchannelConnector::Shutdown ( grpc_error_handle  error)
pure virtual

Implemented in grpc_core::Chttp2Connector.


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


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