#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 <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>
Include dependency graph for kprotocolmanager.cpp:

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 bool | compareProxyUrls (const KUrl &u1, const KUrl &u2) |
| static QString | defaultUserAgentFromPreferredService () |
| 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 206 of file kprotocolmanager.cpp.
| #define QL1C | ( | x | ) | QLatin1Char(x) |
Definition at line 57 of file kprotocolmanager.cpp.
| #define QL1S | ( | x | ) | QLatin1String(x) |
Definition at line 56 of file kprotocolmanager.cpp.
Typedef Documentation
| typedef QPair<QHostAddress, int> SubnetPair |
Definition at line 59 of file kprotocolmanager.cpp.
Function Documentation
| static QString adjustProtocol | ( | const QString & | scheme | ) | [static] |
Definition at line 342 of file kprotocolmanager.cpp.
Definition at line 492 of file kprotocolmanager.cpp.
| static QString defaultUserAgentFromPreferredService | ( | ) | [static] |
Definition at line 598 of file kprotocolmanager.cpp.
| static KProtocolInfo::Ptr findProtocol | ( | const KUrl & | url | ) | [static] |
Definition at line 952 of file kprotocolmanager.cpp.
| static QStringList getSystemProxyFor | ( | const KUrl & | url | ) | [static] |
Definition at line 383 of file kprotocolmanager.cpp.
| static KConfigGroup http_config | ( | ) | [static] |
Definition at line 239 of file kprotocolmanager.cpp.
| static QString platform | ( | ) | [static] |
Definition at line 611 of file kprotocolmanager.cpp.
| static bool revmatch | ( | const char * | host, |
| const char * | nplist | ||
| ) | [static] |
Definition at line 66 of file kprotocolmanager.cpp.
KDE 4.7 API Reference