Uses of Class
aQute.bnd.service.url.TaggedData
Packages that use TaggedData
-
Uses of TaggedData in aQute.bnd.http
Fields in aQute.bnd.http declared as TaggedDataModifier and TypeFieldDescriptionprivate TaggedDataHttpClient.HttpConnection.connectedprivate final TaggedDataRetryException.tagMethods in aQute.bnd.http that return TaggedDataModifier and TypeMethodDescriptionprivate TaggedDataHttpClient.HttpConnection.connect()HttpClient.connectTagged(URL url) HttpClient.connectTagged(URL url, String tag) private TaggedDataHttpClient.HttpConnection.doCached0()private TaggedDataHttpClient.HttpConnection.doConnect(Object put, Type ref, URLConnection con, HttpURLConnection hcon) (package private) TaggedDataRetryException.getTag()HttpClient.send0(HttpRequest<?> request) Methods in aQute.bnd.http that return types with arguments of type TaggedDataMethods in aQute.bnd.http with parameters of type TaggedDataModifier and TypeMethodDescriptionprivate ObjectHttpClient.HttpConnection.convert(Type type, File in, TaggedData tag) private static StringHttpRequestException.getMessage(TaggedData tag) Constructors in aQute.bnd.http with parameters of type TaggedDataModifierConstructorDescriptionHttpRequestException(TaggedData tag, Throwable cause) (package private)RetryException(TaggedData tag, String message) (package private)RetryException(TaggedData tag, Throwable cause) -
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 benullif the remote resource is unchanged.