Package org.jclouds.atmos.functions
Class ParseSystemMetadataFromHeaders
- java.lang.Object
-
- org.jclouds.atmos.functions.ParseSystemMetadataFromHeaders
-
- All Implemented Interfaces:
com.google.common.base.Function<HttpResponse,SystemMetadata>,Function<HttpResponse,SystemMetadata>
@Singleton public class ParseSystemMetadataFromHeaders extends Object implements com.google.common.base.Function<HttpResponse,SystemMetadata>
-
-
Constructor Summary
Constructors Constructor Description ParseSystemMetadataFromHeaders(DateService dateService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SystemMetadataapply(HttpResponse from)
-
-
-
Constructor Detail
-
ParseSystemMetadataFromHeaders
@Inject public ParseSystemMetadataFromHeaders(DateService dateService)
-
-
Method Detail
-
apply
public SystemMetadata apply(HttpResponse from)
- Specified by:
applyin interfacecom.google.common.base.Function<HttpResponse,SystemMetadata>- Specified by:
applyin interfaceFunction<HttpResponse,SystemMetadata>
-
-