Package | Description |
---|---|
org.eclipse.cbi.maven.http | |
org.eclipse.cbi.maven.http.apache | |
org.eclipse.cbi.maven.plugins.jarsigner |
Modifier and Type | Class and Description |
---|---|
(package private) class |
AutoValue_RetryHttpClient |
class |
RetryHttpClient |
Modifier and Type | Field and Description |
---|---|
private HttpClient |
AutoValue_RetryHttpClient.delegate |
private HttpClient |
AutoValue_RetryHttpClient.Builder.delegate |
Modifier and Type | Method and Description |
---|---|
HttpClient |
RetryHttpClient.Builder.build() |
(package private) abstract HttpClient |
RetryHttpClient.delegate() |
(package private) HttpClient |
AutoValue_RetryHttpClient.delegate() |
Modifier and Type | Method and Description |
---|---|
(package private) abstract RetryHttpClient.Builder |
RetryHttpClient.Builder.delegate(HttpClient httpClient) |
(package private) RetryHttpClient.Builder |
AutoValue_RetryHttpClient.Builder.delegate(HttpClient delegate) |
static RetryHttpClient.Builder |
RetryHttpClient.retryRequestOn(HttpClient client) |
Constructor and Description |
---|
AutoValue_RetryHttpClient(int maxRetries,
long retryInterval,
java.util.concurrent.TimeUnit retryIntervalUnit,
HttpClient delegate,
Logger log) |
Modifier and Type | Class and Description |
---|---|
class |
ApacheHttpClient
An HttpClient implementation based on Apache HttpClient.
|
Modifier and Type | Method and Description |
---|---|
static HttpClient |
ApacheHttpClient.create(Logger log) |
Modifier and Type | Field and Description |
---|---|
private HttpClient |
AutoValue_RemoteJarSigner.httpClient |
private HttpClient |
AutoValue_RemoteJarSigner.Builder.httpClient |
Modifier and Type | Method and Description |
---|---|
(package private) HttpClient |
AutoValue_RemoteJarSigner.httpClient() |
(package private) abstract HttpClient |
RemoteJarSigner.httpClient() |
Modifier and Type | Method and Description |
---|---|
RemoteJarSigner.Builder |
AutoValue_RemoteJarSigner.Builder.httpClient(HttpClient httpClient) |
abstract RemoteJarSigner.Builder |
RemoteJarSigner.Builder.httpClient(HttpClient client) |
Constructor and Description |
---|
AutoValue_RemoteJarSigner(FilteredJarSigner.Filter filter,
java.net.URI serverUri,
HttpClient httpClient,
org.apache.maven.plugin.logging.Log log) |