|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProxyInfo | |
|---|---|
| org.apache.maven.wagon | |
| org.apache.maven.wagon.providers.http | |
| org.apache.maven.wagon.proxy | |
| org.apache.maven.wagon.tck.http | |
| Uses of ProxyInfo in org.apache.maven.wagon |
|---|
| Fields in org.apache.maven.wagon declared as ProxyInfo | |
|---|---|
protected ProxyInfo |
AbstractWagon.proxyInfo
Deprecated. |
| Methods in org.apache.maven.wagon that return ProxyInfo | |
|---|---|
ProxyInfo |
AbstractWagon.getProxyInfo()
|
protected ProxyInfo |
AbstractWagon.getProxyInfo(String protocol,
String host)
|
| Methods in org.apache.maven.wagon with parameters of type ProxyInfo | |
|---|---|
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)
|
| Uses of ProxyInfo in org.apache.maven.wagon.providers.http |
|---|
| Methods in org.apache.maven.wagon.providers.http with parameters of type ProxyInfo | |
|---|---|
SocketAddress |
LightweightHttpWagon.getSocketAddress(ProxyInfo proxyInfo)
|
| Uses of ProxyInfo in org.apache.maven.wagon.proxy |
|---|
| Methods in org.apache.maven.wagon.proxy that return ProxyInfo | |
|---|---|
ProxyInfo |
ProxyInfoProvider.getProxyInfo(String protocol)
Returns the proxy settings for the given protocol. |
| Methods in org.apache.maven.wagon.proxy with parameters of type ProxyInfo | |
|---|---|
static boolean |
ProxyUtils.validateNonProxyHosts(ProxyInfo proxy,
String targetHost)
Check if the specified host is in the list of non proxy hosts. |
| Uses of ProxyInfo in org.apache.maven.wagon.tck.http |
|---|
| Methods in org.apache.maven.wagon.tck.http that return ProxyInfo | |
|---|---|
protected ProxyInfo |
HttpWagonTests.newProxyInfo()
|
| Methods in org.apache.maven.wagon.tck.http with parameters of type ProxyInfo | |
|---|---|
protected boolean |
HttpWagonTests.initTest(AuthenticationInfo auth,
ProxyInfo proxy)
|
protected boolean |
HttpWagonTests.initTest(String baseUrl,
AuthenticationInfo auth,
ProxyInfo proxy)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||