Class HTTPProxy

java.lang.Object
eu.maveniverse.maven.mima.context.HTTPProxy

public final class HTTPProxy extends Object
HTTP Proxy configuration, that resolver uses.
Since:
2.4.0
  • Constructor Details

  • Method Details

    • getProtocol

      public String getProtocol()
      The protocol to use with HTTP Proxy, never null.
    • getHost

      public String getHost()
      The HTTP Proxy hostname, never null.
    • getPort

      public int getPort()
      The HTTP Proxy port.
    • getNonProxyHosts

      public String getNonProxyHosts()
      String of comma or pipe delimited list of non-proxy hosts, never null.
      See Also:
    • getData

      public Map<String,Object> getData()
      Extra "data", like auth, never null.