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

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< ServerBuildAndStart ()
 

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