org.apache.http.NameValuePair |
Known Indirect Subclasses
|
Class Overview
A name / value pair parameter used as an element of HTTP messages.
parameter = attribute "=" value
attribute = token
value = token | quoted-string
Public Methods
public
abstract
String
getName
()
public
abstract
String
getValue
()