Uses of Class
org.forgerock.http.header.Warning
-
Packages that use Warning Package Description org.forgerock.http.header Processes HTTP message header fields. -
-
Uses of Warning in org.forgerock.http.header
Methods in org.forgerock.http.header that return Warning Modifier and Type Method Description static WarningWarning. valueOf(String value)Parses a warning-header value (part afterWarning:).Methods in org.forgerock.http.header that return types with arguments of type Warning Modifier and Type Method Description List<Warning>WarningHeader. getWarnings()Gets allWarnings.protected static List<Warning>WarningHeader. toWarnings(List<String> headers)Matches warning-headers from aListof header-values.Methods in org.forgerock.http.header with parameters of type Warning Modifier and Type Method Description WarningHeaderWarningHeader. add(Warning warning)Constructs a new header with the warnings defined in thisWarningHeaderin addition to the provided warning.Constructors in org.forgerock.http.header with parameters of type Warning Constructor Description WarningHeader(Warning warning)Constructor for singleWarning.Constructor parameters in org.forgerock.http.header with type arguments of type Warning Constructor Description WarningHeader(List<Warning> warnings)Constructor for multipleWarnings.
-