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 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)
static ProxyHandler
ConnectionSettings. createProxyHandler(ProxyDTO proxyDTO)
Create Proxy Handler from ProxyDTO
-