GRPC C++
1.39.1
|
Go to the source code of this file.
Functions | |
grpc_core::RefCountedPtr< grpc_channel_security_connector > | grpc_local_channel_security_connector_create (grpc_core::RefCountedPtr< grpc_channel_credentials > channel_creds, grpc_core::RefCountedPtr< grpc_call_credentials > request_metadata_creds, const grpc_channel_args *args, const char *target_name) |
This method creates a local channel security connector. More... | |
grpc_core::RefCountedPtr< grpc_server_security_connector > | grpc_local_server_security_connector_create (grpc_core::RefCountedPtr< grpc_server_credentials > server_creds) |
This method creates a local server security connector. More... | |
grpc_core::RefCountedPtr<grpc_channel_security_connector> grpc_local_channel_security_connector_create | ( | grpc_core::RefCountedPtr< grpc_channel_credentials > | channel_creds, |
grpc_core::RefCountedPtr< grpc_call_credentials > | request_metadata_creds, | ||
const grpc_channel_args * | args, | ||
const char * | target_name | ||
) |
This method creates a local channel security connector.
It returns nullptr on failure.
grpc_core::RefCountedPtr<grpc_server_security_connector> grpc_local_server_security_connector_create | ( | grpc_core::RefCountedPtr< grpc_server_credentials > | server_creds | ) |
This method creates a local server security connector.
It returns nullptr on failure.