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 TaggedData
HttpClient.HttpConnection. connected
private TaggedData
RetryException. tag
Methods in aQute.bnd.http that return TaggedData Modifier and Type Method Description private TaggedData
HttpClient.HttpConnection. connect()
TaggedData
HttpClient. connectTagged(java.net.URL url)
TaggedData
HttpClient. connectTagged(java.net.URL url, java.lang.String tag)
private TaggedData
HttpClient.HttpConnection. doCached0()
private TaggedData
HttpClient.HttpConnection. doConnect(java.lang.Object put, java.lang.reflect.Type ref, java.net.URLConnection con, java.net.HttpURLConnection hcon)
(package private) TaggedData
RetryException. getTag()
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()
Methods in aQute.bnd.http with parameters of type TaggedData Modifier and Type Method Description private java.lang.Object
HttpClient.HttpConnection. convert(java.lang.reflect.Type type, java.io.File in, 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 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.
-