#include <mock_authorization_endpoint.h>

Public Member Functions | |
| MockAuthorizationEndpoint (absl::string_view local_uri, absl::string_view peer_uri) | |
| void | SetLocalAddress (absl::string_view local_address) |
| void | SetPeer (absl::string_view peer_address) |
Static Public Member Functions | |
| static absl::string_view | GetLocalAddress (grpc_endpoint *ep) |
| static absl::string_view | GetPeer (grpc_endpoint *ep) |
Private Attributes | |
| std::string | local_address_ |
| std::string | peer_address_ |
Additional Inherited Members | |
Public Attributes inherited from grpc_endpoint | |
| const grpc_endpoint_vtable * | vtable |
Definition at line 24 of file mock_authorization_endpoint.h.
|
inline |
Definition at line 26 of file mock_authorization_endpoint.h.
|
inlinestatic |
Definition at line 41 of file mock_authorization_endpoint.h.
|
inlinestatic |
Definition at line 35 of file mock_authorization_endpoint.h.
|
inline |
Definition at line 51 of file mock_authorization_endpoint.h.
|
inline |
Definition at line 47 of file mock_authorization_endpoint.h.
|
private |
Definition at line 56 of file mock_authorization_endpoint.h.
|
private |
Definition at line 57 of file mock_authorization_endpoint.h.