|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.photoviewer.client.net.HttpConnection
This class provides an API to fetch files from URLs.
Constructor Summary | |
HttpConnection()
|
Method Summary | |
byte[] |
getContentFromURL(java.lang.String stringURL)
Retreive a document from the passed in URL. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HttpConnection()
Method Detail |
public byte[] getContentFromURL(java.lang.String stringURL)
stringURL
- URL of content to fetch
parameter can be null, in which case no progress is given.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |