Class ProxyServerConfig


  • public class ProxyServerConfig
    extends Object
    Encapsulates the proxy server configurations.
    • Method Detail

      • builder

        public static ProxyServerConfig.Builder builder()
        Creates a new ProxyServerConfig builder.
        Returns:
        a ProxyServerConfig.Builder instance
      • getHost

        public String getHost()
        Gets the host name of proxy server.
        Returns:
        A String denoting host
      • getPort

        public Integer getPort()
        Gets the port number of proxy server.
        Returns:
        A String denoting port
      • getProxyScheme

        public ProxyScheme getProxyScheme()
        Gets the scheme of proxy server.
        Returns:
        An instance ProxyScheme