@Singleton public class ParseDirectoryListFromContentAndHeaders extends Object implements com.google.common.base.Function<HttpResponse,BoundedSet<DirectoryEntry>>
BoundedSet
from HTTP headers and xml content.Modifier and Type | Method and Description |
---|---|
BoundedSet<DirectoryEntry> |
apply(HttpResponse from)
parses the http response headers to create a new
BoundedSet object. |
public BoundedSet<DirectoryEntry> apply(HttpResponse from)
BoundedSet
object.apply
in interface com.google.common.base.Function<HttpResponse,BoundedSet<DirectoryEntry>>
Copyright © 2009-2012 jclouds. All Rights Reserved.