Oracle Application Server 10g HTTPClient API Reference
10g Release 2(10.1.2)

B14020-01

A B C D E F G H I L M N O P Q R S T U V W


N

NVPair - class HTTPClient.NVPair.
This class holds a Name/Value pair of strings.
NVPair(String, String) - Constructor for class HTTPClient.NVPair
Creates a new name/value pair and initializes it to the specified name and value.
NVPair(NVPair) - Constructor for class HTTPClient.NVPair
Creates a copy of a given name/value pair.
name - Variable in class HTTPClient.Cookie
 
nv2query(NVPair[]) - Static method in class HTTPClient.Codecs
Turns an array of name/value pairs into the string "name1=value1&name2=value2&name3=value3".
nv2query(NVPair[], String) - Static method in class HTTPClient.Codecs
Turns an array of name/value pairs into the string "name1=value1&name2=value2&name3=value3".

Oracle Application Server 10g HTTPClient API Reference
10g Release 2(10.1.2)

B14020-01

A B C D E F G H I L M N O P Q R S T U V W


Copyright © 2001, 2004, Oracle. All rights reserved.