Package de.undercouch.gradle.tasks.download.internal

Interface Summary
HttpClientFactory Factory for Apache HttpClient objects
 

Class Summary
CachingHttpClientFactory An implementation of HttpClientFactory that caches created clients until the CachingHttpClientFactory.close() method is called.
ContentEncodingNoneInterceptor Intercepts HTTP responses and replaces the invalid Content-Encoding 'none' by 'identity'.
CustomContentEncodingEntity Wraps around HttpEntity and replaces its content type
DefaultHttpClientFactory Default implementation of HttpClientFactory.
InsecureHostnameVerifier An insecure host name verifier that accepts everything
InsecureTrustManager An insecure trust manager that accepts all certificates.
ProgressLoggerWrapper Wraps around Gradle's internal progress logger.