Class NameValuePair
java.lang.Object
org.apache.commons.httpclient.NameValuePair
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Cookie, Header, HeaderElement
A simple class encapsulating a name/value pair.
- Version:
- $Revision: 480424 $ $Date: 2006-11-29 06:56:49 +0100 (Wed, 29 Nov 2006) $
- Author:
- B.C. Holmes, Sean C. Sullivan, Mike Bowler
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NameValuePair
public NameValuePair()Default constructor. -
NameValuePair
-
-
Method Details
-
setName
-
getName
-
setValue
-
getValue
-
toString
-
equals
-
hashCode
-