|
ofxHTTP
A collection of tools for HTTP.
|
This is the complete list of members for ofx::HTTP::BaseSession, including all inherited members.
| _mutex (defined in ofx::HTTP::BaseSession) | ofx::HTTP::BaseSession | mutableprotected |
| _sessionId (defined in ofx::HTTP::BaseSession) | ofx::HTTP::BaseSession | protected |
| BaseSession(const std::string sessionId=generateId()) (defined in ofx::HTTP::BaseSession) | ofx::HTTP::BaseSession | |
| BaseSession(const BaseSession &) (defined in ofx::HTTP::BaseSession) | ofx::HTTP::BaseSession | protected |
| clear()=0 | ofx::HTTP::AbstractSession | pure virtual |
| generateId() | ofx::HTTP::BaseSession | static |
| get(const std::string &key, const std::string &defaultValue) const =0 | ofx::HTTP::AbstractSession | pure virtual |
| get(const std::string &key) const =0 | ofx::HTTP::AbstractSession | pure virtual |
| getId() const override | ofx::HTTP::BaseSession | virtual |
| has(const std::string &key) const =0 | ofx::HTTP::AbstractSession | pure virtual |
| KEY_LAST_MODIFIED (defined in ofx::HTTP::BaseSession) | ofx::HTTP::BaseSession | static |
| operator=(const BaseSession &) (defined in ofx::HTTP::BaseSession) | ofx::HTTP::BaseSession | protected |
| put(const std::string &key, const std::string &value)=0 | ofx::HTTP::AbstractSession | pure virtual |
| remove(const std::string &key)=0 | ofx::HTTP::AbstractSession | pure virtual |
| ~AbstractSession() | ofx::HTTP::AbstractSession | inlinevirtual |
| ~BaseSession() (defined in ofx::HTTP::BaseSession) | ofx::HTTP::BaseSession | virtual |