public class ParseCdnUriFromHeaders extends Object implements com.google.common.base.Function<HttpResponse,URI>
AccountMetadata from HTTP headers.| Constructor and Description |
|---|
ParseCdnUriFromHeaders() |
| Modifier and Type | Method and Description |
|---|---|
URI |
apply(HttpResponse from)
parses the http response headers to provide the CDN URI string.
|
public URI apply(HttpResponse from)
apply in interface com.google.common.base.Function<HttpResponse,URI>Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.