Uses of Class
org.forgerock.http.header.Warning
-
Uses of Warning in org.forgerock.http.header
Modifier and TypeMethodDescriptionstatic Warning
Parses a warning-header value (part afterWarning:
).Modifier and TypeMethodDescriptionWarningHeader.getWarnings()
Gets allWarning
s.WarningHeader.toWarnings
(List<String> headers) Matches warning-headers from aList
of header-values.Modifier and TypeMethodDescriptionConstructs a new header with the warnings defined in thisWarningHeader
in addition to the provided warning.ModifierConstructorDescriptionWarningHeader
(List<Warning> warnings) Constructor for multipleWarning
s.