Class ProxyDTO


  • public class ProxyDTO
    extends DTO
    • Constructor Summary

      Constructors 
      Constructor Description
      ProxyDTO()  
    • Method Summary

      • Methods inherited from class aQute.bnd.util.dto.DTO

        toString
      • Methods inherited from class java.lang.Object

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

      • id

        public java.lang.String id
      • active

        public boolean active
      • mask

        public java.lang.String mask
      • protocol

        public java.lang.String protocol
      • username

        public java.lang.String username
      • password

        public java.lang.String password
      • port

        public int port
      • nonProxyHosts

        public java.lang.String nonProxyHosts
      • host

        public java.lang.String host
    • Constructor Detail

      • ProxyDTO

        public ProxyDTO()