GRPC Core  9.0.0
Public Member Functions
grpc_core::Handshaker Class Referenceabstract

Handshaker. More...

#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< HandshakerRef () GRPC_MUST_USE_RESULT
 
RefCountedPtr< HandshakerRef (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
 
RefCountedoperator= (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)
 

Detailed Description

Handshaker.

Constructor & Destructor Documentation

◆ ~Handshaker()

virtual grpc_core::Handshaker::~Handshaker ( )
virtualdefault

Member Function Documentation

◆ DoHandshake()

virtual void grpc_core::Handshaker::DoHandshake ( grpc_tcp_server_acceptor acceptor,
grpc_closure on_handshake_done,
HandshakerArgs args 
)
pure virtual

◆ name()

virtual const char* grpc_core::Handshaker::name ( ) const
pure virtual

◆ Shutdown()

virtual void grpc_core::Handshaker::Shutdown ( grpc_error why)
pure virtual

The documentation for this class was generated from the following file: