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

fr.whimtrip.ext.jwhtscrapper.enm.ProxyStatus Maven / Gradle / Ivy

The newest version!
package fr.whimtrip.ext.jwhtscrapper.enm;

/**
 *
 * 

Part of project jwht-scrapper

*

Created on 27/07/18

* *

* Status a proxy can have. Statuses are used not to reuse proxies * that has been flagged as non working. Most proxies don't always * work properly so that it is recommended to store and update their * status in order not to reuse non working ones. *

* * @author Louis-wht * @since 1.0.0 */ public enum ProxyStatus { /** Working Proxy */ WORKING, /** * Shouldn't be used as of now but a process to make a proxy * change from Frozen to WORKING might be imagined */ FROZEN, /** Not to be used anymore */ BANNED; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy