Uses of Class
org.eclipse.jetty.util.MultiMap
Packages that use MultiMap
Package
Description
Jetty Server : Core Handler API
Jetty Server : Core Handler API
Jetty Util : Common Utility Classes
-
Uses of MultiMap in org.eclipse.jetty.ee8.nested
Fields in org.eclipse.jetty.ee8.nested declared as MultiMapModifier and TypeFieldDescriptionMultiPartFormInputStream.MultiPart._headers
MultiPartInputStreamLegacyParser.MultiPart._headers
protected MultiMap
<javax.servlet.http.Part> MultiPartInputStreamLegacyParser._parts
Deprecated, for removal: This API element is subject to removal in a future version.static final MultiMap
<javax.servlet.http.Part> MultiPartInputStreamLegacyParser.EMPTY_MAP
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.eclipse.jetty.ee8.nested that return MultiMapMethods in org.eclipse.jetty.ee8.nested with parameters of type MultiMapModifier and TypeMethodDescriptionvoid
Request.setContentParameters
(MultiMap<String> contentParameters) Deprecated.protected void
MultiPartFormInputStream.MultiPart.setHeaders
(MultiMap<String> headers) protected void
MultiPartInputStreamLegacyParser.MultiPart.setHeaders
(MultiMap<String> headers) void
Request.setQueryParameters
(MultiMap<String> queryParameters) Deprecated. -
Uses of MultiMap in org.eclipse.jetty.ee9.nested
Fields in org.eclipse.jetty.ee9.nested declared as MultiMapModifier and TypeFieldDescriptionMultiPartFormInputStream.MultiPart._headers
MultiPartInputStreamLegacyParser.MultiPart._headers
protected MultiMap
<jakarta.servlet.http.Part> MultiPartInputStreamLegacyParser._parts
Deprecated, for removal: This API element is subject to removal in a future version.static final MultiMap
<jakarta.servlet.http.Part> MultiPartInputStreamLegacyParser.EMPTY_MAP
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.eclipse.jetty.ee9.nested that return MultiMapMethods in org.eclipse.jetty.ee9.nested with parameters of type MultiMapModifier and TypeMethodDescriptionvoid
Request.setContentParameters
(MultiMap<String> contentParameters) Deprecated.protected void
MultiPartFormInputStream.MultiPart.setHeaders
(MultiMap<String> headers) protected void
MultiPartInputStreamLegacyParser.MultiPart.setHeaders
(MultiMap<String> headers) void
Request.setQueryParameters
(MultiMap<String> queryParameters) Deprecated. -
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 TypeMethodDescriptionboolean
MultiMap.addAllValues
(MultiMap<V> map) Merge values.static void
UrlEncoded.decode88591To
(InputStream in, MultiMap<String> map, int maxLength, int maxKeys) Decoded parameters to MultiMap, using ISO8859-1 encodings.static void
UrlEncoded.decodeTo
(InputStream in, MultiMap<String> map, Charset charset, int maxLength, int maxKeys) Decoded parameters to Map.static void
Deprecated, for removal: This API element is subject to removal in a future version.static void
Decoded parameters to Map.static void
Decoded parameters to Map.static void
UrlEncoded.decodeUtf16To
(InputStream in, MultiMap<String> map, int maxLength, int maxKeys) static void
UrlEncoded.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 void
UrlEncoded.decodeUtf8To
(String query, int offset, int length, MultiMap<String> map) Deprecated.useUrlEncoded.decodeUtf8To(String, int, int, Fields)
instead.static void
UrlEncoded.decodeUtf8To
(String query, MultiMap<String> map) Deprecated.useUrlEncoded.decodeUtf8To(String, Fields)
instead.static String
Encode MultiMap with % encoding.Constructors in org.eclipse.jetty.util with parameters of type MultiMap
UrlEncoded.decodeTo(String, MultiMap, Charset)
instead