GRPC Core  9.0.0
Data Structures | Public Member Functions
grpc_core::SubchannelConnector Class Referenceabstract

#include <connector.h>

Data Structures

struct  Args
 
struct  Result
 

Public Member Functions

virtual void Connect (const Args &args, Result *result, grpc_closure *notify)=0
 
virtual void Shutdown (grpc_error *error)=0
 
void Orphan () override
 
- 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
 Orphanable (const Orphanable &)=delete
 
Orphanableoperator= (const Orphanable &)=delete
 

Additional Inherited Members

- Protected Member Functions inherited from grpc_core::InternallyRefCounted< SubchannelConnector >
 InternallyRefCounted (TraceFlagT *trace_flag=nullptr, intptr_t initial_refcount=1)
 
virtual ~InternallyRefCounted ()=default
 
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)
 
- Protected Member Functions inherited from grpc_core::Orphanable
 Orphanable ()
 
virtual ~Orphanable ()
 

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.

◆ Shutdown()

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

Implemented in grpc_core::Chttp2Connector.


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