GRPC Core
9.0.0
|
#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_handshaker * | grpc_security_handshaker_create (tsi_handshaker *handshaker, grpc_security_connector *connector, const grpc_channel_args *args) |
grpc_handshaker* grpc_security_handshaker_create | ( | tsi_handshaker * | handshaker, |
grpc_security_connector * | connector, | ||
const grpc_channel_args * | args | ||
) |