| Constructor and Description |
|---|
UrlEncodedParameter(UriEncoded encodedPair) |
UrlEncodedParameter(UriEncoded encodedParameter,
java.lang.String charSet) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.CharSequence |
name()
Returns the name of the parameter.
|
java.lang.CharSequence |
textValue()
Returns the text value of the parameter.
|
public UrlEncodedParameter(UriEncoded encodedPair)
public UrlEncodedParameter(UriEncoded encodedParameter, java.lang.String charSet) throws java.nio.charset.UnsupportedCharsetException
java.nio.charset.UnsupportedCharsetExceptionpublic java.lang.CharSequence name()
Parameter