GRPC C++
1.39.1
|
#include <grpc/support/port_platform.h>
#include "src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h"
#include <string.h>
#include "absl/container/inlined_vector.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/lb_policy/grpclb/grpclb_balancer_addresses.h"
#include "src/core/ext/filters/client_channel/server_address.h"
#include "src/core/lib/address_utils/sockaddr_utils.h"
#include "src/core/lib/channel/channel_args.h"
#include "src/core/lib/security/credentials/credentials.h"
#include "src/core/lib/slice/slice_internal.h"
Namespaces | |
grpc_core | |
Round Robin Policy. | |
Functions | |
grpc_channel_args * | grpc_core::ModifyGrpclbBalancerChannelArgs (grpc_channel_args *args) |
Makes any necessary modifications to args for use in the grpclb balancer channel. More... | |
grpc_channel * | grpc_core::CreateGrpclbBalancerChannel (const char *target_uri, const grpc_channel_args &args) |