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 TaggedData
HttpClient.HttpConnection.connected
private final TaggedData
RetryException.tag
Methods in aQute.bnd.http that return TaggedDataModifier and TypeMethodDescriptionprivate TaggedData
HttpClient.HttpConnection.connect()
HttpClient.connectTagged
(URL url) HttpClient.connectTagged
(URL url, String tag) private TaggedData
HttpClient.HttpConnection.doCached0()
private TaggedData
HttpClient.HttpConnection.doConnect
(Object put, Type ref, URLConnection con, HttpURLConnection hcon) (package private) TaggedData
RetryException.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 Object
HttpClient.HttpConnection.convert
(Type type, File in, TaggedData tag) private static String
HttpRequestException.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 benull
if the remote resource is unchanged.