Uses of Package
org.alfresco.httpclient
Packages that use org.alfresco.httpclient
-
Classes in org.alfresco.httpclient used by org.alfresco.httpclientClassDescriptionCommunication 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)Since 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.