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._headersprivate final MultiMap<javax.servlet.http.Part> MultiPartFormInputStream._partsprivate static final MultiMap<javax.servlet.http.Part> MultiPartFormInputStream.EMPTY_MAPMultiPartFormInputStream.Handler.headersMethods 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
Fields in org.eclipse.jetty.server declared as MultiMapModifier and TypeFieldDescriptionRequest._contentParametersRequest._parametersRequest._queryParametersRequest.NO_PARAMSMethods in org.eclipse.jetty.server that return MultiMapMethods in org.eclipse.jetty.server with parameters of type MultiMapModifier and TypeMethodDescriptionvoidRequest.extractFormParameters(MultiMap<String> params) private Collection<javax.servlet.http.Part> private static booleanRequest.isNoParams(MultiMap<String> inputParameters) Compare inputParameters to NO_PARAMS by ReferencevoidRequest.setContentParameters(MultiMap<String> contentParameters) voidRequest.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 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.private static voidUrlEncoded.checkMaxKeys(MultiMap<String> map, int maxKeys) 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