kio Library API Documentation

KSSLCSessionCache Class Reference

List of all members.

Static Public Member Functions

static void putSessionForURL (const KURL &kurl, const QString &session)
static QString getSessionForURL (const KURL &kurl)

Detailed Description

Definition at line 29 of file ksslcsessioncache.h.


Member Function Documentation

void KSSLCSessionCache::putSessionForURL const KURL kurl,
const QString session
[static]
 

Store a SSL session (client side only).

Parameters:
url 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.

References QPtrList::count(), QPtrList::first(), QPtrList::next(), QPtrList::prepend(), QPtrList::removeLast(), and QPtrList::take().

Referenced by KIO::SimpleJob::storeSSLSessionFromJob().

QString KSSLCSessionCache::getSessionForURL const KURL kurl  )  [static]
 

Retrieve a SSL session (client side only).

Parameters:
url URL the key belongs to
Returns:
if a key can be found, QString::null otherwise

Definition at line 77 of file ksslcsessioncache.cc.

References QPtrList::count(), endl(), QPtrList::first(), kdDebug(), QPtrList::next(), QPtrList::prepend(), QPtrList::removeLast(), and QPtrList::take().

Referenced by KIO::SimpleJob::start().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for kio Library Version 3.4.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Feb 8 06:23:42 2006 by doxygen 1.4.4 written by Dimitri van Heesch, © 1997-2003