public static enum HttpClientFactory.SecureCommsType extends Enum<HttpClientFactory.SecureCommsType>
Modifier and Type | Method and Description |
---|---|
static HttpClientFactory.SecureCommsType |
getType(String type) |
static HttpClientFactory.SecureCommsType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpClientFactory.SecureCommsType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HttpClientFactory.SecureCommsType HTTPS
public static final HttpClientFactory.SecureCommsType NONE
public static HttpClientFactory.SecureCommsType[] values()
for (HttpClientFactory.SecureCommsType c : HttpClientFactory.SecureCommsType.values()) System.out.println(c);
public static HttpClientFactory.SecureCommsType 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 HttpClientFactory.SecureCommsType getType(String type)
Copyright © 2005–2016 Alfresco Software. All rights reserved.