Package | Description |
---|---|
org.apache.maven.wagon | |
org.apache.maven.wagon.proxy | |
org.apache.maven.wagon.shared.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(java.lang.String protocol,
java.lang.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 |
---|---|
ProxyInfo |
ProxyInfoProvider.getProxyInfo(java.lang.String protocol)
Returns the proxy settings for the given protocol.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
ProxyUtils.validateNonProxyHosts(ProxyInfo proxy,
java.lang.String targetHost)
Check if the specified host is in the list of non proxy hosts.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
HttpMessageUtils.formatAuthorizationMessage(java.lang.String url,
int statusCode,
java.lang.String reasonPhrase,
ProxyInfo proxyInfo)
Format a consistent message for HTTP related
AuthorizationException . |
private static java.lang.String |
HttpMessageUtils.formatMessage(java.lang.String message,
java.lang.String url,
int statusCode,
java.lang.String reasonPhrase,
ProxyInfo proxyInfo) |
static java.lang.String |
HttpMessageUtils.formatResourceDoesNotExistMessage(java.lang.String url,
int statusCode,
java.lang.String reasonPhrase,
ProxyInfo proxyInfo)
Format a consistent message for HTTP related
ResourceDoesNotExistException . |
static java.lang.String |
HttpMessageUtils.formatTransferDebugMessage(java.lang.String url,
int statusCode,
java.lang.String reasonPhrase,
ProxyInfo proxyInfo)
Format a consistent HTTP transfer debug message combining URL, status code, reason phrase and HTTP
proxy server info.
|
static java.lang.String |
HttpMessageUtils.formatTransferFailedMessage(java.lang.String url,
int statusCode,
java.lang.String reasonPhrase,
ProxyInfo proxyInfo)
Format a consistent message for HTTP related
TransferFailedException . |
static java.lang.String |
HttpMessageUtils.formatTransferFailedMessage(java.lang.String url,
ProxyInfo proxyInfo)
Format a consistent message for HTTP related
TransferFailedException . |