|
static uint32 | getCloudRequestsPeriodInMicroseconds () |
|
static bool | hasInstance () |
|
static Networking::ConnectionManager & | instance () |
|
static void | destroy () |
|
|
void | connectionsThread (void *) |
|
◆ addRequest()
Use this method to add new Request into manager's queue. Manager will periodically call handle() method of these Requests until they set their state to FINISHED.
If Request's state is RETRY, handleRetry() is called instead.
The passed callback would be called after Request is deleted.
- Note
- This method starts the timer if it's not started yet.
- Returns
- the same Request pointer, just as a shortcut
The documentation for this class was generated from the following file: