Class CommonProxy


  • public class CommonProxy
    extends Object
    Simple wrapper for a proxy in form [username[:password]]@host[:port]
    • Method Detail

      • parse

        public static CommonProxy parse​(String proxy)
        Convenience-method even thu it creates a cyclic dependency to CommonProxyParser
      • getUsername

        public String getUsername()
      • getPassword

        public String getPassword()
      • hasAuthentication

        public boolean hasAuthentication()
      • getIp

        public String getIp()
      • getPort

        public int getPort()