|
GRPC C++
1.26.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 |
Public Member Functions inherited from grpc_core::RefCounted< Handshaker > | |
| ~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 |
Public Member Functions inherited from grpc_core::PolymorphicRefCount | |
| virtual | ~PolymorphicRefCount ()=default |
Additional Inherited Members | |
Protected Member Functions inherited from grpc_core::RefCounted< Handshaker > | |
| RefCounted (TraceFlagT *trace_flag=nullptr, intptr_t initial_refcount=1) | |
|
virtualdefault |
|
pure virtual |
|
pure virtual |
|
pure virtual |