Class HTTPProxy
java.lang.Object
eu.maveniverse.maven.mima.context.HTTPProxy
HTTP Proxy configuration, that resolver uses.
- Since:
- 2.4.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HTTPProxy
-
-
Method Details
-
getProtocol
The protocol to use with HTTP Proxy, nevernull. -
getHost
The HTTP Proxy hostname, nevernull. -
getPort
public int getPort()The HTTP Proxy port. -
getNonProxyHosts
String of comma or pipe delimited list of non-proxy hosts, nevernull.- See Also:
-
getData
Extra "data", like auth, nevernull.
-