| Interface | Description |
|---|---|
| HttpClientFactory |
Factory for Apache
CloseableHttpClient objects |
| Class | Description |
|---|---|
| CachingHttpClientFactory |
An implementation of
HttpClientFactory that caches created clients
until the CachingHttpClientFactory.close() method is called. |
| 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.
|
| ProjectApiHelper |
Provides unified access to the API of the
Project for different
Gradle versions. |
| ProviderHelper |
Helper methods to dynamically access
org.gradle.api.provider.Provider |