kio
KSSLCSessionCache Class Reference
#include <ksslcsessioncache.h>
Static Public Member Functions | |
static QString | getSessionForURL (const KURL &kurl) |
static void | putSessionForURL (const KURL &kurl, const QString &session) |
Detailed Description
Definition at line 29 of file ksslcsessioncache.h.
Member Function Documentation
QString KSSLCSessionCache::getSessionForURL | ( | const KURL & | kurl | ) | [static] |
Retrieve a SSL session (client side only).
- Parameters:
-
kurl URL the key belongs to
- Returns:
- if a key can be found, QString::null otherwise
Definition at line 77 of file ksslcsessioncache.cc.
void KSSLCSessionCache::putSessionForURL | ( | const KURL & | kurl, | |
const QString & | session | |||
) | [static] |
Store a SSL session (client side only).
- Parameters:
-
kurl URL the key belongs to. Method, host and port are used session QString representing session to store
Definition at line 102 of file ksslcsessioncache.cc.
The documentation for this class was generated from the following files: