![]() |
KD SOAP API Documentation
2.2
|
#include "KDSoapPendingCall.h"
#include "KDSoapMessageReader_p.h"
#include "KDSoapNamespaceManager.h"
#include "KDSoapPendingCall_p.h"
#include <QDebug>
#include <QNetworkReply>
Go to the source code of this file.
Functions | |
static void | debugHelper (const QByteArray &data, const QList< QNetworkReply::RawHeaderPair > &headerList) |
void | maybeDebugRequest (const QByteArray &data, const QNetworkRequest &request, QNetworkReply *reply) |
static void | maybeDebugResponse (const QByteArray &data, QNetworkReply *reply) |
|
static |
Definition at line 17 of file KDSoapPendingCall.cpp.
Referenced by maybeDebugRequest(), and maybeDebugResponse().
void maybeDebugRequest | ( | const QByteArray & | data, |
const QNetworkRequest & | request, | ||
QNetworkReply * | reply | ||
) |
Definition at line 81 of file KDSoapPendingCall.cpp.
References debugHelper().
Referenced by KDSoapClientInterface::asyncCall(), KDSoapClientInterface::callNoReply(), and KDSoapThreadTask::process().
|
static |
Definition at line 69 of file KDSoapPendingCall.cpp.
References debugHelper().
Referenced by KDSoapPendingCall::Private::parseReply().