public static enum ClientConfig.ProxyScheme extends Enum<ClientConfig.ProxyScheme>
Modifier and Type | Method and Description |
---|---|
static ClientConfig.ProxyScheme |
get(String text) |
static ClientConfig.ProxyScheme |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientConfig.ProxyScheme[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClientConfig.ProxyScheme HTTP
public static final ClientConfig.ProxyScheme HTTPS
public static ClientConfig.ProxyScheme[] values()
for (ClientConfig.ProxyScheme c : ClientConfig.ProxyScheme.values()) System.out.println(c);
public static ClientConfig.ProxyScheme 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 nullpublic static ClientConfig.ProxyScheme get(String text)
Copyright © 2022 Adobe. All rights reserved.