Package | Description |
---|---|
org.apache.maven.wagon | |
org.apache.maven.wagon.providers.http | |
org.apache.maven.wagon.proxy | |
org.apache.maven.wagon.tck.http |
Modifier and Type | Field and Description |
---|---|
protected ProxyInfo |
AbstractWagon.proxyInfo
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ProxyInfo |
AbstractWagon.getProxyInfo() |
protected ProxyInfo |
AbstractWagon.getProxyInfo(String protocol,
String host) |
Modifier and Type | Method and Description |
---|---|
void |
Wagon.connect(Repository source,
AuthenticationInfo authenticationInfo,
ProxyInfo proxyInfo)
Initiate the connection to the repository.
|
void |
AbstractWagon.connect(Repository repository,
AuthenticationInfo authenticationInfo,
ProxyInfo proxyInfo) |
void |
Wagon.connect(Repository source,
ProxyInfo proxyInfo)
Initiate the connection to the repository.
|
void |
AbstractWagon.connect(Repository repository,
ProxyInfo proxyInfo) |
Modifier and Type | Method and Description |
---|---|
SocketAddress |
LightweightHttpWagon.getSocketAddress(ProxyInfo proxyInfo) |
Modifier and Type | Method and Description |
---|---|
ProxyInfo |
ProxyInfoProvider.getProxyInfo(String protocol)
Returns the proxy settings for the given protocol.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
ProxyUtils.validateNonProxyHosts(ProxyInfo proxy,
String targetHost)
Check if the specified host is in the list of non proxy hosts.
|
Modifier and Type | Method and Description |
---|---|
protected ProxyInfo |
HttpWagonTests.newProxyInfo() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
HttpWagonTests.initTest(AuthenticationInfo auth,
ProxyInfo proxy) |
protected boolean |
HttpWagonTests.initTest(String baseUrl,
AuthenticationInfo auth,
ProxyInfo proxy) |
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.