Package org.alfresco.httpclient
package org.alfresco.httpclient
-
ClassDescriptionHTTP GET RequestHTTP HEAD requestA factory to create HttpClients and AlfrescoHttpClients based on the setting of the 'secureCommsType' property.An extension of the DefaultHttpParamsFactory that uses a RRW lock pattern rather than full synchronization around the parameter CRUD - to avoid locking on many reads.Communication type for HttpClient: - NONE is plain http - SECRET is plain http with a shared secret via request header - HTTPS is mTLS with client authentication (certificates are required)HTTP POST RequestSince Apache HttpClient 3.1 doesn't support including custom headers by default, this class is adding that custom headers every time a method is invoked.Simple HTTP client to connect to the Alfresco server.