public class NVPair extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
NAME |
protected String |
VALUE |
| Constructor and Description |
|---|
NVPair() |
NVPair(String name,
String value)
The constructor takes a name and value which represent HTTP request
parameters.
|
Copyright © 1998-2015 Apache Software Foundation. All Rights Reserved.