#include <insecure_security_connector.h>
|
| | InsecureServerSecurityConnector (grpc_core::RefCountedPtr< grpc_server_credentials > server_creds) |
| |
| void | add_handshakers (const grpc_channel_args *args, grpc_pollset_set *, grpc_core::HandshakeManager *handshake_manager) override |
| |
| void | check_peer (tsi_peer peer, grpc_endpoint *ep, grpc_core::RefCountedPtr< grpc_auth_context > *auth_context, grpc_closure *on_peer_checked) override |
| |
| void | cancel_check_peer (grpc_closure *, grpc_error_handle error) override |
| |
| int | cmp (const grpc_security_connector *other) const override |
| |
| | grpc_server_security_connector (const char *url_scheme, grpc_core::RefCountedPtr< grpc_server_credentials > server_creds) |
| |
| | ~grpc_server_security_connector () override |
| |
| 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 |
| |
| 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 |
| |
◆ InsecureServerSecurityConnector()
◆ add_handshakers()
◆ cancel_check_peer()
◆ check_peer()
◆ cmp()
The documentation for this class was generated from the following files: