Package | Description |
---|---|
aQute.bnd.http | |
aQute.bnd.service.url |
Modifier and Type | Method and Description |
---|---|
TaggedData |
HttpClient.connectTagged(java.net.URL url) |
TaggedData |
HttpClient.connectTagged(java.net.URL url,
java.lang.String tag) |
(package private) TaggedData |
HttpClient.doCached0(HttpRequest<?> request) |
private TaggedData |
HttpClient.doConnect(java.lang.Object put,
java.lang.reflect.Type ref,
java.net.URLConnection con,
java.net.HttpURLConnection hcon,
HttpRequest<?> request,
ProgressPlugin.Task task) |
TaggedData |
HttpClient.send0(HttpRequest<?> request) |
Modifier and Type | Method and Description |
---|---|
HttpRequest<TaggedData> |
HttpRequest.asTag() |
Modifier and Type | Method and Description |
---|---|
private java.lang.Object |
HttpClient.convert(java.lang.reflect.Type type,
java.io.File in,
TaggedData tag) |
Constructor and Description |
---|
HttpRequestException(TaggedData tag) |
Modifier and Type | Method and Description |
---|---|
TaggedData |
URLConnector.connectTagged(java.net.URL url)
Connect to the specified URL, also returning the ETag if available.
|
TaggedData |
URLConnector.connectTagged(java.net.URL url,
java.lang.String tag)
Connect to the specified URL while providing the last known tag for the
remote resource; the response will be
null if the remote resource
is unchanged. |