Save This Page
Home » HttpComponents-Core-4.0.1 » org.apache.http.message » [javadoc | source]
org.apache.http.message
public class: BasicNameValuePair [javadoc | source]
java.lang.Object
   org.apache.http.message.BasicNameValuePair

All Implemented Interfaces:
    Cloneable, Serializable, NameValuePair

Basic implementation of NameValuePair .
Constructor:
 public BasicNameValuePair(String name,
    String value) 
    Default Constructor taking a name and a value. The value may be null.
    Parameters:
    name - The name.
    value - The value.
Method from org.apache.http.message.BasicNameValuePair Summary:
clone,   equals,   getName,   getValue,   hashCode,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.http.message.BasicNameValuePair Detail:
 public Object clone() throws CloneNotSupportedException 
 public boolean equals(Object object) 
 public String getName() 
 public String getValue() 
 public int hashCode() 
 public String toString()