|
GRPC C++
1.39.1
|
#include <grpcpp/channel.h>#include <cstring>#include <memory>#include <grpc/grpc.h>#include <grpc/slice.h>#include <grpc/support/alloc.h>#include <grpc/support/log.h>#include <grpc/support/sync.h>#include <grpc/support/time.h>#include <grpcpp/client_context.h>#include <grpcpp/completion_queue.h>#include <grpcpp/impl/call.h>#include <grpcpp/impl/codegen/call_op_set.h>#include <grpcpp/impl/codegen/completion_queue_tag.h>#include <grpcpp/impl/grpc_library.h>#include <grpcpp/impl/rpc_method.h>#include <grpcpp/security/credentials.h>#include <grpcpp/support/channel_arguments.h>#include <grpcpp/support/config.h>#include <grpcpp/support/status.h>#include "src/core/lib/gpr/string.h"#include "src/core/lib/iomgr/iomgr.h"#include "src/core/lib/surface/completion_queue.h"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::experimental | |
| ClientRpcInfo represents the state of a particular RPC as it appears to an interceptor. | |
Functions | |
| void | grpc::experimental::ChannelResetConnectionBackoff (Channel *channel) |
| Resets the channel's connection backoff. More... | |