All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.malkusch.whoisServerList.api.v1.model.Source Maven / Gradle / Ivy

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