|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfo.informatica.www.HTTPForm
public class HTTPForm
Legacy implementation of Http Form
| Constructor Summary | |
|---|---|
HTTPForm()
|
|
| Method Summary | |
|---|---|
void |
addParameter(String pname,
int pvalue)
|
void |
addParameter(String pname,
String pvalue)
|
void |
clearParameters()
|
URLConnection |
get(URL action)
|
URLConnection |
post(URL action)
|
static String |
postAsString(InputStream in)
|
String |
postAsString(URL action)
|
void |
setParameter(String pname,
String pvalue)
|
void |
setParameter(String pname,
String[] pvalues)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HTTPForm()
| Method Detail |
|---|
public final void addParameter(String pname,
String pvalue)
public final void addParameter(String pname,
int pvalue)
public final void setParameter(String pname,
String pvalue)
public final void setParameter(String pname,
String[] pvalues)
public final void clearParameters()
public final String postAsString(URL action)
throws IOException
IOException
public URLConnection post(URL action)
throws IOException
IOException
public static final String postAsString(InputStream in)
throws IOException
IOException
public final URLConnection get(URL action)
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||