|
davix
0.2.8
|
Main handle for Davix. More...
#include <davixcontext.hpp>
Public Member Functions | |
| Context () | |
| Default constructor. | |
| Context (const Context &c) | |
| copy constructor More... | |
| Context & | operator= (const Context &c) |
| assignment operator More... | |
| virtual | ~Context () |
| destructor | |
| Context * | clone () |
| clone this instance to a new context dynamically allocated, | |
| void | setSessionCaching (bool caching) |
| enable or disablet the session caching | |
| bool | getSessionCaching () const |
| HttpRequest * | createRequest (const Uri &uri, DavixError **err) |
| HttpRequest * | createRequest (const std::string &url, DavixError **err) |
| DavPosix * | createDavPosix () |
Friends | |
| class | DavPosix |
| struct | ContextExplorer |
Main handle for Davix.
Each new davix context contains its own session-reuse pool and set of parameters a Context can execute multiple queries in parallels and is thread safe
| Davix::Context::Context | ( | const Context & | c | ) |
copy constructor
| c |
| DavPosix* Davix::Context::createDavPosix | ( | ) |
| HttpRequest* Davix::Context::createRequest | ( | const Uri & | uri, |
| DavixError ** | err | ||
| ) |
| HttpRequest* Davix::Context::createRequest | ( | const std::string & | url, |
| DavixError ** | err | ||
| ) |
1.8.5