Package | Description |
---|---|
org.apache.maven.wagon | |
org.apache.maven.wagon.providers.http | |
org.apache.maven.wagon.proxy | |
org.apache.maven.wagon.shared.http | |
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 |
---|---|
static String |
HttpMessageUtils.formatAuthorizationMessage(String url,
int statusCode,
String reasonPhrase,
ProxyInfo proxyInfo)
Format a consistent message for HTTP related
AuthorizationException . |
static String |
HttpMessageUtils.formatResourceDoesNotExistMessage(String url,
int statusCode,
String reasonPhrase,
ProxyInfo proxyInfo)
Format a consistent message for HTTP related
ResourceDoesNotExistException . |
static String |
HttpMessageUtils.formatTransferDebugMessage(String url,
int statusCode,
String reasonPhrase,
ProxyInfo proxyInfo)
Format a consistent HTTP transfer debug message combining URL, status code, reason phrase and HTTP
proxy server info.
|
static String |
HttpMessageUtils.formatTransferFailedMessage(String url,
int statusCode,
String reasonPhrase,
ProxyInfo proxyInfo)
Format a consistent message for HTTP related
TransferFailedException . |
static String |
HttpMessageUtils.formatTransferFailedMessage(String url,
ProxyInfo proxyInfo)
Format a consistent message for HTTP related
TransferFailedException . |
Modifier and Type | Method and Description |
---|---|
protected ProxyInfo |
HttpWagonTests.newProxyInfo() |
Modifier and Type | Method and Description |
---|---|
static void |
Assertions.assertWagonExceptionMessage(Exception e,
int forStatusCode,
String forUrl,
String forReasonPhrase,
ProxyInfo proxyInfo)
Assert a WagonException message contains required format and context based on the status code we expected to
trigger it in the first place.
|
protected boolean |
HttpWagonTests.initTest(AuthenticationInfo auth,
ProxyInfo proxy) |
protected boolean |
HttpWagonTests.initTest(String baseUrl,
AuthenticationInfo auth,
ProxyInfo proxy) |
Copyright © 2003–2022 The Apache Software Foundation. All rights reserved.