Singleton. Class to setup RestClient and initialize features such as timeouts, authentications, ... More...
#include <restclient_setup.h>
Public Member Functions | |
~RestClientSetup () | |
RestClientSetup (const RestClientSetup &)=delete | |
RestClientSetup (RestClientSetup &&)=delete | |
RestClientSetup & | operator= (const RestClientSetup &)=delete |
RestClientSetup & | operator= (RestClientSetup &&)=delete |
Static Public Member Functions | |
static RestClientSetup * | getInstance () |
Get RestClientSetup instance. Returns nullptr if not yet initialized. More... | |
static RestClientSetup * | resetInstance () |
Resets RestClientSetup. More... | |
static RestClientSetup * | ensureInstance () |
Ensure that RestClientSetup has been initialized. More... | |
Singleton. Class to setup RestClient and initialize features such as timeouts, authentications, ...
RestClientSetup::~RestClientSetup | ( | ) |
|
delete |
|
delete |
|
static |
Ensure that RestClientSetup has been initialized.
|
static |
Get RestClientSetup instance. Returns nullptr if not yet initialized.
|
delete |
|
delete |
|
static |
Resets RestClientSetup.