public static final class HttpClientFactory.SecureCommsType
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static HttpClientFactory.SecureCommsType |
HTTPS |
static HttpClientFactory.SecureCommsType |
NONE |
| Modifier and Type | Method and Description |
|---|---|
static HttpClientFactory.SecureCommsType |
getType(java.lang.String type) |
static HttpClientFactory.SecureCommsType |
valueOf(java.lang.String name) |
static HttpClientFactory.SecureCommsType[] |
values() |
public static final HttpClientFactory.SecureCommsType HTTPS
public static final HttpClientFactory.SecureCommsType NONE
public static HttpClientFactory.SecureCommsType[] values()
public static HttpClientFactory.SecureCommsType valueOf(java.lang.String name)
public static HttpClientFactory.SecureCommsType getType(java.lang.String type)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.