#include <security_connector.h>
|
| grpc_server_security_connector (const char *url_scheme, grpc_core::RefCountedPtr< grpc_server_credentials > server_creds) |
|
| ~grpc_server_security_connector () override |
|
virtual void | add_handshakers (const grpc_channel_args *args, grpc_pollset_set *interested_parties, grpc_core::HandshakeManager *handshake_mgr)=0 |
|
const grpc_server_credentials * | server_creds () const |
|
grpc_server_credentials * | mutable_server_creds () |
|
| grpc_security_connector (const char *url_scheme) |
|
| ~grpc_security_connector () override=default |
|
virtual void | check_peer (tsi_peer peer, grpc_endpoint *ep, grpc_core::RefCountedPtr< grpc_auth_context > *auth_context, grpc_closure *on_peer_checked)=0 |
|
virtual void | cancel_check_peer (grpc_closure *on_peer_checked, grpc_error_handle error)=0 |
|
virtual int | cmp (const grpc_security_connector *other) const =0 |
|
const char * | url_scheme () const |
|
| ~RefCounted ()=default |
|
RefCountedPtr< grpc_security_connector > | Ref () GRPC_MUST_USE_RESULT |
|
RefCountedPtr< grpc_security_connector > | Ref (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT |
|
void | Unref () |
|
void | Unref (const DebugLocation &location, const char *reason) |
|
RefCountedPtr< grpc_security_connector > | RefIfNonZero () GRPC_MUST_USE_RESULT |
|
RefCountedPtr< grpc_security_connector > | RefIfNonZero (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT |
|
| RefCounted (const RefCounted &)=delete |
|
RefCounted & | operator= (const RefCounted &)=delete |
|
virtual | ~PolymorphicRefCount ()=default |
|
◆ grpc_server_security_connector()
◆ ~grpc_server_security_connector()
grpc_server_security_connector::~grpc_server_security_connector |
( |
| ) |
|
|
overridedefault |
◆ add_handshakers()
◆ mutable_server_creds()
◆ server_creds()
◆ server_security_connector_cmp()
The documentation for this class was generated from the following files: