template <class RequestType, class ResponseType>

class CallbackUnaryHandler

Defined at line 35 of file ../../third_party/grpc/src/include/grpcpp/impl/server_callback_handlers.h

Forward declarations

Public Methods

void CallbackUnaryHandler<RequestType, ResponseType> (std::function<ServerUnaryReactor *(grpc::CallbackServerContext *, const RequestType *, ResponseType *)> get_reactor)

Defined at line 37 of file ../../third_party/grpc/src/include/grpcpp/impl/server_callback_handlers.h

void SetMessageAllocator (MessageAllocator<RequestType, ResponseType> * allocator)

Defined at line 43 of file ../../third_party/grpc/src/include/grpcpp/impl/server_callback_handlers.h

void RunHandler (const HandlerParameter & param)

Defined at line 48 of file ../../third_party/grpc/src/include/grpcpp/impl/server_callback_handlers.h

void * Deserialize (grpc_call * call, grpc_byte_buffer * req, grpc::Status * status, void ** handler_data)

Defined at line 83 of file ../../third_party/grpc/src/include/grpcpp/impl/server_callback_handlers.h