|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionException | |
---|---|
osdep | |
osdep.proxy |
Uses of ConnectionException in osdep |
---|
Methods in osdep that throw ConnectionException | ||
---|---|---|
|
ConnectionHandler.doWithConnection(java.lang.String httpAddress,
ICallableWithParameter<java.lang.Void,java.net.URLConnection,E> toDo)
Authenticate the user to the proxy, connects to the http site, and calls a callback function to do somehing with the connection |
Uses of ConnectionException in osdep.proxy |
---|
Methods in osdep.proxy that throw ConnectionException | ||
---|---|---|
|
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 |
|
|
ProxyAuthenticationHandler.doWithProxyAuthentication(java.net.URLConnection connection,
ICallableWithParameter<java.lang.Void,java.net.URLConnection,E> toDo)
Applies the authentication properties to the connection, calls a callback function that uses the connection and puts back the authentication properties to the values that they had before. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |