| Package | Description |
|---|---|
| de.flapdoodle.embed.process.config |
| Modifier and Type | Method and Description |
|---|---|
ImmutableDownloadConfig.Builder |
ImmutableDownloadConfig.Builder.authorization(Optional<String> authorization)
Deprecated.
|
ImmutableDownloadConfig.Builder |
ImmutableDownloadConfig.Builder.authorization(String authorization)
Deprecated.
|
static ImmutableDownloadConfig.Builder |
ImmutableDownloadConfig.builder()
Creates a builder for
ImmutableDownloadConfig. |
static ImmutableDownloadConfig.Builder |
DownloadConfig.builder() |
ImmutableDownloadConfig.Builder |
ImmutableDownloadConfig.Builder.from(DownloadConfig instance)
Fill a builder with attribute values from the provided
DownloadConfig instance. |
ImmutableDownloadConfig.Builder |
ImmutableDownloadConfig.Builder.proxyFactory(Optional<? extends de.flapdoodle.net.ProxyFactory> proxyFactory)
Initializes the optional value
proxyFactory to proxyFactory. |
ImmutableDownloadConfig.Builder |
ImmutableDownloadConfig.Builder.proxyFactory(de.flapdoodle.net.ProxyFactory proxyFactory)
Initializes the optional value
proxyFactory to proxyFactory. |
ImmutableDownloadConfig.Builder |
ImmutableDownloadConfig.Builder.timeoutConfig(TimeoutConfig timeoutConfig)
Initializes the value for the
timeoutConfig attribute. |
ImmutableDownloadConfig.Builder |
ImmutableDownloadConfig.Builder.userAgent(String userAgent)
Initializes the value for the
userAgent attribute. |
Copyright © 2024. All rights reserved.