ProxyMode and ProxyConfiguration instead.@Deprecated public enum PacUrlSource extends Enum<PacUrlSource>
| Enum Constant and Description |
|---|
DIRECT
Deprecated.
Do not discover a PAC URL.
|
POWERSHELL
Deprecated.
Discover the PAC URL with PowerShell.
|
REGISTRY
Deprecated.
Discover the PAC URL from the Windows registry.
|
| Modifier and Type | Method and Description |
|---|---|
static PacUrlSource |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static PacUrlSource[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PacUrlSource DIRECT
public static final PacUrlSource REGISTRY
public static final PacUrlSource POWERSHELL
public static PacUrlSource[] values()
for (PacUrlSource c : PacUrlSource.values()) System.out.println(c);
public static PacUrlSource valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2026. All rights reserved.