Uses of Class
org.apache.juneau.http.header.ContentLength
Packages that use ContentLength
-
Uses of ContentLength in org.apache.juneau.http
Methods in org.apache.juneau.http that return ContentLengthModifier and TypeMethodDescriptionstatic final ContentLength
HttpHeaders.contentLength
(Long value) Creates a newContentLength
header.static final ContentLength
HttpHeaders.contentLength
(String value) Creates a newContentLength
header.static final ContentLength
HttpHeaders.contentLength
(Supplier<Long> value) Creates a newContentLength
header with a delayed value. -
Uses of ContentLength in org.apache.juneau.http.header
Methods in org.apache.juneau.http.header that return ContentLengthModifier and TypeMethodDescriptionstatic ContentLength
Static creator.static ContentLength
Static creator.static ContentLength
Static creator with delayed value.