9 #ifndef CPPSERVER_NANOMSG_REQUEST_SERVER_H 10 #define CPPSERVER_NANOMSG_REQUEST_SERVER_H 52 explicit RequestServer(
const std::string& address,
bool threading =
true)
68 #endif // CPPSERVER_NANOMSG_REQUEST_SERVER_H RequestServer(const std::string &address, bool threading=true)
Initialize server with a given endpoint address.
Used to implement the stateless worker that receives requests and sends replies.
C++ Server project definitions.
Nanomsg server definition.
RequestServer & operator=(const RequestServer &)=delete
Protocol
Nanomsg protocol.
virtual ~RequestServer()=default
Standard full-blown socket.