org.jclouds.hpcloud.objectstorage.functions
Class ParseCDNContainerFromHeaders
java.lang.Object
org.jclouds.hpcloud.objectstorage.functions.ParseCDNContainerFromHeaders
- All Implemented Interfaces:
- com.google.common.base.Function<org.jclouds.http.HttpResponse,CDNContainer>, org.jclouds.rest.InvocationContext<ParseCDNContainerFromHeaders>
public class ParseCDNContainerFromHeaders
- extends Object
- implements com.google.common.base.Function<org.jclouds.http.HttpResponse,CDNContainer>, org.jclouds.rest.InvocationContext<ParseCDNContainerFromHeaders>
This parses AccountMetadata from HTTP headers.
| 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 |
ParseCDNContainerFromHeaders
public ParseCDNContainerFromHeaders()
apply
public CDNContainer apply(org.jclouds.http.HttpResponse from)
- parses the http response headers to create a new
CDNContainer object.
- Specified by:
apply in interface com.google.common.base.Function<org.jclouds.http.HttpResponse,CDNContainer>
setContext
public ParseCDNContainerFromHeaders setContext(org.jclouds.http.HttpRequest request)
- Specified by:
setContext in interface org.jclouds.rest.InvocationContext<ParseCDNContainerFromHeaders>
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.