GRPC Core  18.0.0
Namespaces | Macros | Functions
authority_override.cc File Reference
#include <grpc/support/port_platform.h>
#include "absl/strings/string_view.h"
#include "src/core/lib/channel/channel_args.h"

Namespaces

 grpc_core
 Round Robin Policy.
 

Macros

#define GRPC_ARG_AUTHORITY_OVERRIDE   "grpc.authority_override"
 

Functions

grpc_arg grpc_core::CreateAuthorityOverrideChannelArg (const char *authority)
 Returns a channel argument containing authority. More...
 
absl::string_view grpc_core::FindAuthorityOverrideInArgs (const grpc_channel_args *args)
 Returns the authority override from args or the empty string. More...
 

Macro Definition Documentation

◆ GRPC_ARG_AUTHORITY_OVERRIDE

#define GRPC_ARG_AUTHORITY_OVERRIDE   "grpc.authority_override"