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.
Defines | |
| #define | PRIVATE_DATA KProtocolManagerPrivate *d = kProtocolManagerPrivate |
| #define | QL1C(x) QLatin1Char(x) |
| #define | QL1S(x) QLatin1String(x) |
Typedefs | |
| typedef QPair< QHostAddress, int > | SubnetPair |
Functions | |
| static QString | adjustProtocol (const QString &scheme) |
| static QString | defaultUserAgentFromPreferredService () |
| static void | extractProxyCacheKeyFromUrl (const KUrl &u, QString *key) |
| static KProtocolInfo::Ptr | findProtocol (const KUrl &url) |
| static QStringList | getSystemProxyFor (const KUrl &url) |
| static KConfigGroup | http_config () |
| static QString | platform () |
| static bool | revmatch (const char *host, const char *nplist) |
Define Documentation
| #define PRIVATE_DATA KProtocolManagerPrivate *d = kProtocolManagerPrivate |
Definition at line 229 of file kprotocolmanager.cpp.
| #define QL1C | ( | x | ) | QLatin1Char(x) |
Definition at line 58 of file kprotocolmanager.cpp.
| #define QL1S | ( | x | ) | QLatin1String(x) |
Definition at line 57 of file kprotocolmanager.cpp.
Typedef Documentation
| typedef QPair<QHostAddress, int> SubnetPair |
Definition at line 60 of file kprotocolmanager.cpp.
Function Documentation
| static QString adjustProtocol | ( | const QString & | scheme | ) | [static] |
Definition at line 363 of file kprotocolmanager.cpp.
| static QString defaultUserAgentFromPreferredService | ( | ) | [static] |
Definition at line 637 of file kprotocolmanager.cpp.
| static void extractProxyCacheKeyFromUrl | ( | const KUrl & | u, |
| QString * | key | ||
| ) | [static] |
Definition at line 536 of file kprotocolmanager.cpp.
| static KProtocolInfo::Ptr findProtocol | ( | const KUrl & | url | ) | [static] |
Definition at line 991 of file kprotocolmanager.cpp.
| static QStringList getSystemProxyFor | ( | const KUrl & | url | ) | [static] |
Definition at line 404 of file kprotocolmanager.cpp.
| static KConfigGroup http_config | ( | ) | [static] |
Definition at line 260 of file kprotocolmanager.cpp.
Definition at line 650 of file kprotocolmanager.cpp.
Definition at line 67 of file kprotocolmanager.cpp.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Wed May 2 2012 18:21:33 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.