Java org.apache.commons.httpclient NameValuePair fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.httpclient NameValuePair fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.httpclient NameValuePair.

The text is from its open source code.

Subclass

org.apache.commons.httpclient.NameValuePair has subclasses.
Click this link to see all its subclasses.

Constructor

Method

StringgetName()
Return the name.
StringgetValue()
Return the current value.
voidsetName(String name)
Set the name.
voidsetValue(String value)
Set the value.
StringtoString()
Get a String representation of this pair.