Uses of Class
org.forgerock.http.header.Warning
Packages that use Warning
-
Uses of Warning in org.forgerock.http.header
Methods in org.forgerock.http.header that return WarningModifier and TypeMethodDescriptionstatic Warning
Parses a warning-header value (part afterWarning:
).Methods in org.forgerock.http.header that return types with arguments of type WarningModifier and TypeMethodDescriptionWarningHeader.getWarnings()
Gets allWarning
s.WarningHeader.toWarnings
(List<String> headers) Matches warning-headers from aList
of header-values.Methods in org.forgerock.http.header with parameters of type WarningModifier and TypeMethodDescriptionConstructs a new header with the warnings defined in thisWarningHeader
in addition to the provided warning.Constructors in org.forgerock.http.header with parameters of type WarningConstructor parameters in org.forgerock.http.header with type arguments of type WarningModifierConstructorDescriptionWarningHeader
(List<Warning> warnings) Constructor for multipleWarning
s.