@Contract(threading=IMMUTABLE) public class BasicNameValuePair extends Object implements NameValuePair, Serializable
NameValuePair.| Constructor and Description | 
|---|
| BasicNameValuePair(String name,
                  String value)Default Constructor taking a name and a value. | 
public String getName()
NameValuePairgetName in interface NameValuePairnull.public String getValue()
NameValuePairgetValue in interface NameValuePairnull.Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.