| Package | Description |
|---|---|
| org.eclipse.aether.repository |
The definition of various kinds of repositories that host artifacts.
|
| Modifier and Type | Method | Description |
|---|---|---|
Proxy |
AuthenticationContext.getProxy() |
Gets the proxy (if any) to be authenticated with.
|
Proxy |
AuthenticationDigest.getProxy() |
Gets the proxy (if any) to be authenticated with.
|
Proxy |
ProxySelector.getProxy(RemoteRepository repository) |
Selects a proxy for the specified remote repository.
|
Proxy |
RemoteRepository.getProxy() |
Gets the proxy that has been selected for this repository.
|
| Modifier and Type | Method | Description |
|---|---|---|
RemoteRepository.Builder |
RemoteRepository.Builder.setProxy(Proxy proxy) |
Sets the proxy to use in order to access the repository.
|