Package | Description |
---|---|
org.eclipse.aether |
The primary API of the
RepositorySystem and its functionality. |
org.eclipse.aether.repository |
The definition of various kinds of repositories that host artifacts.
|
org.eclipse.aether.transport.http |
Support for downloads/uploads via the HTTP and HTTPS protocols.
|
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 |
---|---|
Proxy |
DefaultRepositorySystemSession.NullProxySelector.getProxy(RemoteRepository repository) |
Modifier and Type | Field and Description |
---|---|
private Proxy |
AuthenticationContext.proxy |
private Proxy |
RemoteRepository.proxy |
(package private) Proxy |
RemoteRepository.Builder.proxy |
private Proxy |
AuthenticationDigest.proxy |
Modifier and Type | Method and Description |
---|---|
Proxy |
AuthenticationContext.getProxy()
Gets the proxy (if any) to be authenticated with.
|
Proxy |
RemoteRepository.getProxy()
Gets the proxy that has been selected for this repository.
|
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.
|
Modifier and Type | Method and Description |
---|---|
private static AuthenticationContext |
AuthenticationContext.newInstance(RepositorySystemSession session,
RemoteRepository repository,
Proxy proxy,
Authentication auth) |
RemoteRepository.Builder |
RemoteRepository.Builder.setProxy(Proxy proxy)
Sets the proxy to use in order to access the repository.
|
Constructor and Description |
---|
AuthenticationContext(RepositorySystemSession session,
RemoteRepository repository,
Proxy proxy,
Authentication auth) |
AuthenticationDigest(RepositorySystemSession session,
RemoteRepository repository,
Proxy proxy) |
Modifier and Type | Method and Description |
---|---|
private static org.apache.http.HttpHost |
HttpTransporter.toHost(Proxy proxy) |
Modifier and Type | Field and Description |
---|---|
(package private) Proxy |
DefaultProxySelector.ProxyDef.proxy |
Modifier and Type | Method and Description |
---|---|
Proxy |
JreProxySelector.getProxy(RemoteRepository repository) |
Proxy |
ConservativeProxySelector.getProxy(RemoteRepository repository) |
Proxy |
DefaultProxySelector.getProxy(RemoteRepository repository) |
Modifier and Type | Method and Description |
---|---|
DefaultProxySelector |
DefaultProxySelector.add(Proxy proxy,
java.lang.String nonProxyHosts)
Adds the specified proxy definition to the selector.
|
Constructor and Description |
---|
ProxyDef(Proxy proxy,
java.lang.String nonProxyHosts) |