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
Fields in aQute.bnd.http declared as TaggedData Modifier and Type Field Description private TaggedDataHttpClient.HttpConnection. connectedprivate TaggedDataRetryException. tagMethods in aQute.bnd.http that return TaggedData Modifier and Type Method Description private TaggedDataHttpClient.HttpConnection. connect()TaggedDataHttpClient. connectTagged(java.net.URL url)TaggedDataHttpClient. connectTagged(java.net.URL url, java.lang.String tag)private TaggedDataHttpClient.HttpConnection. doCached0()private TaggedDataHttpClient.HttpConnection. doConnect(java.lang.Object put, java.lang.reflect.Type ref, java.net.URLConnection con, java.net.HttpURLConnection hcon)(package private) TaggedDataRetryException. getTag()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()Methods in aQute.bnd.http with parameters of type TaggedData Modifier and Type Method Description private java.lang.ObjectHttpClient.HttpConnection. convert(java.lang.reflect.Type type, java.io.File in, TaggedData tag)private static java.lang.StringHttpRequestException. getMessage(TaggedData tag)Constructors in aQute.bnd.http with parameters of type TaggedData Constructor Description HttpRequestException(TaggedData tag)HttpRequestException(TaggedData tag, java.lang.Throwable cause)RetryException(TaggedData tag, java.lang.String message)RetryException(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.
-