Firewall base class. More...
#include <firewall.h>
Public Member Functions | |
virtual bool | grant (const iqnet::Inet_addr &)=0 |
Must return bool to grant client to send request. | |
virtual std::string | message () |
Override this method for custom good-bye message. More... | |
Firewall base class.
Used by Acceptor to find out whether it should accept XML-RPC requests from specific IP.
|
inlinevirtual |
Override this method for custom good-bye message.
Return empty string for closing connection silently.