Class ProxyConfig
java.lang.Object
org.owasp.dependencycheck.maven.ProxyConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHost()Get the host.intgetPort()Get the port.The server id.voidSet the host.voidsetPort(int port) Set the new port number.voidsetServerId(String serverId) Sets the server id.
-
Constructor Details
-
ProxyConfig
public ProxyConfig()
-
-
Method Details
-
getHost
-
setHost
-
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
-
setServerId
Sets the server id.- Parameters:
serverId- the new server id
-