GRPC C++
1.39.1
|
#include <grpc/support/port_platform.h>
#include "absl/strings/string_view.h"
#include <grpc/grpc.h>
Go to the source code of this file.
Namespaces | |
grpc_core | |
Round Robin Policy. | |
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... | |