|
GRPC Core
9.0.0
|
#include <grpc/support/port_platform.h>#include "src/core/ext/filters/client_channel/xds/xds_channel.h"#include <string.h>#include <grpc/grpc_security.h>#include <grpc/support/alloc.h>#include <grpc/support/string_util.h>#include "src/core/ext/filters/client_channel/client_channel.h"#include "src/core/ext/filters/client_channel/server_address.h"#include "src/core/lib/channel/channel_args.h"#include "src/core/lib/iomgr/sockaddr_utils.h"#include "src/core/lib/security/credentials/credentials.h"#include "src/core/lib/security/credentials/fake/fake_credentials.h"#include "src/core/lib/security/transport/target_authority_table.h"#include "src/core/lib/slice/slice_internal.h"Namespaces | |
| grpc_core | |
| Round Robin Policy. | |
Functions | |
| grpc_channel_args * | grpc_core::ModifyXdsChannelArgs (grpc_channel_args *args) |
| Makes any necessary modifications to args for use in the xds balancer channel. More... | |
| grpc_channel * | grpc_core::CreateXdsChannel (const XdsBootstrap &bootstrap, const grpc_channel_args &args) |