Uses of Class
aQute.bnd.http.HttpClient
-
Packages that use HttpClient Package Description aQute.bnd.connection.settings aQute.bnd.http aQute.bnd.osgi -
-
Uses of HttpClient in aQute.bnd.connection.settings
Constructors in aQute.bnd.connection.settings with parameters of type HttpClient Constructor Description ConnectionSettings(Processor processor, HttpClient client)
-
Uses of HttpClient in aQute.bnd.http
Methods in aQute.bnd.http that return HttpClient Modifier and Type Method Description HttpClient
HttpClient. retries(int retries)
HttpClient
HttpClient. retryDelay(int retryDelay)
-
Uses of HttpClient in aQute.bnd.osgi
Methods in aQute.bnd.osgi with parameters of type HttpClient Modifier and Type Method Description static Resource
Resource. fromURL(java.net.URL url, HttpClient client)
-