#include <handshaker.h>
Public Member Functions | |
virtual void | DoHandshake (grpc_tcp_server_acceptor *acceptor, grpc_closure *on_handshake_done, HandshakerArgs *args)=0 |
virtual const char * | name () const =0 |
virtual void | Shutdown (grpc_error_handle why)=0 |
~Handshaker () override=default | |
![]() | |
RefCounted & | operator= (const RefCounted &)=delete |
RefCountedPtr< Handshaker > | Ref () GRPC_MUST_USE_RESULT |
RefCountedPtr< Handshaker > | Ref (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT |
RefCounted (const RefCounted &)=delete | |
RefCountedPtr< Handshaker > | RefIfNonZero () GRPC_MUST_USE_RESULT |
RefCountedPtr< Handshaker > | RefIfNonZero (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT |
void | Unref () |
void | Unref (const DebugLocation &location, const char *reason) |
~RefCounted ()=default | |
![]() | |
virtual | ~PolymorphicRefCount ()=default |
Additional Inherited Members | |
![]() | |
using | RefCountedChildType = Handshaker |
![]() | |
RefCounted (const char *trace=nullptr, intptr_t initial_refcount=1) | |
Definition at line 84 of file handshaker.h.
|
overridedefault |
|
pure virtual |
Implemented in grpc_core::ReadAheadHandshaker.
|
pure virtual |
Implemented in grpc_core::ReadAheadHandshaker.
|
pure virtual |
Implemented in grpc_core::ReadAheadHandshaker.