Uses of Class
aQute.bnd.http.HttpClient
-
Packages that use HttpClient Package Description aQute.bnd.connection.settings aQute.bnd.http aQute.bnd.main aQute.bnd.osgi -
-
Uses of HttpClient in aQute.bnd.connection.settings
Fields in aQute.bnd.connection.settings declared as HttpClient Modifier and Type Field Description private HttpClient
ConnectionSettings. client
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
Fields in aQute.bnd.http declared as HttpClient Modifier and Type Field Description (package private) HttpClient
HttpRequest. client
Methods in aQute.bnd.http that return HttpClient Modifier and Type Method Description HttpClient
HttpClient. retries(int retries)
HttpClient
HttpClient. retryDelay(int retryDelay)
Constructors in aQute.bnd.http with parameters of type HttpClient Constructor Description HttpRequest(HttpClient client)
-
Uses of HttpClient in aQute.bnd.main
Fields in aQute.bnd.main declared as HttpClient Modifier and Type Field Description (package private) HttpClient
CommunicationCommands. httpClient
-
Uses of HttpClient in aQute.bnd.osgi
Fields in aQute.bnd.osgi declared as HttpClient Modifier and Type Field Description private HttpClient
URLResource. client
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)
Constructors in aQute.bnd.osgi with parameters of type HttpClient Constructor Description URLResource(java.net.URL url, HttpClient client)
This constructor is not for use other than byResource.fromURL(URL)
.
-