![JAR search and dependency download from the Maven repository](/logo.png)
fr.whimtrip.ext.jwhtscrapper.enm.ProxyStatus Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of whimtrip-ext-scrapper Show documentation
Show all versions of whimtrip-ext-scrapper Show documentation
Fully featured highly pluggable and customizable Java scrapping framework
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