Class ProxyOptions


  • public class ProxyOptions
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ProxyOptions()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • host

        public java.lang.String host
      • port

        public int port
      • username

        public java.lang.String username
      • password

        public java.lang.String password
      • nonProxyHosts

        public java.lang.String[] nonProxyHosts
    • Constructor Detail

      • ProxyOptions

        public ProxyOptions()