Package | Description |
---|---|
org.eclipse.aether.repository |
The definition of various kinds of repositories that host artifacts.
|
Modifier and Type | Method and 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 |
RemoteRepository.getProxy()
Gets the proxy that has been selected for this repository.
|
Proxy |
ProxySelector.getProxy(RemoteRepository repository)
Selects a proxy for the specified remote repository.
|
Modifier and Type | Method and Description |
---|---|
RemoteRepository.Builder |
RemoteRepository.Builder.setProxy(Proxy proxy)
Sets the proxy to use in order to access the repository.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.