org.jclouds.openstack.glance.functions
Class ZoneToEndpointNegotiateVersion

java.lang.Object
  extended by org.jclouds.openstack.glance.functions.ZoneToEndpointNegotiateVersion
All Implemented Interfaces:
com.google.common.base.Function<Object,URI>

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


Field Summary
static String VERSION_NEGOTIATION_HEADER
           
 
Constructor Summary
ZoneToEndpointNegotiateVersion(com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<URI>>> zoneToEndpointSupplier, String rawApiVersionString, org.jclouds.rest.HttpClient client, org.jclouds.json.Json json)
           
 
Method Summary
 URI apply(Object from)
           
 
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
 

Field Detail

VERSION_NEGOTIATION_HEADER

public static final String VERSION_NEGOTIATION_HEADER
See Also:
Constant Field Values
Constructor Detail

ZoneToEndpointNegotiateVersion

@Inject
public ZoneToEndpointNegotiateVersion(com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<URI>>> zoneToEndpointSupplier,
                                             String rawApiVersionString,
                                             org.jclouds.rest.HttpClient client,
                                             org.jclouds.json.Json json)
Method Detail

apply

public URI apply(Object from)
Specified by:
apply in interface com.google.common.base.Function<Object,URI>


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.