org.netbeans.core/2 3.32

org.netbeans.core
Class NbProxySelector

java.lang.Object
  extended by java.net.ProxySelector
      extended by org.netbeans.core.NbProxySelector

public final class NbProxySelector
extends ProxySelector


Method Summary
 void connectFailed(URI arg0, SocketAddress arg1, IOException arg2)
           
 List<Proxy> select(URI uri)
           
 
Methods inherited from class java.net.ProxySelector
getDefault, setDefault
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

select

public List<Proxy> select(URI uri)
Specified by:
select in class ProxySelector

connectFailed

public void connectFailed(URI arg0,
                          SocketAddress arg1,
                          IOException arg2)
Specified by:
connectFailed in class ProxySelector

org.netbeans.core/2 3.32

Built on May 22 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.