Public Member Functions | |
void | RegisterService (SynchronousService *service) |
void | RegisterAsyncService (AsynchronousService *service) |
void | RegisterAsyncGenericService (AsyncGenericService *service) |
void | SetMaxMessageSize (int max_message_size) |
void | AddListeningPort (const grpc::string &addr, std::shared_ptr< ServerCredentials > creds, int *selected_port=nullptr) |
void | SetThreadPool (ThreadPoolInterface *thread_pool) |
std::unique_ptr < ServerCompletionQueue > | AddCompletionQueue () |
std::unique_ptr< Server > | BuildAndStart () |