Go to the documentation of this file.
19 #ifndef GRPCPP_IMPL_CODEGEN_METHOD_HANDLER_H
20 #define GRPCPP_IMPL_CODEGEN_METHOD_HANDLER_H
28 template <
class ServiceType,
class RequestType,
class ResponseType>
33 template <
class ServiceType,
class RequestType,
class ResponseType>
38 template <
class ServiceType,
class RequestType,
class ResponseType>
43 template <
class ServiceType,
class RequestType,
class ResponseType>
48 template <
class Streamer,
bool WriteNeeded>
52 template <
class RequestType,
class ResponseType>
56 template <
class RequestType,
class ResponseType>
61 template <StatusCode code>
73 #endif // GRPCPP_IMPL_CODEGEN_METHOD_HANDLER_H
General method handler class for errors that prevent real method use e.g., handle unknown method by r...
Definition: byte_buffer.h:44
::grpc_impl::internal::UnknownMethodHandler UnknownMethodHandler
Definition: method_handler.h:64
A wrapper class of an application provided client streaming handler.
Definition: completion_queue_impl.h:70
This header provides an object that reads bytes directly from a grpc::ByteBuffer, via the ZeroCopyInp...
Definition: alarm.h:24
Definition: method_handler_impl.h:296
::grpc_impl::internal::ResourceExhaustedHandler ResourceExhaustedHandler
Definition: method_handler.h:67
Definition: method_handler_impl.h:331
::grpc_impl::internal::BidiStreamingHandler< ServiceType, RequestType, ResponseType > BidiStreamingHandler
Definition: method_handler.h:31
A wrapper class of an application provided rpc method handler.
Definition: byte_buffer.h:40
A wrapper class of an application provided bidi-streaming handler.
Definition: completion_queue_impl.h:74
A wrapper class of an application provided server streaming handler.
Definition: byte_buffer.h:42
Definition: method_handler_impl.h:316