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 the
from the response headers.
invalid reference
CDNContainer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply
(HttpResponse from) parses the http response headers to provide the CDN URI string.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
-
Constructor Details
-
ParseCDNContainerURIFromHeaders
public ParseCDNContainerURIFromHeaders()
-
-
Method Details
-
apply
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>
-