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 ProxyDTOConnectionSettings.SettingsProxyHandler. proxyDTOFields in aQute.bnd.connection.settings with type parameters of type ProxyDTO Modifier and Type Field Description java.util.List<ProxyDTO>SettingsDTO. proxiesMethods in aQute.bnd.connection.settings with parameters of type ProxyDTO Modifier and Type Method Description voidConnectionSettings. add(ProxyDTO proxy)ProxyHandlerConnectionSettings. createProxyHandler(ProxyDTO proxyDTO)Create Proxy Handler from ProxyDTOprivate booleanConnectionSettings. isActive(ProxyDTO proxy)Constructors in aQute.bnd.connection.settings with parameters of type ProxyDTO Constructor Description SettingsProxyHandler(ProxyDTO proxyDTO)
-