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
@Singleton public class PublicURLOrInternal extends BaseEndpointResolutionStrategy
-
-
Constructor Summary
Constructors Constructor Description PublicURLOrInternal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.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
withIface
-
-
-
-
Method Detail
-
apply
public com.google.common.base.Supplier<URI> apply(Collection<ServiceEndpoint> input)
- Specified by:
apply
in interfacecom.google.common.base.Function<Collection<ServiceEndpoint>,com.google.common.base.Supplier<URI>>
- Specified by:
apply
in interfaceFunction<Collection<ServiceEndpoint>,com.google.common.base.Supplier<URI>>
- Overrides:
apply
in classBaseEndpointResolutionStrategy
-
filter
protected com.google.common.base.Predicate<ServiceEndpoint> filter()
- Specified by:
filter
in classBaseEndpointResolutionStrategy
-
-