Class ProxyHandler.ProxySetup

  • Enclosing interface:
    ProxyHandler

    public static class ProxyHandler.ProxySetup
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.net.PasswordAuthentication authentication  
      java.net.Proxy proxy  
    • Constructor Summary

      Constructors 
      Constructor Description
      ProxySetup()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • proxy

        public java.net.Proxy proxy
      • authentication

        public java.net.PasswordAuthentication authentication
    • Constructor Detail

      • ProxySetup

        public ProxySetup()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object