Uses of Class
org.forgerock.http.util.MultiValueMap
Package
Description
Models and manages elements of the Hypertext Transfer Protocol.
Miscellaneous utility classes.
-
Uses of MultiValueMap in org.forgerock.http.protocol
Modifier and TypeClassDescriptionclass
Form fields, a case-sensitive multi-string-valued map. -
Uses of MultiValueMap in org.forgerock.http.util
Modifier and TypeMethodDescriptionvoid
MultiValueMap.addAll
(MultiValueMap<K, V> map) Adds the specified keys and values from the specified map into this map.