Uses of Class
osdep.proxy.ProxyException

Packages that use ProxyException
osdep.proxy   
 

Uses of ProxyException in osdep.proxy
 

Methods in osdep.proxy that throw ProxyException
<E extends java.lang.Exception>
void
ProxyHandler.doWithProxy(java.lang.String protocol, ICallableWithParameter<java.lang.Void,java.lang.Boolean,E> toDo)
          Sets up a proxy for a certain protocol ("http" or "ftp"), calls a function (that uses the proxy to open a connection) and puts back the previous proxy properties
static ProxyPropertyValues ProxyPropertyValues.retrieveCurrentValues(ProxyPropertyNames names)
          Gets the proxy configuration of the application