Definition at line 140 of file SocketFeedEngine.h.
◆ SocketFeedEngine() [1/2]
Initializes the engine according to the given configuration.
◆ SocketFeedEngine() [2/2]
Initializes the engine with the default settings.
◆ ~SocketFeedEngine()
Destructs the given instance.
◆ allocate()
◆ info()
void info |
( |
std::string & | | ) |
|
|
overridevirtual |
Appends information on the given implementation to the given string.
Implements NetFeedEngine.
◆ process()
Carries out pending actions like data retrieval and event dispatching.
The returned value indicates whether any events have been handled by the engine.
Implements NetFeedEngine.
◆ watch()
Exposes an instance of the watch service used while manipulating the feed links.
Implements NetFeedEngine.