org.jclouds.openstack.glance.functions
Class ZoneToEndpointNegotiateVersion
java.lang.Object
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>
|
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)
|
| 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 |
VERSION_NEGOTIATION_HEADER
public static final String VERSION_NEGOTIATION_HEADER
- See Also:
- Constant Field Values
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)
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.