@Value.Immutable
public interface DownloadConfig
| Modifier and Type | Method and Description |
|---|---|
static ImmutableDownloadConfig.Builder |
builder() |
static ImmutableDownloadConfig |
defaults() |
Optional<String> |
getAuthorization()
Deprecated.
|
default TimeoutConfig |
getTimeoutConfig() |
default String |
getUserAgent() |
Optional<de.flapdoodle.net.ProxyFactory> |
proxyFactory() |
Optional<de.flapdoodle.net.ProxyFactory> proxyFactory()
@Value.Default default String getUserAgent()
@Deprecated Optional<String> getAuthorization()
@Value.Default default TimeoutConfig getTimeoutConfig()
static ImmutableDownloadConfig.Builder builder()
static ImmutableDownloadConfig defaults()
Copyright © 2025. All rights reserved.