|
GRPC C++
1.76.0
|
#include <grpc/grpc.h>#include <grpcpp/completion_queue.h>#include <grpcpp/impl/call.h>#include <grpcpp/impl/channel_interface.h>#include <grpcpp/impl/grpc_library.h>#include <grpcpp/impl/sync.h>#include <grpcpp/support/client_interceptor.h>#include <grpcpp/support/config.h>#include <memory>Go to the source code of this file.
Data Structures | |
| class | grpc::Channel |
| Channels represent a connection to an endpoint. Created by CreateChannel. More... | |
Namespaces | |
| grpc | |
| An Alarm posts the user-provided tag to its associated completion queue or invokes the user-provided function on expiry or cancellation. | |
| grpc::testing | |
| grpc::experimental | |
| ClientRpcInfo represents the state of a particular RPC as it appears to an interceptor. | |
Functions | |
| std::shared_ptr< Channel > | grpc::CreateChannelInternal (const std::string &host, grpc_channel *c_channel, std::vector< std::unique_ptr< experimental::ClientInterceptorFactoryInterface >> interceptor_creators) |
| void | grpc::experimental::ChannelResetConnectionBackoff (Channel *channel) |
| Resets the channel's connection backoff. More... | |
| int64_t | grpc::experimental::ChannelGetChannelzUuid (Channel *channel) |
| Retrieves a channel's channelz uuid TODO(ctiller): Once we see whether this proves useful, either create a gRFC and change this to be a method of the Channel class, or remove it. More... | |
1.8.17