| Package | Description |
|---|---|
| org.apache.maven.wagon | |
| org.apache.maven.wagon.proxy |
| Modifier and Type | Field | Description |
|---|---|---|
protected ProxyInfo |
AbstractWagon.proxyInfo |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
ProxyInfo |
AbstractWagon.getProxyInfo() |
|
protected ProxyInfo |
AbstractWagon.getProxyInfo(java.lang.String protocol,
java.lang.String host) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
AbstractWagon.connect(Repository repository,
AuthenticationInfo authenticationInfo,
ProxyInfo proxyInfo) |
|
void |
AbstractWagon.connect(Repository repository,
ProxyInfo proxyInfo) |
|
void |
Wagon.connect(Repository source,
AuthenticationInfo authenticationInfo,
ProxyInfo proxyInfo) |
Initiate the connection to the repository.
|
void |
Wagon.connect(Repository source,
ProxyInfo proxyInfo) |
Initiate the connection to the repository.
|
| Modifier and Type | Method | Description |
|---|---|---|
ProxyInfo |
ProxyInfoProvider.getProxyInfo(java.lang.String protocol) |
Returns the proxy settings for the given protocol.
|
| Modifier and Type | Method | Description |
|---|---|---|
static boolean |
ProxyUtils.validateNonProxyHosts(ProxyInfo proxy,
java.lang.String targetHost) |
Check if the specified host is in the list of non proxy hosts.
|