Uses of Class
org.eclipse.jetty.util.MultiMap
Packages that use MultiMap
-
Uses of MultiMap in org.eclipse.jetty.util
Methods in org.eclipse.jetty.util that return MultiMapMethods in org.eclipse.jetty.util with parameters of type MultiMapModifier and TypeMethodDescriptionbooleanMultiMap.addAllValues(MultiMap<V> map) Merge values.static voidUrlEncoded.decode88591To(InputStream in, MultiMap<String> map, int maxLength, int maxKeys) Decoded parameters to MultiMap, using ISO8859-1 encodings.static voidUrlEncoded.decodeTo(InputStream in, MultiMap<String> map, Charset charset, int maxLength, int maxKeys) Decoded parameters to Map.static voidDeprecated, for removal: This API element is subject to removal in a future version.static voidDecoded parameters to Map.static voidDecoded parameters to Map.static voidUrlEncoded.decodeUtf16To(InputStream in, MultiMap<String> map, int maxLength, int maxKeys) static voidUrlEncoded.decodeUtf8To(InputStream in, MultiMap<String> map, int maxLength, int maxKeys) Deprecated, for removal: This API element is subject to removal in a future version.static voidUrlEncoded.decodeUtf8To(String query, int offset, int length, MultiMap<String> map) Deprecated.useUrlEncoded.decodeUtf8To(String, int, int, Fields)instead.static voidUrlEncoded.decodeUtf8To(String query, MultiMap<String> map) Deprecated.useUrlEncoded.decodeUtf8To(String, Fields)instead.static StringEncode MultiMap with % encoding.Constructors in org.eclipse.jetty.util with parameters of type MultiMap
UrlEncoded.decodeTo(String, MultiMap, Charset)instead