#include <handshaker_registry.h>
◆ AddHandshakers()
◆ Init()
static void grpc_core::HandshakerRegistry::Init |
( |
| ) |
|
|
static |
◆ RegisterHandshakerFactory()
static void grpc_core::HandshakerRegistry::RegisterHandshakerFactory |
( |
bool |
at_start, |
|
|
HandshakerType |
handshaker_type, |
|
|
std::unique_ptr< HandshakerFactory > |
factory |
|
) |
| |
|
static |
Registers a new handshaker factory.
Takes ownership. If at_start is true, the new handshaker will be at the beginning of the list. Otherwise, it will be added to the end.
◆ Shutdown()
static void grpc_core::HandshakerRegistry::Shutdown |
( |
| ) |
|
|
static |
The documentation for this class was generated from the following file: