GRPC C++  1.62.0
Data Structures | Namespaces
server_callback_handlers.h File Reference
#include <grpc/grpc.h>
#include <grpc/support/log.h>
#include <grpcpp/impl/rpc_service_method.h>
#include <grpcpp/server_context.h>
#include <grpcpp/support/message_allocator.h>
#include <grpcpp/support/server_callback.h>
#include <grpcpp/support/status.h>

Go to the source code of this file.

Data Structures

class  grpc::internal::CallbackUnaryHandler< RequestType, ResponseType >
 
class  grpc::internal::CallbackClientStreamingHandler< RequestType, ResponseType >
 
class  grpc::internal::CallbackServerStreamingHandler< RequestType, ResponseType >
 
class  grpc::internal::CallbackBidiHandler< RequestType, ResponseType >
 

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.