Uses of Class
org.apache.juneau.http.header.ContentLocation
Packages that use ContentLocation
-
Uses of ContentLocation in org.apache.juneau.http
Methods in org.apache.juneau.http that return ContentLocationModifier and TypeMethodDescriptionstatic final ContentLocation
HttpHeaders.contentLocation
(String value) Creates a newContentLocation
header.static final ContentLocation
HttpHeaders.contentLocation
(URI value) Creates a newContentLocation
header.static final ContentLocation
HttpHeaders.contentLocation
(Supplier<URI> value) Creates a newContentLocation
header with a delayed value. -
Uses of ContentLocation in org.apache.juneau.http.header
Methods in org.apache.juneau.http.header that return ContentLocationModifier and TypeMethodDescriptionstatic ContentLocation
Static creator.static ContentLocation
Static creator.static ContentLocation
Static creator with delayed value.