Uses of Class
aQute.bnd.connection.settings.ProxyDTO
-
Packages that use ProxyDTO Package Description aQute.bnd.connection.settings -
-
Uses of ProxyDTO in aQute.bnd.connection.settings
Fields in aQute.bnd.connection.settings declared as ProxyDTO Modifier and Type Field Description private ProxyDTO
ConnectionSettings.SettingsProxyHandler. proxyDTO
Fields in aQute.bnd.connection.settings with type parameters of type ProxyDTO Modifier and Type Field Description java.util.List<ProxyDTO>
SettingsDTO. proxies
Methods in aQute.bnd.connection.settings with parameters of type ProxyDTO Modifier and Type Method Description void
ConnectionSettings. add(ProxyDTO proxy)
ProxyHandler
ConnectionSettings. createProxyHandler(ProxyDTO proxyDTO)
Create Proxy Handler from ProxyDTOprivate boolean
ConnectionSettings. isActive(ProxyDTO proxy)
Constructors in aQute.bnd.connection.settings with parameters of type ProxyDTO Constructor Description SettingsProxyHandler(ProxyDTO proxyDTO)
-