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