Class ProxyDTO

java.lang.Object
aQute.bnd.util.dto.DTO
aQute.bnd.connection.settings.ProxyDTO

public class ProxyDTO extends DTO
  • Field Details

    • id

      public String id
    • active

      public boolean active
    • mask

      public String mask
    • protocol

      public String protocol
    • username

      public String username
    • password

      public String password
    • port

      public int port
    • nonProxyHosts

      public String nonProxyHosts
    • host

      public String host
    • globs

      List<Glob> globs
  • Constructor Details

    • ProxyDTO

      public ProxyDTO()