#include <OnixS/CME/MDH/SocketFeedEngine.h>
Public Member Functions | |
SocketFeedEngine (const SocketFeedEngineSettings &) | |
SocketFeedEngine () | |
~SocketFeedEngine () override | |
void | info (std::string &) override |
NetFeedLink & | allocate (const NetFeed &) override |
WatchService & | watch () override |
NetFeedEngineProcessResult | process () override |
Public Member Functions inherited from NetFeedEngine | |
virtual | ~NetFeedEngine () |
Additional Inherited Members | |
Protected Member Functions inherited from NetFeedEngine | |
NetFeedEngine () | |
Definition at line 140 of file SocketFeedEngine.h.
SocketFeedEngine | ( | const SocketFeedEngineSettings & | ) |
Initializes the engine according to the given configuration.
SocketFeedEngine | ( | ) |
Initializes the engine with the default settings.
|
override |
Destructs the given instance.
|
overridevirtual |
Allocates a link for the given feed.
Implements NetFeedEngine.
|
overridevirtual |
Appends information on the given implementation to the given string.
Implements NetFeedEngine.
|
overridevirtual |
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.
|
overridevirtual |
Exposes an instance of the watch service used while manipulating the feed links.
Implements NetFeedEngine.