Class PublicURLOrInternal
java.lang.Object
org.jclouds.openstack.keystone.catalog.functions.BaseEndpointResolutionStrategy
org.jclouds.openstack.keystone.catalog.functions.PublicURLOrInternal
- All Implemented Interfaces:
 com.google.common.base.Function<Collection<ServiceEndpoint>,,com.google.common.base.Supplier<URI>> Function<Collection<ServiceEndpoint>,,com.google.common.base.Supplier<URI>> ServiceEndpointResolutionStrategy
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.base.Supplier<URI> apply(Collection<ServiceEndpoint> input) protected com.google.common.base.Predicate<ServiceEndpoint> filter()Methods inherited from class org.jclouds.openstack.keystone.catalog.functions.BaseEndpointResolutionStrategy
withIfaceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.common.base.Function
equals 
- 
Constructor Details
- 
PublicURLOrInternal
public PublicURLOrInternal() 
 - 
 - 
Method Details
- 
apply
- Specified by:
 applyin interfacecom.google.common.base.Function<Collection<ServiceEndpoint>,com.google.common.base.Supplier<URI>> - Specified by:
 applyin interfaceFunction<Collection<ServiceEndpoint>,com.google.common.base.Supplier<URI>> - Overrides:
 applyin classBaseEndpointResolutionStrategy
 - 
filter
- Specified by:
 filterin classBaseEndpointResolutionStrategy
 
 -