GRPC C++  1.39.1
Data Structures | Namespaces | Macros | Variables
resolver.h File Reference
#include <grpc/support/port_platform.h>
#include <grpc/impl/codegen/grpc_types.h>
#include "src/core/ext/filters/client_channel/server_address.h"
#include "src/core/ext/filters/client_channel/service_config.h"
#include "src/core/lib/gprpp/orphanable.h"
#include "src/core/lib/gprpp/ref_counted_ptr.h"
#include "src/core/lib/iomgr/iomgr.h"
#include "src/core/lib/iomgr/work_serializer.h"

Go to the source code of this file.

Data Structures

class  grpc_core::Resolver
 Interface for name resolution. More...
 
struct  grpc_core::Resolver::Result
 Results returned by the resolver. More...
 
class  grpc_core::Resolver::ResultHandler
 A proxy object used by the resolver to return results to the client channel. More...
 

Namespaces

 grpc_core
 Round Robin Policy.
 

Macros

#define GRPC_ARG_ADDRESS_NAME   "grpc.address_name"
 

Variables

grpc_core::DebugOnlyTraceFlag grpc_trace_resolver_refcount
 

Macro Definition Documentation

◆ GRPC_ARG_ADDRESS_NAME

#define GRPC_ARG_ADDRESS_NAME   "grpc.address_name"

Variable Documentation

◆ grpc_trace_resolver_refcount

grpc_core::DebugOnlyTraceFlag grpc_trace_resolver_refcount
extern