ZeroEQ  0.9.0
ZeroEQ - Zero Event Queue
zeroeq::http::Server Member List

This is the complete list of members for zeroeq::http::Server, including all inherited members.

addConnection(const std::string &uri)zeroeq::Receiverprotectedvirtual
getSchema(const servus::Serializable &object) const zeroeq::http::Server
getSchema(const std::string &endpoint) const zeroeq::http::Server
getSocketDescriptor() const zeroeq::http::Server
getURI() const zeroeq::http::Server
handle(Method method, const std::string &endpoint, RESTFunc func)zeroeq::http::Server
handle(servus::Serializable &object)zeroeq::http::Serverinline
handle(const std::string &endpoint, servus::Serializable &object)zeroeq::http::Server
handleGET(const servus::Serializable &object)zeroeq::http::Server
handleGET(const std::string &endpoint, const servus::Serializable &object)zeroeq::http::Server
handleGET(const std::string &endpoint, const GETFunc &func)zeroeq::http::Server
handleGET(const std::string &endpoint, const std::string &schema, const GETFunc &func)zeroeq::http::Server
handlePUT(servus::Serializable &object)zeroeq::http::Server
handlePUT(const std::string &endpoint, servus::Serializable &object)zeroeq::http::Server
handlePUT(const std::string &endpoint, const PUTFunc &func)zeroeq::http::Server
handlePUT(const std::string &endpoint, const std::string &schema, const PUTFunc &func)zeroeq::http::Server
handlePUT(const std::string &endpoint, const PUTPayloadFunc &func)zeroeq::http::Server
handlePUT(const std::string &endpoint, const std::string &schema, const PUTPayloadFunc &func)zeroeq::http::Server
operator=(Receiver &&) (defined in zeroeq::Receiver)zeroeq::Receiver
parse(int argc, const char *const *argv)zeroeq::http::Serverstatic
parse(int argc, const char *const *argv, Receiver &shared) (defined in zeroeq::http::Server)zeroeq::http::Serverstatic
receive(const uint32_t timeout=TIMEOUT_INDEFINITE)zeroeq::Receiver
Receiver()zeroeq::Receiver
Receiver(Receiver &shared)zeroeq::Receiverexplicit
Receiver(Receiver &&) (defined in zeroeq::Receiver)zeroeq::Receiver
remove(const servus::Serializable &object)zeroeq::http::Server
remove(const std::string &endpoint)zeroeq::http::Server
respondTo(Request &request) const zeroeq::http::Serverprotectedvirtual
Server(const URI &uri, Receiver &shared)zeroeq::http::Server
Server(const URI &uri) (defined in zeroeq::http::Server)zeroeq::http::Serverexplicit
Server(Receiver &shared) (defined in zeroeq::http::Server)zeroeq::http::Serverexplicit
Server(Server &shared) (defined in zeroeq::http::Server)zeroeq::http::Serverinlineexplicit
Server() (defined in zeroeq::http::Server)zeroeq::http::Server
update()zeroeq::Receiverinlineprotectedvirtual
~Receiver() (defined in zeroeq::Receiver)zeroeq::Receivervirtual
~Server()zeroeq::http::Server