|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sibvisions.util.ProxyUtil
public final class ProxyUtil
The ProxyUtil detects a system proxy.
| Method Summary | |
|---|---|
static Proxy |
getSystemProxy(String pURL)
Gets the system proxy for the given URL. |
static void |
main(String[] pArgs)
Starts system proxy detection. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void main(String[] pArgs)
throws Exception
pArgs - the first parameter should contain the http(s) URL
Exception - if detection fails
public static Proxy getSystemProxy(String pURL)
throws Exception
pURL - the URL
null if no proxy is detected or used
Exception - if detection fails
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||