KIO
#include "kprotocolmanager.h"
#include "hostinfo_p.h"
#include <string.h>
#include <unistd.h>
#include <sys/utsname.h>
#include <QtCore/QCoreApplication>
#include <QtNetwork/QSslSocket>
#include <QtNetwork/QHostAddress>
#include <QtNetwork/QHostInfo>
#include <QtDBus/QtDBus>
#include <QtCore/QCache>
#include <QtNetwork/QNetworkProxyFactory>
#include <QtNetwork/QNetworkProxyQuery>
#include <kdeversion.h>
#include <kdebug.h>
#include <kglobal.h>
#include <klocale.h>
#include <kconfiggroup.h>
#include <ksharedconfig.h>
#include <kstandarddirs.h>
#include <kurl.h>
#include <kmimetypetrader.h>
#include <kprotocolinfofactory.h>
#include <kio/slaveconfig.h>
#include <kio/ioslave_defaults.h>
#include <kio/http_slave_defaults.h>
Go to the source code of this file.
|
#define | PRIVATE_DATA KProtocolManagerPrivate *d = kProtocolManagerPrivate |
|
#define | QL1C(x) QLatin1Char(x) |
|
#define | QL1S(x) QLatin1String(x) |
|
#define PRIVATE_DATA KProtocolManagerPrivate *d = kProtocolManagerPrivate |
#define QL1C |
( |
|
x | ) |
QLatin1Char(x) |
#define QL1S |
( |
|
x | ) |
QLatin1String(x) |
static QString defaultUserAgentFromPreferredService |
( |
| ) |
|
|
static |
static void extractProxyCacheKeyFromUrl |
( |
const KUrl & |
u, |
|
|
QString * |
key |
|
) |
| |
|
static |
static bool revmatch |
( |
const char * |
host, |
|
|
const char * |
nplist |
|
) |
| |
|
static |
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:03 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.