Uses of Class
org.eclipse.jetty.util.MultiMap

Packages that use MultiMap
org.eclipse.jetty.util   
 

Uses of MultiMap in org.eclipse.jetty.util
 

Subclasses of MultiMap in org.eclipse.jetty.util
 class UrlEncoded
          Handles coding of MIME "x-www-form-urlencoded".
 

Fields in org.eclipse.jetty.util declared as MultiMap
protected  MultiMap<String> MultiPartInputStream.MultiPart._headers
           
protected  MultiMap<String> MultiPartInputStream._parts
           
 

Methods in org.eclipse.jetty.util with parameters of type MultiMap
static void UrlEncoded.decode88591To(InputStream in, MultiMap map, int maxLength, int maxKeys)
          Decoded parameters to Map.
static void UrlEncoded.decodeTo(InputStream in, MultiMap map, String charset, int maxLength, int maxKeys)
          Decoded parameters to Map.
static void UrlEncoded.decodeTo(String content, MultiMap map, String charset)
          Decoded parameters to Map.
static void UrlEncoded.decodeTo(String content, MultiMap map, String charset, int maxKeys)
          Decoded parameters to Map.
static void UrlEncoded.decodeUtf16To(InputStream in, MultiMap map, int maxLength, int maxKeys)
           
static void UrlEncoded.decodeUtf8To(byte[] raw, int offset, int length, MultiMap map)
          Decoded parameters to Map.
static void UrlEncoded.decodeUtf8To(byte[] raw, int offset, int length, MultiMap map, Utf8StringBuilder buffer)
          Decoded parameters to Map.
static void UrlEncoded.decodeUtf8To(InputStream in, MultiMap map, int maxLength, int maxKeys)
          Decoded parameters to Map.
static String UrlEncoded.encode(MultiMap map, String charset, boolean equalsForNullValue)
          Encode Hashtable with % encoding.
protected  void MultiPartInputStream.MultiPart.setHeaders(MultiMap<String> headers)
           
 

Constructors in org.eclipse.jetty.util with parameters of type MultiMap
MultiMap(MultiMap<K> map)
           
 



Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.