ProxyMode¶
This docs was updated at: 2026-02-23
com.paragon.web.ProxyMode ยท Enum
Proxy mode for web extraction requests.
Methods¶
BASIC¶
BASIC("basic"),
/** Stealth proxy with anti-detection measures. */
STEALTH("stealth"),
/** Automatically choose the best proxy mode. */
AUTO("auto")
Basic proxy without special handling.
STEALTH¶
Stealth proxy with anti-detection measures.
AUTO¶
Automatically choose the best proxy mode.