public static enum HttpConfiguration.ProxyAuthMethod extends Enum<HttpConfiguration.ProxyAuthMethod>
| Modifier and Type | Method and Description |
|---|---|
static com.atlassian.fugue.Option<HttpConfiguration.ProxyAuthMethod> |
fromKey(String key) |
static HttpConfiguration.ProxyAuthMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpConfiguration.ProxyAuthMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HttpConfiguration.ProxyAuthMethod BASIC
public static final HttpConfiguration.ProxyAuthMethod DIGEST
public static final HttpConfiguration.ProxyAuthMethod NTLM
public static HttpConfiguration.ProxyAuthMethod[] values()
for (HttpConfiguration.ProxyAuthMethod c : HttpConfiguration.ProxyAuthMethod.values()) System.out.println(c);
public static HttpConfiguration.ProxyAuthMethod 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 com.atlassian.fugue.Option<HttpConfiguration.ProxyAuthMethod> fromKey(String key)
Copyright © 2016 Atlassian. All rights reserved.