public static enum ProxyHostProperties.ProxyForScheme extends Enum<ProxyHostProperties.ProxyForScheme>
| Enum Constant and Description |
|---|
HTTP
HTTP scheme.
|
HTTPS
HTTPS scheme.
|
| Modifier and Type | Method and Description |
|---|---|
static ProxyHostProperties.ProxyForScheme |
forLowerCaseName(String lowerCaseName) |
String |
lowercaseName() |
static ProxyHostProperties.ProxyForScheme |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProxyHostProperties.ProxyForScheme[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProxyHostProperties.ProxyForScheme HTTP
public static final ProxyHostProperties.ProxyForScheme HTTPS
public static ProxyHostProperties.ProxyForScheme[] values()
for (ProxyHostProperties.ProxyForScheme c : ProxyHostProperties.ProxyForScheme.values()) System.out.println(c);
public static ProxyHostProperties.ProxyForScheme 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 ProxyHostProperties.ProxyForScheme forLowerCaseName(String lowerCaseName)
public String lowercaseName()
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.