public class UrlEncodedFormWriter extends Object
| Constructor and Description |
|---|
UrlEncodedFormWriter()
Constructs an UrlEncodedFormWriter.
|
public UrlEncodedFormWriter()
public void addField(String name, String value) throws IOException
name - the field name (required)value - the field valueIOException - on input/output errorspublic void write(OutputStream os) throws IOException
os - The output streamIOException - on input/output errorspublic int getLength()
Copyright © 2004-2013 Codehaus. All Rights Reserved.