libQuotient
A Qt library for building matrix clients
|
#include <networkaccessmanager.h>
Static Public Member Functions | |
static void | addAccount (const QString &accountId, const QUrl &homeserver, const QByteArray &accessToken={}) |
static void | updateAccountSpecVersions (QStringView accountId, const QStringList &versions) |
static void | dropAccount (QStringView accountId) |
static QList< QSslError > | ignoredSslErrors () |
static void | addIgnoredSslError (const QSslError &error) |
static void | clearIgnoredSslErrors () |
static void | setAccessToken (const QString &userId, const QByteArray &token) |
static NetworkAccessManager * | instance () |
Get a NAM instance for the current thread. | |
Definition at line 12 of file networkaccessmanager.h.
|
static |
|
static |
|
static |
Get a NAM instance for the current thread.
|
static |
|
static |