#include <AllowNothingService.hpp>
Inherits pion::net::WebService.
Definition at line 23 of file AllowNothingService.hpp.
Public Member Functions | |
AllowNothingService (void) | |
~AllowNothingService () | |
virtual void | operator() (pion::net::HTTPRequestPtr &request, pion::net::TCPConnectionPtr &tcp_conn) |
void pion::plugins::AllowNothingService::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::net::WebService.
Definition at line 21 of file AllowNothingService.cpp.