gRPC  0.6.0
 All Classes Namespaces Functions Variables Enumerations Properties Pages
Classes | Public Member Functions | Protected Member Functions | Friends | List of all members
grpc::AsynchronousService Class Reference

Classes

class  DispatchImpl
 

Public Member Functions

 AsynchronousService (const char **method_names, size_t method_count)
 

Protected Member Functions

void RequestAsyncUnary (int index, ServerContext *context, grpc::protobuf::Message *request, ServerAsyncStreamingInterface *stream, CompletionQueue *call_cq, ServerCompletionQueue *notification_cq, void *tag)
 
void RequestClientStreaming (int index, ServerContext *context, ServerAsyncStreamingInterface *stream, CompletionQueue *call_cq, ServerCompletionQueue *notification_cq, void *tag)
 
void RequestServerStreaming (int index, ServerContext *context, grpc::protobuf::Message *request, ServerAsyncStreamingInterface *stream, CompletionQueue *call_cq, ServerCompletionQueue *notification_cq, void *tag)
 
void RequestBidiStreaming (int index, ServerContext *context, ServerAsyncStreamingInterface *stream, CompletionQueue *call_cq, ServerCompletionQueue *notification_cq, void *tag)
 

Friends

class Server
 

The documentation for this class was generated from the following file: