Uses of Class
org.forgerock.http.header.LocationHeader
-
Packages that use LocationHeader Package Description org.forgerock.http.header Processes HTTP message header fields. -
-
Uses of LocationHeader in org.forgerock.http.header
Methods in org.forgerock.http.header that return LocationHeader Modifier and Type Method Description static LocationHeaderLocationHeader. valueOf(String string)Constructs a new header, initialized from the specified string value.static LocationHeaderLocationHeader. valueOf(Message<?> message)Constructs a new header, initialized from the specified message.
-