ofxHTTP
A collection of tools for HTTP.
|
This is the complete list of members for ofx::HTTP::AbstractSessionStore, including all inherited members.
createSession()=0 | ofx::HTTP::AbstractSessionStore | protectedpure virtual |
destroySession(Poco::Net::HTTPServerRequest &request, Poco::Net::HTTPServerResponse &response)=0 | ofx::HTTP::AbstractSessionStore | pure virtual |
destroySession(const std::string &sessionId)=0 | ofx::HTTP::AbstractSessionStore | protectedpure virtual |
getSession(Poco::Net::HTTPServerRequest &request, Poco::Net::HTTPServerResponse &response)=0 | ofx::HTTP::AbstractSessionStore | pure virtual |
getSession(const std::string &sessionId)=0 | ofx::HTTP::AbstractSessionStore | protectedpure virtual |
hasSession(const std::string &sessionId) const =0 | ofx::HTTP::AbstractSessionStore | protectedpure virtual |
~AbstractSessionStore() | ofx::HTTP::AbstractSessionStore | inlinevirtual |