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

Packages that use MultiMap
org.openqa.jetty.http   
org.openqa.jetty.jetty.servlet   
org.openqa.jetty.util   
 

Uses of MultiMap in org.openqa.jetty.http
 

Methods in org.openqa.jetty.http that return MultiMap
 MultiMap HttpRequest.getParameters()
           
 

Uses of MultiMap in org.openqa.jetty.jetty.servlet
 

Fields in org.openqa.jetty.jetty.servlet declared as MultiMap
protected static MultiMap AbstractSessionManager.__allSessions
           
 

Uses of MultiMap in org.openqa.jetty.util
 

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

Methods in org.openqa.jetty.util that return MultiMap
 MultiMap URI.getParameters()
          Get the uri query _parameters.
 

Methods in org.openqa.jetty.util with parameters of type MultiMap
static void UrlEncoded.decodeTo(byte[] data, int offset, int length, MultiMap map, String charset)
          Decoded parameters to Map.
static void UrlEncoded.decodeTo(String content, MultiMap map)
           
static void UrlEncoded.decodeTo(String content, MultiMap map, String charset)
          Decoded parameters to Map.
 void URI.putParametersTo(MultiMap map)
          Add the uri query _parameters to a MultiMap
 



Copyright © 2012. All Rights Reserved.