Uses of Interface
aQute.bnd.service.url.ProxyHandler
-
Packages that use ProxyHandler Package Description aQute.bnd.connection.settings aQute.bnd.http -
-
Uses of ProxyHandler in aQute.bnd.connection.settings
Classes in aQute.bnd.connection.settings that implement ProxyHandler Modifier and Type Class Description private static class
ConnectionSettings.SettingsProxyHandler
Methods in aQute.bnd.connection.settings that return ProxyHandler Modifier and Type Method Description ProxyHandler
ConnectionSettings. createProxyHandler(ProxyDTO proxyDTO)
Create Proxy Handler from ProxyDTO -
Uses of ProxyHandler in aQute.bnd.http
Fields in aQute.bnd.http with type parameters of type ProxyHandler Modifier and Type Field Description private java.util.List<ProxyHandler>
HttpClient. proxyHandlers
Methods in aQute.bnd.http that return types with arguments of type ProxyHandler Modifier and Type Method Description private java.util.Collection<? extends ProxyHandler>
HttpClient. getProxyHandlers()
Methods in aQute.bnd.http with parameters of type ProxyHandler Modifier and Type Method Description void
HttpClient. addProxyHandler(ProxyHandler proxyHandler)
-