Uses of Class
org.eclipse.jetty.util.MultiMap
Packages that use MultiMap
-
Uses of MultiMap in org.eclipse.jetty.util
Subclasses of MultiMap in org.eclipse.jetty.utilModifier and TypeClassDescriptionclassHandles coding of MIME "x-www-form-urlencoded".Fields in org.eclipse.jetty.util declared as MultiMapModifier and TypeFieldDescriptionMultiPartInputStreamParser.MultiPart._headersprotected MultiMap<javax.servlet.http.Part>MultiPartInputStreamParser._partsDeprecated.static final MultiMap<javax.servlet.http.Part>MultiPartInputStreamParser.EMPTY_MAPDeprecated.Methods 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, String charset, int maxLength, int maxKeys) Decoded parameters to Map.static voidUrlEncoded.decodeTo(InputStream in, MultiMap<String> map, Charset charset, int maxLength, int maxKeys) Decoded parameters to Map.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) Decoded parameters to Map.static voidUrlEncoded.decodeUtf8To(String query, int offset, int length, MultiMap<String> map) Decoded parameters to Map.static voidUrlEncoded.decodeUtf8To(String query, MultiMap<String> map) static StringEncode MultiMap with % encoding.protected voidMultiPartInputStreamParser.MultiPart.setHeaders(MultiMap<String> headers) Constructors in org.eclipse.jetty.util with parameters of type MultiMap