Uses of Class
aQute.bnd.service.url.TaggedData
-
Packages that use TaggedData Package Description aQute.bnd.http aQute.bnd.service.url -
-
Uses of TaggedData in aQute.bnd.http
Methods in aQute.bnd.http that return TaggedData Modifier and Type Method 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)
Methods in aQute.bnd.http that return types with arguments of type TaggedData Modifier and Type Method Description HttpRequest<TaggedData>
HttpRequest. asTag()
Methods in aQute.bnd.http with parameters of type TaggedData Modifier and Type Method Description private java.lang.Object
HttpClient. convert(java.lang.reflect.Type type, java.io.File in, TaggedData tag)
Constructors in aQute.bnd.http with parameters of type TaggedData Constructor Description HttpRequestException(TaggedData tag)
-
Uses of TaggedData in aQute.bnd.service.url
Methods in aQute.bnd.service.url that return TaggedData Modifier and Type Method 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 benull
if the remote resource is unchanged.
-