de.malkusch.whoisServerList.api.v1.model.Source Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of whois-server-list-api Show documentation
Show all versions of whois-server-list-api Show documentation
XML mapping for the Whois Server List.
The newest version!
package de.malkusch.whoisServerList.api.v1.model;
/**
* Source of an object.
*
* @author [email protected]
* @see Donations
*/
public enum Source {
/**
* A manual edit in the existing whois server list.
*/
XML,
/**
* IANA's domain data base.
*
* @see IANA
*/
IANA,
/**
* The Public Suffix List.
*
* @see https://publicsuffix.org/
*/
PSL,
/**
* Marco d'Itri's list.
*
* @see whois
*/
MD_WHOIS,
/**
* Ruby Whois' list.
*
* @see Ruby Whois
*/
WHOIS_RB,
/**
* PHPWhois' list.
*
* @see PHPWhois
*/
PHP_WHOIS,
/**
* php-whois' list.
*
* @see php-whois
*/
PHOIS,
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy