org.alfresco.httpclient
Class HttpClientFactory.SecureCommsType

java.lang.Object
  extended by java.lang.Enum
      extended by org.alfresco.httpclient.HttpClientFactory.SecureCommsType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing class:
HttpClientFactory

public static final class HttpClientFactory.SecureCommsType
extends java.lang.Enum

See Also:
Serialized Form

Field Summary
static HttpClientFactory.SecureCommsType HTTPS
           
static HttpClientFactory.SecureCommsType NONE
           
 
Method Summary
static HttpClientFactory.SecureCommsType getType(java.lang.String type)
           
static HttpClientFactory.SecureCommsType valueOf(java.lang.String name)
           
static HttpClientFactory.SecureCommsType[] values()
           
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

HTTPS

public static final HttpClientFactory.SecureCommsType HTTPS

NONE

public static final HttpClientFactory.SecureCommsType NONE
Method Detail

values

public static HttpClientFactory.SecureCommsType[] values()

valueOf

public static HttpClientFactory.SecureCommsType valueOf(java.lang.String name)

getType

public static HttpClientFactory.SecureCommsType getType(java.lang.String type)


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.