atscppapi
1.0.9
C++ wrapper for Apache Traffic Server API
|
#include <string>
#include <atscppapi/shared_ptr.h>
#include <atscppapi/Async.h>
#include <atscppapi/Request.h>
#include <atscppapi/Response.h>
Go to the source code of this file.
Classes | |
class | atscppapi::AsyncTimer |
This class provides an implementation of AsyncProvider that acts as a timer. It sends events at the set frequency. Calling the destructor will stop the events. A one-off timer just sends one event. Calling the destructor before this event will cancel the timer. More... | |