Uses of Class
org.forgerock.http.util.MultiValueMap
Package
Description
Models and manages elements of the Hypertext Transfer Protocol.
Miscellaneous utility classes.
Filters the requests and/or responses of HTTP.
-
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. -
Uses of MultiValueMap in org.forgerock.openig.filter
Modifier and TypeMethodDescriptionHeaderFilter.getAddedHeaders()
Returns the header fields to add to the message, represented as a MultiMap of String to a List of String, each listed value representing an expression that will be evaluated.