|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfc.util.NetUtil
public final class NetUtil
Network related utils (including HTTP) (the servlet/WebUtil class is for servlet specific utils)
Constructor Summary | |
---|---|
NetUtil()
|
Method Summary | |
---|---|
static void |
downloadAndSaveImage(java.io.File output,
java.lang.String url)
|
static void |
main(java.lang.String[] args)
|
static boolean |
resourceExists(java.lang.String url)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NetUtil()
Method Detail |
---|
public static void downloadAndSaveImage(java.io.File output, java.lang.String url) throws java.io.IOException
java.io.IOException
public static boolean resourceExists(java.lang.String url)
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |