Uses of Class
aQute.bnd.service.url.TaggedData
Packages that use TaggedData
-
Uses of TaggedData in aQute.bnd.http
Methods in aQute.bnd.http that return TaggedDataModifier and TypeMethodDescriptionHttpClient.connectTagged
(URL url) HttpClient.connectTagged
(URL url, String tag) HttpClient.send0
(HttpRequest<?> request) Methods in aQute.bnd.http that return types with arguments of type TaggedDataConstructors in aQute.bnd.http with parameters of type TaggedData -
Uses of TaggedData in aQute.bnd.service.url
Methods in aQute.bnd.service.url that return TaggedDataModifier and TypeMethodDescriptionURLConnector.connectTagged
(URL url) Connect to the specified URL, also returning the ETag if available.URLConnector.connectTagged
(URL url, String tag) Connect to the specified URL while providing the last known tag for the remote resource; the response will benull
if the remote resource is unchanged.