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 WarningParses a warning-header value (part afterWarning:).Methods in org.forgerock.http.header that return types with arguments of type WarningModifier and TypeMethodDescriptionWarningHeader.getWarnings()Gets allWarnings.WarningHeader.toWarnings(List<String> headers) Matches warning-headers from aListof header-values.Methods in org.forgerock.http.header with parameters of type WarningModifier and TypeMethodDescriptionConstructs a new header with the warnings defined in thisWarningHeaderin 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 multipleWarnings.