Save This Page
Home » HttpComponents-Core-4.0.1 » org.apache.http » [javadoc | source]
org.apache.http
public interface: NameValuePair [javadoc | source]

All Known Implementing Classes:
    BasicNameValuePair

A name / value pair parameter used as an element of HTTP messages.
parameter               = attribute "=" value
attribute               = token
value                   = token | quoted-string
Method from org.apache.http.NameValuePair Summary:
getName,   getValue
Method from org.apache.http.NameValuePair Detail:
 public String getName()
 public String getValue()