Package | Description |
---|---|
aQute.bnd.http | |
aQute.bnd.service.url |
Modifier and Type | Method and Description |
---|---|
TaggedData |
HttpClient.connectTagged(URL url) |
TaggedData |
HttpClient.connectTagged(URL url,
String tag) |
TaggedData |
HttpClient.send0(HttpRequest<?> request) |
Modifier and Type | Method and Description |
---|---|
HttpRequest<TaggedData> |
HttpRequest.asTag() |
Constructor and Description |
---|
HttpRequestException(TaggedData tag) |
Modifier and Type | Method and Description |
---|---|
TaggedData |
URLConnector.connectTagged(URL url)
Connect to the specified URL, also returning the ETag if available.
|
TaggedData |
URLConnector.connectTagged(URL url,
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. |
Copyright © 2021 aQute SARL. All rights reserved.