FormattedHeader, HeaderBasicHeader, BasicNameValuePair, BufferedHeaderpublic interface NameValuePair
parameter = attribute "=" value attribute = token value = token | quoted-string
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getName() |
Gets the name of this pair.
|
java.lang.String |
getValue() |
Gets the value of this pair.
|