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 HttpClientConnectionSettings. clientConstructors 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) HttpClientHttpRequest. clientMethods in aQute.bnd.http that return HttpClient Modifier and Type Method Description HttpClientHttpClient. retries(int retries)HttpClientHttpClient. 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) HttpClientCommunicationCommands. httpClient -
Uses of HttpClient in aQute.bnd.osgi
Fields in aQute.bnd.osgi declared as HttpClient Modifier and Type Field Description private HttpClientURLResource. clientMethods in aQute.bnd.osgi with parameters of type HttpClient Modifier and Type Method Description static ResourceResource. 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).
-