| Package | Description |
|---|---|
| org.eclipse.jetty.util |
| Modifier and Type | Class and Description |
|---|---|
class |
UrlEncoded
Handles coding of MIME "x-www-form-urlencoded".
|
| Modifier and Type | Method and Description |
|---|---|
static void |
UrlEncoded.decode88591To(java.io.InputStream in,
MultiMap map,
int maxLength,
int maxKeys)
Decoded parameters to Map.
|
static void |
UrlEncoded.decodeTo(java.io.InputStream in,
MultiMap map,
java.lang.String charset,
int maxLength,
int maxKeys)
Decoded parameters to Map.
|
static void |
UrlEncoded.decodeTo(java.lang.String content,
MultiMap map,
java.lang.String charset)
Decoded parameters to Map.
|
static void |
UrlEncoded.decodeTo(java.lang.String content,
MultiMap map,
java.lang.String charset,
int maxKeys)
Decoded parameters to Map.
|
static void |
UrlEncoded.decodeUtf16To(java.io.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(java.io.InputStream in,
MultiMap map,
int maxLength,
int maxKeys)
Decoded parameters to Map.
|
static java.lang.String |
UrlEncoded.encode(MultiMap map,
java.lang.String charset,
boolean equalsForNullValue)
Encode Hashtable with % encoding.
|
| Constructor and Description |
|---|
MultiMap(MultiMap<K> map) |
Copyright © 2013 FuseSource, Corp.. All Rights Reserved.