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) |
|
◆ PRIVATE_DATA
#define PRIVATE_DATA KProtocolManagerPrivate *d = kProtocolManagerPrivate |
◆ QL1C
#define QL1C |
( |
|
x | ) |
QLatin1Char(x) |
◆ QL1S
#define QL1S |
( |
|
x | ) |
QLatin1String(x) |
◆ SubnetPair
◆ adjustProtocol()
static QString adjustProtocol |
( |
const QString & |
scheme | ) |
|
|
static |
◆ defaultUserAgentFromPreferredService()
static QString defaultUserAgentFromPreferredService |
( |
| ) |
|
|
static |
◆ extractProxyCacheKeyFromUrl()
static void extractProxyCacheKeyFromUrl |
( |
const KUrl & |
u, |
|
|
QString * |
key |
|
) |
| |
|
static |
◆ findProtocol()
static KProtocolInfo::Ptr findProtocol |
( |
const KUrl & |
url | ) |
|
|
static |
◆ getSystemProxyFor()
static QStringList getSystemProxyFor |
( |
const KUrl & |
url | ) |
|
|
static |
◆ http_config()
◆ platform()
static QString platform |
( |
| ) |
|
|
static |
◆ revmatch()
static bool revmatch |
( |
const char * |
host, |
|
|
const char * |
nplist |
|
) |
| |
|
static |
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
KDE's Doxygen guidelines are available online.