|
GRPC C++
1.30.0
|
#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_impl.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.
Data Structures | |
| class | grpc_impl::Channel |
| Channels represent a connection to an endpoint. Created by CreateChannel. More... | |
Namespaces | |
| grpc | |
| This header provides an object that reads bytes directly from a grpc::ByteBuffer, via the ZeroCopyInputStream interface. | |
| grpc::testing | |
| grpc_impl | |
| An Alarm posts the user-provided tag to its associated completion queue or invokes the user-provided function on expiry or cancellation. | |
| grpc_impl::experimental | |
Functions | |
| std::shared_ptr<::grpc_impl::Channel > | grpc::CreateChannelInternal (const grpc::string &host, grpc_channel *c_channel, std::vector< std::unique_ptr< experimental::ClientInterceptorFactoryInterface >> interceptor_creators) |
| void | grpc_impl::experimental::ChannelResetConnectionBackoff (Channel *channel) |
| Resets the channel's connection backoff. More... | |
1.8.16