Class Proxy


  • public class Proxy
    extends Object
    Proxy
    • Constructor Detail

      • Proxy

        public Proxy()
    • Method Detail

      • getHost

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

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

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

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

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

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

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

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

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

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

        public String getNonProxyHosts()
      • setNonProxyHosts

        public void setNonProxyHosts​(String nonProxyHosts)
      • getNtlmHost

        public String getNtlmHost()
      • setNtlmHost

        public void setNtlmHost​(String ntlmHost)
      • setNtlmDomain

        public void setNtlmDomain​(String ntlmDomain)
      • getNtlmDomain

        public String getNtlmDomain()