Package org.alfresco.httpclient
-
Interface Summary Interface Description AlfrescoHttpClient Response -
Class Summary Class Description AbstractHttpClient GetRequest HTTP GET RequestHeadRequest HTTP HEAD requestHttpClientFactory A factory to create HttpClients and AlfrescoHttpClients based on the setting of the 'secureCommsType' property.HttpClientFactory.NonBlockingHttpParams HttpClientFactory.NonBlockingHttpParamsFactory 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.HttpMethodResponse MD5EncryptionParameters PostRequest HTTP POST RequestRequest RequestHeadersHttpClient 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.SecureHttpClient Simple HTTP client to connect to the Alfresco server. -
Enum Summary Enum Description HttpClientFactory.SecureCommsType 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) -
Exception Summary Exception Description AuthenticationException