GRPC Core
9.0.0
|
#include <handshaker.h>
Public Member Functions | |
virtual | ~Handshaker ()=default |
virtual void | Shutdown (grpc_error *why)=0 |
virtual void | DoHandshake (grpc_tcp_server_acceptor *acceptor, grpc_closure *on_handshake_done, HandshakerArgs *args)=0 |
virtual const char * | name () const =0 |
![]() | |
~RefCounted ()=default | |
RefCountedPtr< Handshaker > | Ref () GRPC_MUST_USE_RESULT |
RefCountedPtr< Handshaker > | Ref (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT |
void | Unref () |
void | Unref (const DebugLocation &location, const char *reason) |
bool | RefIfNonZero () |
bool | RefIfNonZero (const DebugLocation &location, const char *reason) |
RefCounted (const RefCounted &)=delete | |
RefCounted & | operator= (const RefCounted &)=delete |
![]() | |
virtual | ~PolymorphicRefCount ()=default |
Additional Inherited Members | |
![]() | |
RefCounted (TraceFlagT *trace_flag=nullptr, intptr_t initial_refcount=1) | |
|
virtualdefault |
|
pure virtual |
|
pure virtual |
|
pure virtual |