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)
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()
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.
-