Uses of Class
org.forgerock.http.header.ContentEncodingHeader
-
Packages that use ContentEncodingHeader Package Description org.forgerock.http.header Processes HTTP message header fields. -
-
Uses of ContentEncodingHeader in org.forgerock.http.header
Methods in org.forgerock.http.header that return ContentEncodingHeader Modifier and Type Method Description static ContentEncodingHeader
ContentEncodingHeader. valueOf(String string)
Constructs a new header, initialized from the specified string value.static ContentEncodingHeader
ContentEncodingHeader. valueOf(Message<?> message)
Constructs a new header, initialized from the specified message.
-