#include <connectivity_state.h>

Public Member Functions | |
| virtual void | Notify (grpc_connectivity_state new_state, const absl::Status &status)=0 |
| void | Orphan () override |
| ~ConnectivityStateWatcherInterface () override=default | |
Public Member Functions inherited from grpc_core::InternallyRefCounted< ConnectivityStateWatcherInterface > | |
| 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< ConnectivityStateWatcherInterface > | |
| InternallyRefCounted (const char *trace=nullptr, intptr_t initial_refcount=1) | |
| RefCountedPtr< ConnectivityStateWatcherInterface > | Ref () GRPC_MUST_USE_RESULT |
| RefCountedPtr< ConnectivityStateWatcherInterface > | 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 49 of file src/core/lib/transport/connectivity_state.h.
|
overridedefault |
|
pure virtual |
|
inlineoverridevirtual |
Implements grpc_core::Orphanable.
Definition at line 58 of file src/core/lib/transport/connectivity_state.h.