#include <memory>
#include <grpc/grpc.h>
#include <grpcpp/impl/call.h>
#include <grpcpp/impl/codegen/channel_interface.h>
#include <grpcpp/impl/codegen/client_interceptor.h>
#include <grpcpp/impl/codegen/completion_queue.h>
#include <grpcpp/impl/codegen/config.h>
#include <grpcpp/impl/codegen/grpc_library.h>
#include <grpcpp/impl/codegen/sync.h>
Go to the source code of this file.
Classes | |
class | grpc::Channel |
Channels represent a connection to an endpoint. Created by CreateChannel. More... | |
Namespaces | |
grpc | |
grpc::experimental | |
grpc::testing | |
Functions | |
void | grpc::experimental::ChannelResetConnectionBackoff (Channel *channel) |
std::shared_ptr< Channel > | grpc::CreateChannelInternal (const std::string &host, grpc_channel *c_channel, std::vector< std::unique_ptr< experimental::ClientInterceptorFactoryInterface >> interceptor_creators) |