Package | Description |
---|---|
org.eclipse.jetty.http |
Jetty Http : Tools for Http processing
|
org.eclipse.jetty.server |
Jetty Server : Core Server API
|
org.eclipse.jetty.util |
Jetty Util : Common Utility Classes
|
Modifier and Type | Method and Description |
---|---|
void |
HttpURI.decodeQueryTo(MultiMap<String> parameters) |
void |
HttpURI.decodeQueryTo(MultiMap<String> parameters,
Charset encoding) |
void |
HttpURI.decodeQueryTo(MultiMap<String> parameters,
String encoding) |
Modifier and Type | Method and Description |
---|---|
MultiMap<String> |
Request.getQueryParameters() |
Modifier and Type | Method and Description |
---|---|
void |
Request.extractFormParameters(MultiMap<String> params) |
void |
Request.setContentParameters(MultiMap<String> contentParameters) |
void |
Request.setQueryParameters(MultiMap<String> queryParameters) |
Modifier and Type | Class and Description |
---|---|
class |
UrlEncoded
Handles coding of MIME "x-www-form-urlencoded".
|
Modifier and Type | Field and Description |
---|---|
protected MultiMap<String> |
MultiPartInputStreamParser.MultiPart._headers |
protected MultiMap<Part> |
MultiPartInputStreamParser._parts |
Modifier and Type | Method and Description |
---|---|
boolean |
MultiMap.addAllValues(MultiMap<V> map)
Merge values.
|
static void |
UrlEncoded.decode88591To(InputStream in,
MultiMap<String> map,
int maxLength,
int maxKeys)
Decoded parameters to Map.
|
static void |
UrlEncoded.decodeTo(InputStream in,
MultiMap<String> map,
Charset charset,
int maxLength,
int maxKeys)
Decoded parameters to Map.
|
static void |
UrlEncoded.decodeTo(InputStream in,
MultiMap<String> map,
String charset,
int maxLength,
int maxKeys)
Decoded parameters to Map.
|
static void |
UrlEncoded.decodeTo(String content,
MultiMap<String> map,
Charset charset,
int maxKeys)
Decoded parameters to Map.
|
static void |
UrlEncoded.decodeTo(String content,
MultiMap<String> map,
String charset,
int maxKeys)
Decoded parameters to Map.
|
static void |
UrlEncoded.decodeUtf16To(InputStream in,
MultiMap<String> map,
int maxLength,
int maxKeys) |
static void |
UrlEncoded.decodeUtf8To(byte[] raw,
int offset,
int length,
MultiMap<String> map)
Decoded parameters to Map.
|
static void |
UrlEncoded.decodeUtf8To(InputStream in,
MultiMap<String> map,
int maxLength,
int maxKeys)
Decoded parameters to Map.
|
static String |
UrlEncoded.encode(MultiMap<String> map,
Charset charset,
boolean equalsForNullValue)
Encode Hashtable with % encoding.
|
protected void |
MultiPartInputStreamParser.MultiPart.setHeaders(MultiMap<String> headers) |
Constructor and Description |
---|
MultiMap(MultiMap<V> map) |
Copyright © 1995-2015 Webtide. All Rights Reserved.