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 TaggedDataHttpClient. connectTagged(java.net.URL url)TaggedDataHttpClient. connectTagged(java.net.URL url, java.lang.String tag)TaggedDataHttpClient. 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)HttpRequestException(TaggedData tag, java.lang.Throwable cause) -
Uses of TaggedData in aQute.bnd.service.url
Methods in aQute.bnd.service.url that return TaggedData Modifier and Type Method Description TaggedDataURLConnector. connectTagged(java.net.URL url)Connect to the specified URL, also returning the ETag if available.TaggedDataURLConnector. 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 benullif the remote resource is unchanged.
-