Uses of Class
org.apache.maven.wagon.proxy.ProxyInfo
Packages that use ProxyInfo
-
Uses of ProxyInfo in org.apache.maven.wagon
Fields in org.apache.maven.wagon declared as ProxyInfoMethods in org.apache.maven.wagon that return ProxyInfoModifier and TypeMethodDescriptionAbstractWagon.getProxyInfo()protected ProxyInfoAbstractWagon.getProxyInfo(String protocol, String host) Methods in org.apache.maven.wagon with parameters of type ProxyInfoModifier and TypeMethodDescriptionvoidAbstractWagon.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 ProxyInfoModifier and TypeMethodDescriptionProxyInfoProvider.getProxyInfo(String protocol) Returns the proxy settings for the given protocol.Methods in org.apache.maven.wagon.proxy with parameters of type ProxyInfoModifier and TypeMethodDescriptionstatic booleanProxyUtils.validateNonProxyHosts(ProxyInfo proxy, String targetHost) Check if the specified host is in the list of non proxy hosts.