Uses of Class
org.apache.maven.wagon.proxy.ProxyInfo
-
Packages that use ProxyInfo Package Description org.apache.maven.wagon org.apache.maven.wagon.proxy org.apache.maven.wagon.shared.http -
-
Uses of ProxyInfo in org.apache.maven.wagon
Fields in org.apache.maven.wagon declared as ProxyInfo Modifier and Type Field Description protected ProxyInfoAbstractWagon. proxyInfoDeprecated.Methods in org.apache.maven.wagon that return ProxyInfo Modifier and Type Method Description ProxyInfoAbstractWagon. getProxyInfo()protected ProxyInfoAbstractWagon. getProxyInfo(java.lang.String protocol, java.lang.String host)Methods in org.apache.maven.wagon with parameters of type ProxyInfo Modifier and Type Method Description voidAbstractWagon. connect(Repository repository, AuthenticationInfo authenticationInfo, ProxyInfo proxyInfo)voidAbstractWagon. connect(Repository repository, ProxyInfo proxyInfo)voidWagon. connect(Repository source, AuthenticationInfo authenticationInfo, ProxyInfo proxyInfo)Initiate the connection to the repository.voidWagon. connect(Repository source, ProxyInfo proxyInfo)Initiate the connection to the repository. -
Uses of ProxyInfo in org.apache.maven.wagon.proxy
Methods in org.apache.maven.wagon.proxy that return ProxyInfo Modifier and Type Method Description ProxyInfoProxyInfoProvider. getProxyInfo(java.lang.String protocol)Returns the proxy settings for the given protocol.Methods in org.apache.maven.wagon.proxy with parameters of type ProxyInfo Modifier and Type Method Description static booleanProxyUtils. validateNonProxyHosts(ProxyInfo proxy, java.lang.String targetHost)Check if the specified host is in the list of non proxy hosts. -
Uses of ProxyInfo in org.apache.maven.wagon.shared.http
Methods in org.apache.maven.wagon.shared.http with parameters of type ProxyInfo Modifier and Type Method Description static java.lang.StringHttpMessageUtils. formatAuthorizationMessage(java.lang.String url, int statusCode, java.lang.String reasonPhrase, ProxyInfo proxyInfo)Format a consistent message for HTTP relatedAuthorizationException.private static java.lang.StringHttpMessageUtils. formatMessage(java.lang.String message, java.lang.String url, int statusCode, java.lang.String reasonPhrase, ProxyInfo proxyInfo)static java.lang.StringHttpMessageUtils. formatResourceDoesNotExistMessage(java.lang.String url, int statusCode, java.lang.String reasonPhrase, ProxyInfo proxyInfo)Format a consistent message for HTTP relatedResourceDoesNotExistException.static java.lang.StringHttpMessageUtils. 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.StringHttpMessageUtils. formatTransferFailedMessage(java.lang.String url, int statusCode, java.lang.String reasonPhrase, ProxyInfo proxyInfo)Format a consistent message for HTTP relatedTransferFailedException.static java.lang.StringHttpMessageUtils. formatTransferFailedMessage(java.lang.String url, ProxyInfo proxyInfo)Format a consistent message for HTTP relatedTransferFailedException.
-