| Modifier and Type | Method and Description |
|---|---|
static ProxyResult |
ProxyResult.direct()
Creates a DIRECT result with a generic reason.
|
static ProxyResult |
ProxyResult.direct(String reason)
Creates a DIRECT result (no proxy needed).
|
ProxyResult |
GraalPacScriptEvaluator.evaluate(String pacScript,
String targetUrl) |
ProxyResult |
PacEvaluator.evaluate(String pacScript,
String targetUrl)
Evaluate the PAC script for the given target URL.
|
ProxyResult |
GraalPacScriptEvaluator.evaluateFromPacUrl(String pacUrl,
String targetUrl) |
ProxyResult |
PacEvaluator.evaluateFromPacUrl(String pacUrl,
String targetUrl)
Deprecated.
Use
PacScriptLoader together with PacEvaluator.evaluate(String, String). |
static ProxyResult |
ProxyResult.of(String host,
int port)
Creates a PROXY result with a generic reason.
|
ProxyResult |
ProxyResultParser.parse(String pacResult) |
ProxyResult |
ProxyServerParser.parse(String proxyServer,
String targetUrl) |
static ProxyResult |
ProxyResult.proxy(String host,
int port,
String reason)
Creates a PROXY result.
|
ProxyResult |
ManualProxyResolver.resolve(ProxyConfiguration configuration) |
ProxyResult |
WindowsPacScriptProxyResolver.resolve(ProxyConfiguration configuration,
String targetUrl) |
ProxyResult |
StaticProxySettingsResolver.resolve(String targetUrl) |
ProxyResult |
PacUrlProxyResolver.resolve(String targetUrl) |
ProxyResult |
WindowsProxyResolver.resolve(String targetUrl)
Resolve the proxy for a target URL using the configured mode.
|
ProxyResult |
WindowsProxyResolver.resolve(String targetUrl,
PacUrlSource source,
String powerShellScript)
Deprecated.
|
ProxyResult |
WindowsProxyResolver.resolvePacUrl(String targetUrl)
Resolve a proxy through the default PAC_URL pipeline.
|
ProxyResult |
WindowsProxyResolver.resolveRegistry(String targetUrl)
Resolve a proxy from static Windows registry proxy settings.
|
ProxyResult |
WindowsProxyResolver.resolveWindowsPac(String targetUrl)
Resolve a proxy through Windows/.NET/PowerShell.
|
Copyright © 2026. All rights reserved.