Uses of Enum
org.alfresco.httpclient.HttpClientFactory.SecureCommsType
Packages that use HttpClientFactory.SecureCommsType
-
Uses of HttpClientFactory.SecureCommsType in org.alfresco.httpclient
Methods in org.alfresco.httpclient that return HttpClientFactory.SecureCommsTypeModifier and TypeMethodDescriptionReturns 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.SecureCommsTypeModifierConstructorDescriptionHttpClientFactory
(HttpClientFactory.SecureCommsType secureCommsType, SSLEncryptionParameters sslEncryptionParameters, KeyResourceLoader keyResourceLoader, KeyStoreParameters keyStoreParameters, MD5EncryptionParameters encryptionParameters, String host, int port, int sslPort, int maxTotalConnections, int maxHostConnections, int socketTimeout) Default constructor for legacy subsystems.HttpClientFactory
(HttpClientFactory.SecureCommsType secureCommsType, SSLEncryptionParameters sslEncryptionParameters, KeyResourceLoader keyResourceLoader, KeyStoreParameters keyStoreParameters, MD5EncryptionParameters encryptionParameters, String sharedSecret, String sharedSecretHeader, String host, int port, int sslPort, int maxTotalConnections, int maxHostConnections, int socketTimeout) Recommended constructor for subsystems supporting Shared Secret communication.