| Package | Description |
|---|---|
| de.flapdoodle.embed.process.config |
| Modifier and Type | Method and Description |
|---|---|
ImmutableDownloadConfig |
ImmutableDownloadConfig.Builder.build()
Builds a new
ImmutableDownloadConfig. |
static ImmutableDownloadConfig |
ImmutableDownloadConfig.copyOf(DownloadConfig instance)
Creates an immutable copy of a
DownloadConfig value. |
static ImmutableDownloadConfig |
DownloadConfig.defaults() |
ImmutableDownloadConfig |
ImmutableDownloadConfig.withAuthorization(Optional<String> optional)
Deprecated.
|
ImmutableDownloadConfig |
ImmutableDownloadConfig.withAuthorization(String value)
Deprecated.
|
ImmutableDownloadConfig |
ImmutableDownloadConfig.withProxyFactory(Optional<? extends de.flapdoodle.net.ProxyFactory> optional)
Copy the current immutable object by setting an optional value for the
proxyFactory attribute. |
ImmutableDownloadConfig |
ImmutableDownloadConfig.withProxyFactory(de.flapdoodle.net.ProxyFactory value)
Copy the current immutable object by setting a present value for the optional
proxyFactory attribute. |
ImmutableDownloadConfig |
ImmutableDownloadConfig.withTimeoutConfig(TimeoutConfig value)
Copy the current immutable object by setting a value for the
timeoutConfig attribute. |
ImmutableDownloadConfig |
ImmutableDownloadConfig.withUserAgent(String value)
Copy the current immutable object by setting a value for the
userAgent attribute. |
Copyright © 2025. All rights reserved.