Class ProxyConfig

java.lang.Object
org.owasp.dependencycheck.maven.ProxyConfig

public class ProxyConfig extends Object
Proxy configuration options.
Author:
Jeremy Long
  • Constructor Details

    • ProxyConfig

      public ProxyConfig()
  • Method Details

    • getHost

      public String getHost()
      Get the host.
      Returns:
      the host
    • setHost

      public void setHost(String host)
      Set the host.
      Parameters:
      host - the new host
    • getPort

      public int getPort()
      Get the port.
      Returns:
      the port
    • setPort

      public void setPort(int port)
      Set the new port number.
      Parameters:
      port - the port number
    • getServerId

      public String getServerId()
      The server id.
      Returns:
      the server id
    • setServerId

      public void setServerId(String serverId)
      Sets the server id.
      Parameters:
      serverId - the new server id