Nuxeo Enterprise Platform 5.4

org.nuxeo.opensocial.service.impl
Class SimpleProxySelector

java.lang.Object
  extended by java.net.ProxySelector
      extended by org.nuxeo.opensocial.service.impl.SimpleProxySelector

public class SimpleProxySelector
extends java.net.ProxySelector


Constructor Summary
SimpleProxySelector()
           
 
Method Summary
 void connectFailed(java.net.URI uri, java.net.SocketAddress sa, java.io.IOException ioe)
           
 java.util.List<java.net.Proxy> select(java.net.URI uri)
           
 
Methods inherited from class java.net.ProxySelector
getDefault, setDefault
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleProxySelector

public SimpleProxySelector()
Method Detail

connectFailed

public void connectFailed(java.net.URI uri,
                          java.net.SocketAddress sa,
                          java.io.IOException ioe)
Specified by:
connectFailed in class java.net.ProxySelector

select

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

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.