Class Proxy

java.lang.Object
org.apache.maven.repository.Proxy

public class Proxy extends Object
Proxy
  • Field Details Link icon

  • Constructor Details Link icon

    • Proxy Link icon

      public Proxy()
  • Method Details Link icon

    • getHost Link icon

      public String getHost()
      Return proxy server host name.
      Returns:
      proxy server host name
    • setHost Link icon

      public void setHost(String host)
      Set proxy host name.
      Parameters:
      host - proxy server host name
    • getPassword Link icon

      public String getPassword()
      Get user's password used to log in to proxy server.
      Returns:
      user's password at proxy host
    • setPassword Link icon

      public void setPassword(String password)
      Set the user's password for the proxy server.
      Parameters:
      password - password to use to log in to a proxy server
    • getPort Link icon

      public int getPort()
      Get the proxy port.
      Returns:
      proxy server port
    • setPort Link icon

      public void setPort(int port)
      Set the proxy port.
      Parameters:
      port - proxy server port
    • getUserName Link icon

      public String getUserName()
      Get the proxy username.
      Returns:
      username for the proxy server
    • setUserName Link icon

      public void setUserName(String userName)
      Set the proxy username.
      Parameters:
      userName - username for the proxy server
    • getProtocol Link icon

      public String getProtocol()
      Get the protocol of the proxy server.
      Returns:
      the protocol of the proxy server
    • setProtocol Link icon

      public void setProtocol(String protocol)
      Parameters:
      protocol - the protocol of the proxy server like SOCKSv4
    • getNonProxyHosts Link icon

      public String getNonProxyHosts()
    • setNonProxyHosts Link icon

      public void setNonProxyHosts(String nonProxyHosts)
    • getNtlmHost Link icon

      public String getNtlmHost()
    • setNtlmHost Link icon

      public void setNtlmHost(String ntlmHost)
    • setNtlmDomain Link icon

      public void setNtlmDomain(String ntlmDomain)
    • getNtlmDomain Link icon

      public String getNtlmDomain()