| Modifier and Type | Method and Description |
|---|---|
static ProxyResult |
ProxyResult.direct(String reason)
Creates a DIRECT result (no proxy needed).
|
static ProxyResult |
WindowsProxyResolver.evaluatePac(String pacUrl,
String targetUrl)
Evaluates a PAC auto-configuration script from the given URL via GraalJS.
|
static ProxyResult |
WindowsProxyResolver.evaluatePacScript(String pacScript,
String targetUrl)
Evaluates a PAC script string (not a URL) against the given target URL.
|
static ProxyResult |
ProxyResult.proxy(String host,
int port,
String reason)
Creates a PROXY result.
|
static ProxyResult |
WindowsProxyResolver.resolve(String url)
Resolves the proxy using the full Windows auto-detection chain (registry-based).
|
static ProxyResult |
WindowsProxyResolver.resolve(String targetUrl,
PacUrlSource source,
String pacUrlOrScript)
Resolves the proxy using the specified
PacUrlSource strategy. |
static ProxyResult |
WindowsProxyResolver.resolveStatic(String url)
Resolves using only static registry settings (ProxyEnable + ProxyServer).
|
Copyright © 2026. All rights reserved.