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".
 

Methods in org.eclipse.jetty.util with parameters of type MultiMap
static void UrlEncoded.decode88591To(InputStream in, MultiMap map, int maxLength)
          Decoded parameters to Map.
static void UrlEncoded.decodeTo(InputStream in, MultiMap map, String charset, int maxLength)
          Decoded parameters to Map.
static void UrlEncoded.decodeTo(String content, MultiMap map, String charset)
          Decoded parameters to Map.
static void UrlEncoded.decodeUtf16To(InputStream in, MultiMap map, int maxLength)
           
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)
          Decoded parameters to Map.
static String UrlEncoded.encode(MultiMap map, String charset, boolean equalsForNullValue)
          Encode Hashtable with % encoding.
 

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



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