Uses of Class
org.eclipse.jetty.util.MultiMap
Packages that use MultiMap
Package
Description
Jetty Http : Tools for Http processing
Jetty Server : Core Server API
Jetty Server : Modular Servlet Integration
Jetty Util : Common Utility Classes
-
Uses of MultiMap in org.eclipse.jetty.http
Fields in org.eclipse.jetty.http declared as MultiMapModifier and TypeFieldDescriptionMultiPartFormInputStream.MultiPart._headers
private final MultiMap
<javax.servlet.http.Part> MultiPartFormInputStream._parts
private static final MultiMap
<javax.servlet.http.Part> MultiPartFormInputStream.EMPTY_MAP
MultiPartFormInputStream.Handler.headers
Methods in org.eclipse.jetty.http with parameters of type MultiMapModifier and TypeMethodDescriptionvoid
HttpURI.decodeQueryTo
(MultiMap<String> parameters) void
HttpURI.decodeQueryTo
(MultiMap<String> parameters, String encoding) void
HttpURI.decodeQueryTo
(MultiMap<String> parameters, Charset encoding) protected void
MultiPartFormInputStream.MultiPart.setHeaders
(MultiMap<String> headers) -
Uses of MultiMap in org.eclipse.jetty.server
Fields in org.eclipse.jetty.server declared as MultiMapModifier and TypeFieldDescriptionRequest._contentParameters
Request._parameters
Request._queryParameters
Request.NO_PARAMS
Methods in org.eclipse.jetty.server that return MultiMapMethods in org.eclipse.jetty.server with parameters of type MultiMapModifier and TypeMethodDescriptionvoid
Request.extractFormParameters
(MultiMap<String> params) private Collection
<javax.servlet.http.Part> private static boolean
Request.isNoParams
(MultiMap<String> inputParameters) Compare inputParameters to NO_PARAMS by Referencevoid
Request.setContentParameters
(MultiMap<String> contentParameters) void
Request.setQueryParameters
(MultiMap<String> queryParameters) -
Uses of MultiMap in org.eclipse.jetty.servlet
Fields in org.eclipse.jetty.servlet declared as MultiMapModifier and TypeFieldDescriptionprivate MultiMap
<FilterMapping> ServletHandler._filterNameMappings
-
Uses of MultiMap in org.eclipse.jetty.util
Subclasses of MultiMap in org.eclipse.jetty.utilModifier and TypeClassDescriptionclass
Handles coding of MIME "x-www-form-urlencoded".Fields in org.eclipse.jetty.util declared as MultiMapModifier and TypeFieldDescriptionMultiPartInputStreamParser.MultiPart._headers
protected MultiMap
<javax.servlet.http.Part> MultiPartInputStreamParser._parts
Deprecated.static final MultiMap
<javax.servlet.http.Part> MultiPartInputStreamParser.EMPTY_MAP
Deprecated.Methods in org.eclipse.jetty.util with parameters of type MultiMapModifier and TypeMethodDescriptionboolean
MultiMap.addAllValues
(MultiMap<V> map) Merge values.private static void
UrlEncoded.checkMaxKeys
(MultiMap<String> map, int maxKeys) 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, String charset, int maxLength, int maxKeys) Decoded parameters to Map.static void
UrlEncoded.decodeTo
(InputStream in, MultiMap<String> map, Charset charset, int maxLength, int maxKeys) Decoded parameters to Map.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) Decoded parameters to Map.static void
UrlEncoded.decodeUtf8To
(String query, int offset, int length, MultiMap<String> map) Decoded parameters to Map.static void
UrlEncoded.decodeUtf8To
(String query, MultiMap<String> map) static String
Encode MultiMap with % encoding.protected void
MultiPartInputStreamParser.MultiPart.setHeaders
(MultiMap<String> headers) Constructors in org.eclipse.jetty.util with parameters of type MultiMap