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
Retrieve a SSL session (client side only)
- Parameters
-
kurl URL the key belongs to
- Returns
- if a key can be found, QString() otherwise
Definition at line 74 of file ksslcsessioncache.cpp.
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 99 of file ksslcsessioncache.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:24:55 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:24:55 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.