public class GroupStringPair extends Object
| Constructor and Description |
|---|
GroupStringPair() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String key,
String value) |
String |
get(String key) |
List<StringPair> |
getOrdered(String... skipKeys) |
List<StringPair> |
getSorted(String... skipKeys) |
static GroupStringPair |
parsePostBody(InputStream postBody,
String charset,
String enc) |
static GroupStringPair |
parseQueryString(String queryString,
String enc) |
void |
update(String key,
String value) |
public static GroupStringPair parseQueryString(String queryString, String enc) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic static GroupStringPair parsePostBody(InputStream postBody, String charset, String enc) throws IOException
IOExceptionpublic List<StringPair> getOrdered(String... skipKeys)
public List<StringPair> getSorted(String... skipKeys)
Copyright © 2014. All rights reserved.