#include <string>
#include <list>
#include <abuse/Url.h>
#include <stdexcept>
Go to the source code of this file.
Classes | |
class | NotFoundException |
Exception thrown if a data is not found in the Abuse Addresses Cache. More... | |
class | AbuseAddiesCache |
Abstract class (to be implemented by clients), meant to return a list of abuse contacts when a domain or a host address or a hostname is given. More... |