Class ParseCDNContainerURIFromHeaders
- java.lang.Object
-
- org.jclouds.rackspace.cloudfiles.v1.functions.ParseCDNContainerURIFromHeaders
-
- All Implemented Interfaces:
com.google.common.base.Function<HttpResponse,URI>
,Function<HttpResponse,URI>
public class ParseCDNContainerURIFromHeaders extends Object implements com.google.common.base.Function<HttpResponse,URI>
Parses theCDNContainer
from the response headers.
-
-
Constructor Summary
Constructors Constructor Description ParseCDNContainerURIFromHeaders()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URI
apply(HttpResponse from)
parses the http response headers to provide the CDN URI string.
-
-
-
Method Detail
-
apply
public URI apply(HttpResponse from)
parses the http response headers to provide the CDN URI string.- Specified by:
apply
in interfacecom.google.common.base.Function<HttpResponse,URI>
- Specified by:
apply
in interfaceFunction<HttpResponse,URI>
-
-