|
GRPC C++
1.39.1
|
#include <atomic>#include <cassert>#include <map>#include <memory>#include <type_traits>#include <vector>#include <grpc/impl/codegen/port_platform.h>#include <grpc/impl/codegen/compression_types.h>#include <grpcpp/impl/codegen/call.h>#include <grpcpp/impl/codegen/call_op_set.h>#include <grpcpp/impl/codegen/callback_common.h>#include <grpcpp/impl/codegen/completion_queue_tag.h>#include <grpcpp/impl/codegen/config.h>#include <grpcpp/impl/codegen/create_auth_context.h>#include <grpcpp/impl/codegen/message_allocator.h>#include <grpcpp/impl/codegen/metadata_map.h>#include <grpcpp/impl/codegen/rpc_service_method.h>#include <grpcpp/impl/codegen/security/auth_context.h>#include <grpcpp/impl/codegen/server_callback.h>#include <grpcpp/impl/codegen/server_interceptor.h>#include <grpcpp/impl/codegen/status.h>#include <grpcpp/impl/codegen/string_ref.h>#include <grpcpp/impl/codegen/time.h>Go to the source code of this file.
Data Structures | |
| class | grpc::ServerContextBase |
| Base class of ServerContext. Experimental until callback API is final. More... | |
| class | grpc::ServerContext |
| A ServerContext or CallbackServerContext allows the code implementing a service handler to: More... | |
| class | grpc::CallbackServerContext |
| class | grpc::ContextAllocator |
| A CallbackServerContext allows users to use the contents of the CallbackServerContext or GenericCallbackServerContext structure for the callback API. 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::internal | |
| Models a gRPC server. | |
| grpc::experimental | |
| ClientRpcInfo represents the state of a particular RPC as it appears to an interceptor. | |
| grpc::testing | |
Typedefs | |
| typedef ::grpc::ServerContextBase | grpc::experimental::ServerContextBase |
| typedef ::grpc::CallbackServerContext | grpc::experimental::CallbackServerContext |
Functions | |
| template<class ResponseType > | |
| void | grpc::internal::UnaryRunHandlerHelper (const MethodHandler::HandlerParameter &, ResponseType *, Status &) |