#include <grpc/support/port_platform.h>
#include "src/core/ext/filters/client_channel/backup_poller.h"
#include "src/core/ext/filters/client_channel/client_channel.h"
#include "src/core/ext/filters/client_channel/http_proxy.h"
#include "src/core/ext/filters/client_channel/lb_policy_registry.h"
#include "src/core/ext/filters/client_channel/proxy_mapper_registry.h"
#include "src/core/ext/filters/client_channel/resolver_result_parsing.h"
#include "src/core/ext/filters/client_channel/retry_service_config.h"
#include "src/core/lib/channel/channel_stack_builder.h"
#include "src/core/lib/config/core_configuration.h"
#include "src/core/lib/surface/channel_init.h"
#include "src/core/lib/surface/channel_stack_type.h"
Go to the source code of this file.
Namespaces | |
grpc_core | |
Functions | |
void | grpc_core::BuildClientChannelConfiguration (CoreConfiguration::Builder *builder) |
void | grpc_client_channel_init (void) |
void | grpc_client_channel_shutdown (void) |
void grpc_client_channel_init | ( | void | ) |
Definition at line 33 of file client_channel_plugin.cc.
void grpc_client_channel_shutdown | ( | void | ) |
Definition at line 40 of file client_channel_plugin.cc.