Helix Web Services Client  1
Helix Web Services Client SDK for Qt Applications
List of all members
hws::Client::Impl Class Reference
Inheritance diagram for hws::Client::Impl:
 Impl (Client *parent)
 
QNetworkRequestPtr createRequest ()
 
void setRequestUrlWithPath (QNetworkRequestPtr request, QString path, const QSharedPointer< QStringHash > params=QSharedPointer< QStringHash >())
 
void setBasicAuthFromSession (QNetworkRequestPtr request)
 
QByteArray createSessionPostBody (const QString &user, const QString &password)
 
void logInFinished (QNetworkReply *reply, const QString &user)
 
RequestErrorPtr fromNetworkError (QNetworkReply::NetworkError code)
 
RequestErrorPtr fromSslErrors (const QList< QSslError > &errors)
 
void setSession (const Session &session)
 
void executeMethodFinished (QNetworkReply *reply, const QString &method, const QString &path)
 
void validateSessionFinished ()
 
void validateSessionError (QNetworkReply::NetworkError code)
 
void validateSessionSslErrors (const QList< QSslError > &errors)
 
void handleLogInError (QNetworkReply::NetworkError code)
 
void handleLogInSslErrors (const QList< QSslError > &errors)
 
void executeMethodError (QNetworkReply::NetworkError code)
 
void executeMethodSslErrors (const QList< QSslError > &errors)
 
ClientmClient
 
QNetworkAccessManager mManager
 
QUrl mUrl
 
SessionPtr mSession
 
QString mHWSPrefixPath
 
QStringHash mConfig
 
bool mIngoreSslErrors
 
class LogInFinished
 

The documentation for this class was generated from the following file: