#include <FeedService.hpp>
Inherits pion::server::PlatformService.
Definition at line 207 of file FeedService.hpp.
Public Member Functions | |
| FeedService (void) | |
| constructs a new FeedService object | |
| virtual | ~FeedService () |
| virtual destructor | |
| virtual void | operator() (pion::net::HTTPRequestPtr &request, pion::net::TCPConnectionPtr &tcp_conn) |
| void pion::plugins::FeedService::operator() | ( | pion::net::HTTPRequestPtr & | request, | |
| pion::net::TCPConnectionPtr & | tcp_conn | |||
| ) | [virtual] |
attempts to handle a new HTTP request
| request | the new HTTP request to handle | |
| tcp_conn | the TCP connection that has the new request |
Implements pion::server::PlatformService.
Definition at line 223 of file FeedService.cpp.
References pion::platform::PlatformPlugin::getCodecFactory(), pion::server::PlatformService::getConfig(), pion::platform::PlatformPlugin::getReactionEngine(), pion::server::PlatformConfig::getReactionEngine(), pion::server::PlatformConfig::getServiceManager(), pion::server::PlatformConfig::getUserManagerPtr(), pion::server::PlatformService::handleForbiddenRequest(), pion::server::PlatformService::handleMethodNotAllowed(), pion::server::PlatformService::handleNotFoundRequest(), pion::platform::PluginConfig< PluginType >::hasPlugin(), pion::server::ServiceManager::post(), pion::server::PlatformService::splitPathBranches(), and pion::plugins::FeedReader::start().
1.4.7