#include <proxy_mapper.h>
Definition at line 30 of file proxy_mapper.h.
◆ ~ProxyMapperInterface()
virtual grpc_core::ProxyMapperInterface::~ProxyMapperInterface |
( |
| ) |
|
|
virtualdefault |
◆ MapAddress()
Determines the proxy address to use to contact address. If no proxy is needed, returns false. Otherwise, sets new_address, optionally sets new_args, and returns true.
Implemented in grpc_core::HttpProxyMapper.
◆ MapName()
Determines the proxy name to resolve for server_uri. If no proxy is needed, returns false. Otherwise, sets name_to_resolve, optionally sets new_args, and returns true.
Implemented in grpc_core::HttpProxyMapper.
The documentation for this class was generated from the following file: