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
Methods in aQute.bnd.connection.settings that return ProxyHandler Modifier and Type Method Description static 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)
-