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 Util : Common Utility Classes
-
Uses of MultiMap in org.eclipse.jetty.http
Fields in org.eclipse.jetty.http declared as MultiMapMethods in org.eclipse.jetty.http with parameters of type MultiMapModifier and TypeMethodDescriptionvoidHttpURI.decodeQueryTo(MultiMap<String> parameters) voidHttpURI.decodeQueryTo(MultiMap<String> parameters, String encoding) voidHttpURI.decodeQueryTo(MultiMap<String> parameters, Charset encoding) protected voidMultiPartFormInputStream.MultiPart.setHeaders(MultiMap<String> headers) -
Uses of MultiMap in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server that return MultiMapMethods in org.eclipse.jetty.server with parameters of type MultiMapModifier and TypeMethodDescriptionvoidRequest.extractFormParameters(MultiMap<String> params) voidRequest.setContentParameters(MultiMap<String> contentParameters) voidRequest.setQueryParameters(MultiMap<String> queryParameters) -
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