Class RequestQueryParams

All Implemented Interfaces:
Serializable, Cloneable, Iterable<AbstractMap.SimpleEntry<String,String>>, Collection<AbstractMap.SimpleEntry<String,String>>, List<AbstractMap.SimpleEntry<String,String>>, RandomAccess, SequencedCollection<AbstractMap.SimpleEntry<String,String>>

Represents query parameters in a HTTP request without depending on a specific implementation.
Since:
8.8.0
See Also: