![]() |
KD SOAP API Documentation
2.1
|
#include <KDSoapClientThread_p.h>
Signals | |
void | taskDone () |
Public Member Functions | |
KDSoapThreadTask (KDSoapThreadTaskData *data) | |
void | process (QNetworkAccessManager &accessManager) |
void | slotAuthenticationRequired (QNetworkReply *reply, QAuthenticator *authenticator) |
Definition at line 66 of file KDSoapClientThread_p.h.
|
inlineexplicit |
Definition at line 70 of file KDSoapClientThread_p.h.
void KDSoapThreadTask::process | ( | QNetworkAccessManager & | accessManager | ) |
Definition at line 71 of file KDSoapClientThread.cpp.
References KDSoapClientInterfacePrivate::accessManager(), KDSoapPendingCallWatcher::finished(), KDSoapThreadTaskData::m_action, KDSoapThreadTaskData::m_headers, KDSoapThreadTaskData::m_iface, KDSoapThreadTaskData::m_message, KDSoapThreadTaskData::m_method, KDSoapClientInterfacePrivate::m_version, maybeDebugRequest(), KDSoapClientInterfacePrivate::prepareRequest(), KDSoapClientInterfacePrivate::prepareRequestBuffer(), KDSoapValue::setQualified(), and KDSoapClientInterfacePrivate::setupReply().
Referenced by KDSoapClientThread::run().
void KDSoapThreadTask::slotAuthenticationRequired | ( | QNetworkReply * | reply, |
QAuthenticator * | authenticator | ||
) |
Definition at line 120 of file KDSoapClientThread.cpp.
References KDSoapThreadTaskData::m_authentication.
Referenced by KDSoapClientThread::run().
|
signal |
Referenced by KDSoapClientThread::run().