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 SystemMetadata
apply(HttpResponse from)
-
-
-
Constructor Detail
-
ParseSystemMetadataFromHeaders
@Inject public ParseSystemMetadataFromHeaders(DateService dateService)
-
-
Method Detail
-
apply
public SystemMetadata apply(HttpResponse from)
- Specified by:
apply
in interfacecom.google.common.base.Function<HttpResponse,SystemMetadata>
- Specified by:
apply
in interfaceFunction<HttpResponse,SystemMetadata>
-
-