| Package | Description |
|---|---|
| org.eclipse.aether |
The primary API of the
RepositorySystem and its functionality. |
| org.eclipse.aether.util.repository |
Ready-to-use selectors for authentication, proxies and mirrors and a few other repository related utilities.
|
| Modifier and Type | Method and Description |
|---|---|
ProxySelector |
RepositorySystemSession.getProxySelector()
Gets the proxy selector to use for repositories discovered in artifact descriptors.
|
ProxySelector |
DefaultRepositorySystemSession.getProxySelector() |
ProxySelector |
AbstractForwardingRepositorySystemSession.getProxySelector() |
| Modifier and Type | Method and Description |
|---|---|
DefaultRepositorySystemSession |
DefaultRepositorySystemSession.setProxySelector(ProxySelector proxySelector)
Sets the proxy selector to use for repositories discovered in artifact descriptors.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConservativeProxySelector
A proxy selector that delegates to another selector but only if a repository has no proxy yet.
|
class |
DefaultProxySelector
A simple proxy selector that selects the first matching proxy from a list of configured proxies.
|
class |
JreProxySelector
A proxy selector that uses the
JRE's global proxy selector. |
| Constructor and Description |
|---|
ConservativeProxySelector(ProxySelector selector)
Creates a new selector that delegates to the specified selector.
|
Copyright © 2010-2014 The Eclipse Foundation. All Rights Reserved.