类 org.eclipse.jetty.util.MultiMap
的使用

使用 MultiMap 的软件包
org.eclipse.jetty.annotations   
org.eclipse.jetty.http   
org.eclipse.jetty.server   
org.eclipse.jetty.util   
 

org.eclipse.jetty.annotationsMultiMap 的使用
 

返回 MultiMaporg.eclipse.jetty.annotations 中的方法
 MultiMap ClassInheritanceHandler.getMap()
           
 

参数类型为 MultiMaporg.eclipse.jetty.annotations 中的构造方法
ClassInheritanceHandler(MultiMap map)
           
 

org.eclipse.jetty.httpMultiMap 的使用
 

参数类型为 MultiMaporg.eclipse.jetty.http 中的方法
 void HttpURI.decodeQueryTo(MultiMap parameters)
           
 void EncodedHttpURI.decodeQueryTo(MultiMap parameters)
           
 void HttpURI.decodeQueryTo(MultiMap parameters, String encoding)
           
 void EncodedHttpURI.decodeQueryTo(MultiMap parameters, String encoding)
           
 

org.eclipse.jetty.serverMultiMap 的使用
 

返回 MultiMaporg.eclipse.jetty.server 中的方法
 MultiMap<String> Request.getParameters()
           
 

参数类型为 MultiMaporg.eclipse.jetty.server 中的方法
 void Request.setParameters(MultiMap<String> parameters)
           
 

org.eclipse.jetty.utilMultiMap 的使用
 

org.eclipse.jetty.utilMultiMap 的子类
 class UrlEncoded
          Handles coding of MIME "x-www-form-urlencoded".
 

声明为 MultiMaporg.eclipse.jetty.util 中的字段
protected  MultiMap<String> MultiPartInputStream.MultiPart._headers
           
protected  MultiMap<String> MultiPartInputStream._parts
           
 

参数类型为 MultiMaporg.eclipse.jetty.util 中的方法
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)
           
 

参数类型为 MultiMaporg.eclipse.jetty.util 中的构造方法
MultiMap(MultiMap<K> map)
           
 



Copyright © 2013. All Rights Reserved.