GRPC C++  1.39.1
Namespaces | Functions
security_handshaker.h File Reference
#include <grpc/support/port_platform.h>
#include "src/core/lib/channel/handshaker.h"
#include "src/core/lib/security/security_connector/security_connector.h"

Go to the source code of this file.

Namespaces

 grpc_core
 Round Robin Policy.
 

Functions

RefCountedPtr< Handshaker > grpc_core::SecurityHandshakerCreate (tsi_handshaker *handshaker, grpc_security_connector *connector, const grpc_channel_args *args)
 Creates a security handshaker using handshaker. More...
 
void grpc_core::SecurityRegisterHandshakerFactories ()
 Registers security handshaker factories. More...
 
grpc_handshakergrpc_security_handshaker_create (tsi_handshaker *handshaker, grpc_security_connector *connector, const grpc_channel_args *args)
 

Function Documentation

◆ grpc_security_handshaker_create()

grpc_handshaker* grpc_security_handshaker_create ( tsi_handshaker handshaker,
grpc_security_connector connector,
const grpc_channel_args args 
)