#include <connector.h>
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 |
![]() | |
InternallyRefCounted (const InternallyRefCounted &)=delete | |
InternallyRefCounted & | operator= (const InternallyRefCounted &)=delete |
![]() | |
Orphanable & | operator= (const Orphanable &)=delete |
Orphanable (const Orphanable &)=delete | |
Additional Inherited Members | |
![]() | |
InternallyRefCounted (const char *trace=nullptr, intptr_t initial_refcount=1) | |
RefCountedPtr< SubchannelConnector > | Ref () GRPC_MUST_USE_RESULT |
RefCountedPtr< SubchannelConnector > | Ref (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT |
void | Unref () |
void | Unref (const DebugLocation &location, const char *reason) |
~InternallyRefCounted () override=default | |
![]() | |
Orphanable () | |
virtual | ~Orphanable () |
Definition at line 39 of file connector.h.
|
pure virtual |
Implemented in grpc_core::Chttp2Connector.
|
inlineoverridevirtual |
Implements grpc_core::Orphanable.
Definition at line 77 of file connector.h.
|
pure virtual |
Implemented in grpc_core::Chttp2Connector.