Package anderix.net
Class MultiPartForm
java.lang.Object
anderix.net.WebForm
anderix.net.MultiPartForm
-
Constructor Summary
ConstructorDescriptionMultiPartForm
(String actionUrl) MultiPartForm
(String actionUrl, Authenticator auth) MultiPartForm
(String actionUrl, Hashtable formValues) MultiPartForm
(String actionUrl, Hashtable formValues, Authenticator auth) MultiPartForm
(String actionUrl, Hashtable formValues, Hashtable fileValues) MultiPartForm
(String actionUrl, Hashtable formValues, Hashtable fileValues, Authenticator auth) MultiPartForm
(URL actionUrl) MultiPartForm
(URL actionUrl, Authenticator auth) MultiPartForm
(URL actionUrl, Hashtable formValues) MultiPartForm
(URL actionUrl, Hashtable formValues, Authenticator auth) MultiPartForm
(URL actionUrl, Hashtable formValues, Hashtable fileValues) MultiPartForm
(URL actionUrl, Hashtable formValues, Hashtable fileValues, Authenticator auth) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addFormFile
(String name, File value) post()
void
setFormFiles
(Hashtable fileValues) Methods inherited from class anderix.net.WebForm
addFormValue, addHeader, delete, get, getFile, getResponse, put, setAction, setAuthenticator, setFormValues, setHeaders
-
Constructor Details
-
MultiPartForm
- Throws:
MalformedURLException
-
MultiPartForm
- Throws:
MalformedURLException
-
MultiPartForm
-
MultiPartForm
-
MultiPartForm
- Throws:
MalformedURLException
-
MultiPartForm
public MultiPartForm(String actionUrl, Hashtable formValues, Authenticator auth) throws MalformedURLException - Throws:
MalformedURLException
-
MultiPartForm
-
MultiPartForm
-
MultiPartForm
public MultiPartForm(String actionUrl, Hashtable formValues, Hashtable fileValues) throws MalformedURLException - Throws:
MalformedURLException
-
MultiPartForm
public MultiPartForm(String actionUrl, Hashtable formValues, Hashtable fileValues, Authenticator auth) throws MalformedURLException - Throws:
MalformedURLException
-
MultiPartForm
-
MultiPartForm
-
-
Method Details
-
addFormFile
-
setFormFiles
-
post
- Overrides:
post
in classWebForm
- Throws:
IOException
-