|
GRPC Core
9.0.0
|
#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 | |
| InternallyRefCounted & | operator= (const InternallyRefCounted &)=delete |
Public Member Functions inherited from grpc_core::Orphanable | |
| Orphanable (const Orphanable &)=delete | |
| Orphanable & | operator= (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< 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) |
Protected Member Functions inherited from grpc_core::Orphanable | |
| Orphanable () | |
| virtual | ~Orphanable () |
|
pure virtual |
Implemented in grpc_core::Chttp2Connector.
|
inlineoverridevirtual |
Implements grpc_core::Orphanable.
|
pure virtual |
Implemented in grpc_core::Chttp2Connector.