#include <AbuseAddiesCache.h>
Public Member Functions | |
virtual | ~AbuseAddiesCache () |
Destructor. | |
virtual std::list< std::string > | query (const Url &url) const =0 throw (std::runtime_error) |
Returns a list of abuse addresses relatives to the host passed as argument. | |
virtual std::list< std::string > | query (const std::string &domain) const =0 throw (std::runtime_error) |
Returns a list of abuse addresses relatives to the domain passed as argument. | |
virtual void | add (const UrlRange &range, const std::list< std::string > &addies) |
Adds a list of abuse addresses responsible for the range of ip addresses passed as first argument. |
|
Destructor.
|
|
Adds a list of abuse addresses responsible for the range of ip addresses passed as first argument.
|
|
Returns a list of abuse addresses relatives to the domain passed as argument.
|
|
Returns a list of abuse addresses relatives to the host passed as argument.
|