KXMLRPC Client Library
client.cpp
Go to the documentation of this file.
void setDigestAuthEnabled(bool enabled)
Enables/disables HTTP-Digest authentication.
Definition: client.cpp:101
void call(const QString &method, const QList< QVariant > &args, QObject *msgObj, const char *messageSlot, QObject *faultObj, const char *faultSlot, const QVariant &id=QVariant())
Calls the given method on a XML-RPC server, with the given argument list.
Definition: client.cpp:106
bool isDigestAuthEnabled() const
Returns true if HTTP-Digest authentication is enabled, false if not.
Definition: client.cpp:96
void setUserAgent(const QString &userAgent)
Sets the userAgent string the Client will use to identify itself.
Definition: client.cpp:91
This file is part of KXmlRpc and defines our internal classes.
int count(const T &value) const
int removeAll(const T &value)
void deleteLater()
void call(const QString &server, const QString &method, const QList< QVariant > &args, const QMap< QString, QString > &jobMetaData)
Calls the specified method on the specified server with the given argument list.
Definition: query.cpp:400
KUrl url() const
Returns the current url the XML-RPC Client will connect to.
Definition: client.cpp:81
This file is part of the API for accessing XML-RPC Servers and defines the Client class...
static Query * create(const QVariant &id=QVariant(), QObject *parent=0)
Constructs a query.
Definition: query.cpp:395
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
QString userAgent() const
Returns the user agent string currently used by the Client.
Definition: client.cpp:86
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:37:28 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:37:28 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.