Package | Description |
---|---|
org.eclipse.jetty.annotations | |
org.eclipse.jetty.http | |
org.eclipse.jetty.server | |
org.eclipse.jetty.util |
Modifier and Type | Method and Description |
---|---|
MultiMap |
ClassInheritanceHandler.getMap() |
Modifier and Type | Method and Description |
---|---|
void |
EncodedHttpURI.decodeQueryTo(MultiMap parameters) |
void |
HttpURI.decodeQueryTo(MultiMap parameters) |
void |
EncodedHttpURI.decodeQueryTo(MultiMap parameters,
java.lang.String encoding) |
void |
HttpURI.decodeQueryTo(MultiMap parameters,
java.lang.String encoding) |
Modifier and Type | Method and Description |
---|---|
MultiMap<java.lang.String> |
Request.getParameters() |
Modifier and Type | Method and Description |
---|---|
void |
Request.setParameters(MultiMap<java.lang.String> parameters) |
Modifier and Type | Class and Description |
---|---|
class |
UrlEncoded
Handles coding of MIME "x-www-form-urlencoded".
|
Modifier and Type | Field and Description |
---|---|
protected MultiMap<java.lang.String> |
MultiPartInputStream.MultiPart._headers |
protected MultiMap<java.lang.String> |
MultiPartInputStream._parts |
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.
|
protected void |
MultiPartInputStream.MultiPart.setHeaders(MultiMap<java.lang.String> headers) |
Constructor and Description |
---|
MultiMap(MultiMap<K> map) |
Copyright © 2013. All Rights Reserved.