| Package | Description |
|---|---|
| org.sonatype.aether | |
| org.sonatype.aether.test.impl | |
| org.sonatype.aether.util | |
| org.sonatype.aether.util.repository |
| Modifier and Type | Method and Description |
|---|---|
ProxySelector |
RepositorySystemSession.getProxySelector()
Gets the proxy selector to use for repositories discovered in artifact descriptors.
|
| Modifier and Type | Method and Description |
|---|---|
ProxySelector |
TestRepositorySystemSession.getProxySelector() |
| Modifier and Type | Method and Description |
|---|---|
void |
TestRepositorySystemSession.setProxySelector(ProxySelector proxySelector) |
| Modifier and Type | Method and Description |
|---|---|
ProxySelector |
DefaultRepositorySystemSession.getProxySelector() |
ProxySelector |
FilterRepositorySystemSession.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.
|
| Constructor and Description |
|---|
ConservativeProxySelector(ProxySelector selector)
Creates a new selector that delegates to the specified selector.
|
Copyright © 2010-2014 Sonatype, Inc.. All Rights Reserved.