org.jclouds.proxy
Class ProxyForURI

java.lang.Object
  extended by org.jclouds.proxy.ProxyForURI
All Implemented Interfaces:
com.google.common.base.Function<URI,Proxy>

@Singleton
public class ProxyForURI
extends Object
implements com.google.common.base.Function<URI,Proxy>

Author:
Adrian Cole

Method Summary
 Proxy apply(URI endpoint)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
equals
 

Method Detail

apply

public Proxy apply(URI endpoint)
Specified by:
apply in interface com.google.common.base.Function<URI,Proxy>
Parameters:
endpoint -
  • http URI for http connections
  • https URI for https connections
  • ftp URI for ftp connections
  • socket://host:port for tcp client sockets connections


Copyright © 2009-2013 jclouds. All Rights Reserved.