Class LoggingProxy
java.lang.Object
java.net.ProxySelector
de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.webstart.LoggingProxy
public class LoggingProxy extends ProxySelector
-
Constructor Summary
Constructors Constructor Description LoggingProxy(ProxySelector def)
-
Method Summary
Modifier and Type Method Description void
connectFailed(URI uri, SocketAddress sa, IOException ioe)
List<Proxy>
select(URI uri)
Methods inherited from class java.net.ProxySelector
getDefault, of, setDefault
-
Constructor Details
-
LoggingProxy
-
-
Method Details
-
select
- Specified by:
select
in classProxySelector
-
connectFailed
- Specified by:
connectFailed
in classProxySelector
-