| Package | Description |
|---|---|
| de.flapdoodle.embed.process.config | |
| de.flapdoodle.embed.process.net |
| Modifier and Type | Method and Description |
|---|---|
Optional<ProxyFactory> |
ImmutableDownloadConfig.proxyFactory() |
Optional<ProxyFactory> |
DownloadConfig.proxyFactory() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableDownloadConfig.Builder |
ImmutableDownloadConfig.Builder.proxyFactory(ProxyFactory proxyFactory)
Initializes the optional value
proxyFactory to proxyFactory. |
ImmutableDownloadConfig |
ImmutableDownloadConfig.withProxyFactory(ProxyFactory value)
Copy the current immutable object by setting a present value for the optional
proxyFactory attribute. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableDownloadConfig.Builder |
ImmutableDownloadConfig.Builder.proxyFactory(Optional<? extends ProxyFactory> proxyFactory)
Initializes the optional value
proxyFactory to proxyFactory. |
ImmutableDownloadConfig |
ImmutableDownloadConfig.withProxyFactory(Optional<? extends ProxyFactory> optional)
Copy the current immutable object by setting an optional value for the
proxyFactory attribute. |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpProxyFactory |
Copyright © 2024. All rights reserved.