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

Packages that use MultiMap
org.eclipse.jetty.annotations   
org.eclipse.jetty.http   
org.eclipse.jetty.server   
org.eclipse.jetty.util   
 

Uses of MultiMap in org.eclipse.jetty.annotations
 

Methods in org.eclipse.jetty.annotations that return MultiMap
 MultiMap ClassInheritanceHandler.getMap()
           
 

Uses of MultiMap in org.eclipse.jetty.http
 

Methods in org.eclipse.jetty.http with parameters of type MultiMap
 void HttpURI.decodeQueryTo(MultiMap parameters)
           
 void EncodedHttpURI.decodeQueryTo(MultiMap parameters)
           
 void HttpURI.decodeQueryTo(MultiMap parameters, String encoding)
           
 void EncodedHttpURI.decodeQueryTo(MultiMap parameters, String encoding)
           
 

Uses of MultiMap in org.eclipse.jetty.server
 

Methods in org.eclipse.jetty.server that return MultiMap
 MultiMap<String> Request.getParameters()
           
 

Methods in org.eclipse.jetty.server with parameters of type MultiMap
 void Request.setParameters(MultiMap<String> parameters)
           
 

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-2011 Mort Bay Consulting. All Rights Reserved.