public static enum ProxyServlet.InitParams extends Enum<ProxyServlet.InitParams>
Enum Constant and Description |
---|
prefix |
proxyTo |
trustAll |
viaHost |
xAuthHeader |
Modifier and Type | Method and Description |
---|---|
static ProxyServlet.InitParams |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProxyServlet.InitParams[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProxyServlet.InitParams proxyTo
public static final ProxyServlet.InitParams prefix
public static final ProxyServlet.InitParams viaHost
public static final ProxyServlet.InitParams trustAll
public static final ProxyServlet.InitParams xAuthHeader
public static ProxyServlet.InitParams[] values()
for (ProxyServlet.InitParams c : ProxyServlet.InitParams.values()) System.out.println(c);
public static ProxyServlet.InitParams 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 © 2018 Walmart, Inc.. All rights reserved.