Uses of Class
org.apache.juneau.http.header.ContentLanguage
Packages that use ContentLanguage
-
Uses of ContentLanguage in org.apache.juneau.http
Methods in org.apache.juneau.http that return ContentLanguageModifier and TypeMethodDescriptionstatic final ContentLanguage
HttpHeaders.contentLanguage
(String value) Creates a newContentLanguage
header.static final ContentLanguage
HttpHeaders.contentLanguage
(String... value) Creates a newContentLanguage
header.static final ContentLanguage
HttpHeaders.contentLanguage
(Supplier<String[]> value) Creates a newContentLanguage
header with a delayed value. -
Uses of ContentLanguage in org.apache.juneau.http.header
Methods in org.apache.juneau.http.header that return ContentLanguageModifier and TypeMethodDescriptionstatic ContentLanguage
Static creator.static ContentLanguage
Static creator.static ContentLanguage
Static creator with delayed value.