Uses of Class
org.alfresco.httpclient.HttpClientFactory.SecureCommsType
-
Packages that use HttpClientFactory.SecureCommsType Package Description org.alfresco.httpclient -
-
Uses of HttpClientFactory.SecureCommsType in org.alfresco.httpclient
Methods in org.alfresco.httpclient that return HttpClientFactory.SecureCommsType Modifier and Type Method Description static HttpClientFactory.SecureCommsTypeHttpClientFactory.SecureCommsType. getType(String type)static HttpClientFactory.SecureCommsTypeHttpClientFactory.SecureCommsType. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpClientFactory.SecureCommsType[]HttpClientFactory.SecureCommsType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.alfresco.httpclient with parameters of type HttpClientFactory.SecureCommsType Constructor Description HttpClientFactory(HttpClientFactory.SecureCommsType secureCommsType, SSLEncryptionParameters sslEncryptionParameters, KeyResourceLoader keyResourceLoader, KeyStoreParameters keyStoreParameters, MD5EncryptionParameters encryptionParameters, String host, int port, int sslPort, int maxTotalConnections, int maxHostConnections, int socketTimeout)
-