Package org.jclouds.atmos.functions
Class ParseDirectoryListFromContentAndHeaders
- java.lang.Object
-
- org.jclouds.atmos.functions.ParseDirectoryListFromContentAndHeaders
-
- All Implemented Interfaces:
com.google.common.base.Function<HttpResponse,BoundedSet<DirectoryEntry>>
,Function<HttpResponse,BoundedSet<DirectoryEntry>>
@Singleton public class ParseDirectoryListFromContentAndHeaders extends Object implements com.google.common.base.Function<HttpResponse,BoundedSet<DirectoryEntry>>
This parsesBoundedSet
from HTTP headers and xml content.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BoundedSet<DirectoryEntry>
apply(HttpResponse from)
parses the http response headers to create a newBoundedSet
object.
-
-
-
Method Detail
-
apply
public BoundedSet<DirectoryEntry> apply(HttpResponse from)
parses the http response headers to create a newBoundedSet
object.- Specified by:
apply
in interfacecom.google.common.base.Function<HttpResponse,BoundedSet<DirectoryEntry>>
- Specified by:
apply
in interfaceFunction<HttpResponse,BoundedSet<DirectoryEntry>>
-
-