org.jclouds.hpcloud.objectstorage.lvs.functions
Class ParseCDNUriFromHeaders

java.lang.Object
  extended by org.jclouds.hpcloud.objectstorage.lvs.functions.ParseCDNUriFromHeaders
All Implemented Interfaces:
com.google.common.base.Function<HttpResponse,URI>

public class ParseCDNUriFromHeaders
extends Object
implements com.google.common.base.Function<HttpResponse,URI>

This parses AccountMetadata from HTTP headers.

Author:
James Murty

Constructor Summary
ParseCDNUriFromHeaders()
           
 
Method Summary
 URI apply(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 Detail

ParseCDNUriFromHeaders

public ParseCDNUriFromHeaders()
Method Detail

apply

public URI apply(HttpResponse from)
parses the http response headers to provide the CDN URI string.

Specified by:
apply in interface com.google.common.base.Function<HttpResponse,URI>


Copyright © 2009-2012 jclouds. All Rights Reserved.