RDAP bootstrap class. More...
#include <DwmRDAPBootstrap.hh>
Public Member Functions | |
| Bootstrap () | |
| Constructor. | |
Static Public Member Functions | |
| static bool | Load (const std::string &bootstrapURI="file:///usr/local/etc/ipv4_rdap.json") |
Loads the bootstrap data from the given bootstrapURI. More... | |
| static bool | Empty () |
| Returns true if the bootstrap is empty (not loaded or load failed). | |
| static std::vector< std::string > | RDAPServers (const Ipv4Address &addr) |
Returns the RDAP servers for the given IP address addr. | |
RDAP bootstrap class.
|
static |
Loads the bootstrap data from the given bootstrapURI.
Returns true on success, false on failure.