Skip to content

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("stealth"),

  /** Automatically choose the best proxy mode. */
  AUTO("auto")

Stealth proxy with anti-detection measures.


AUTO

AUTO("auto")

Automatically choose the best proxy mode.