#include <FeedService.hpp>
Inherits pion::plugins::FeedHandler.
Definition at line 166 of file FeedService.hpp.
Public Member Functions | |
| virtual | ~FeedReader () |
| virtual destructor | |
| FeedReader (pion::platform::ReactionEngine &reaction_engine, const std::string &reactor_id, pion::platform::CodecPtr &codec_ptr, pion::net::TCPConnectionPtr &tcp_conn) | |
| void | reactorWasRemoved (void) |
| called when the Reactor we are sending Events to is being removed | |
| virtual void | start (void) |
| starts the FeedReader | |
| pion::plugins::FeedReader::FeedReader | ( | pion::platform::ReactionEngine & | reaction_engine, | |
| const std::string & | reactor_id, | |||
| pion::platform::CodecPtr & | codec_ptr, | |||
| pion::net::TCPConnectionPtr & | tcp_conn | |||
| ) |
constructs a new FeedReader object
| reaction_engine | reference to the ReactionEngine | |
| reactor_id | unique identifier for the Reactor that this handler interacts with | |
| codec_ptr | pointer to the Codec that this handler will use | |
| tcp_conn | TCP connection that will be used to send/receive Events |
Definition at line 153 of file FeedService.cpp.
1.4.7