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
◆ getSessionForUrl()
|
static |
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.
◆ putSessionForUrl()
|
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 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-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.