|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DataPostingDownloadable
Interface for download objects that also need to send data to server. Data will be sent in request body.
| Method Summary | |
|---|---|
java.lang.String |
getContentType()
Content type for sent data |
java.lang.String |
getPostContent()
Get content that should be sent to server |
java.lang.String |
getRequestMethod()
Set the method for the URL request. |
| Methods inherited from interface com.nutiteq.net.Downloadable |
|---|
getUrl, notifyError |
| Method Detail |
|---|
java.lang.String getPostContent()
java.lang.String getContentType()
java.lang.String getRequestMethod()
HttpConnection for valid methods.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||