KSSLCSessionCache Class Reference
List of all members.Detailed Description
Definition at line 29 of file ksslcsessioncache.h.
Static Public Member Functions | |
| static void | putSessionForURL (const KURL &kurl, const QString &session) |
| static QString | getSessionForURL (const KURL &kurl) |
Member Function Documentation
| 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.
| 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.
The documentation for this class was generated from the following files:

