public class ParseCDNContainerURIFromHeaders extends Object implements com.google.common.base.Function<HttpResponse,URI>
CDNContainer from the response headers.| Constructor and Description |
|---|
ParseCDNContainerURIFromHeaders() |
| 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 Function<HttpResponse,URI>Copyright © 2009–2021 The Apache Software Foundation. All rights reserved.