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 Warning
Warning. 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 allWarning
s.protected static List<Warning>
WarningHeader. toWarnings(List<String> headers)
Matches warning-headers from aList
of header-values.Methods in org.forgerock.http.header with parameters of type Warning Modifier and Type Method Description WarningHeader
WarningHeader. add(Warning warning)
Constructs 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 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 multipleWarning
s.
-