|
GRPC Core
9.0.0
|
#include <chttp2_connector.h>
Public Member Functions | |
| Chttp2Connector () | |
| ~Chttp2Connector () | |
| void | Connect (const Args &args, Result *result, grpc_closure *notify) override |
| void | Shutdown (grpc_error *error) override |
Public Member Functions inherited from grpc_core::SubchannelConnector | |
| 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 () |
| grpc_core::Chttp2Connector::Chttp2Connector | ( | ) |
| grpc_core::Chttp2Connector::~Chttp2Connector | ( | ) |
|
overridevirtual |
Implements grpc_core::SubchannelConnector.
|
overridevirtual |
Implements grpc_core::SubchannelConnector.