#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 |
Public Member Functions inherited from grpc_core::InternallyRefCounted< SubchannelConnector > | |
| InternallyRefCounted (const InternallyRefCounted &)=delete | |
| InternallyRefCounted & | operator= (const InternallyRefCounted &)=delete |
Public Member Functions inherited from grpc_core::Orphanable | |
| Orphanable & | operator= (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< 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 | |
Protected Member Functions inherited from grpc_core::Orphanable | |
| 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.