| 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).
|
static ProxyResult |
ProxyResult.error(String reason)
Creates an ERROR result carrying the technical cause.
|
ProxyResult |
GraalPacScriptEvaluator.evaluate(String pacScript,
String targetUrl) |
ProxyResult |
PacEvaluator.evaluate(String pacScript,
String targetUrl)
Evaluate the PAC script for the given target URL.
|
static ProxyResult |
ProxyResult.notImplemented(String reason)
Creates a NOT_IMPLEMENTED result.
|
static ProxyResult |
ProxyResult.of(String host,
int port)
Creates a PROXY result with a generic reason.
|
ProxyResult |
PacProxyRouteParser.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 |
DirectProxyResolver.resolve() |
ProxyResult |
NotImplementedProxyResolver.resolve() |
ProxyResult |
ManualProxyResolver.resolve(ProxyConfiguration configuration) |
ProxyResult |
WindowsPacScriptProxyResolver.resolve(ProxyConfiguration configuration,
String targetUrl)
Deprecated.
|
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.
|
Copyright © 2026. All rights reserved.