| Package | Description |
|---|---|
| aQute.bnd.connection.settings | |
| aQute.bnd.http | |
| aQute.bnd.osgi |
| Modifier and Type | Field and Description |
|---|---|
private HttpClient |
ConnectionSettings.client |
| Constructor and Description |
|---|
ConnectionSettings(Processor processor,
HttpClient client) |
| Modifier and Type | Field and Description |
|---|---|
(package private) HttpClient |
HttpRequest.client |
| Constructor and Description |
|---|
HttpRequest(HttpClient client) |
| Modifier and Type | Field and Description |
|---|---|
private HttpClient |
URLResource.client |
| Modifier and Type | Method and Description |
|---|---|
static Resource |
Resource.fromURL(java.net.URL url,
HttpClient client) |
| Constructor and Description |
|---|
URLResource(java.net.URL url,
HttpClient client)
This constructor is not for use other than by
Resource.fromURL(URL). |