#include <secure_server_credentials.h>
◆ SecureServerCredentials()
grpc_impl::SecureServerCredentials::SecureServerCredentials |
( |
grpc_server_credentials * |
creds | ) |
|
|
inlineexplicit |
◆ ~SecureServerCredentials()
grpc_impl::SecureServerCredentials::~SecureServerCredentials |
( |
| ) |
|
|
inlineoverride |
◆ AddPortToServer()
Tries to bind server to the given addr (eg, localhost:1234, 192.168.1.1:31416, [::1]:27182, etc.)
- Returns
- bound port number on success, 0 on failure.
Implements grpc_impl::ServerCredentials.
◆ SetAuthMetadataProcessor()
This method is not thread-safe and has to be called before the server is started.
The last call to this function wins.
Implements grpc_impl::ServerCredentials.
The documentation for this class was generated from the following files: