Class ParseSystemMetadataFromHeaders

  • All Implemented Interfaces:
    com.google.common.base.Function<org.jclouds.http.HttpResponse,​SystemMetadata>, Function<org.jclouds.http.HttpResponse,​SystemMetadata>

    @Singleton
    public class ParseSystemMetadataFromHeaders
    extends Object
    implements com.google.common.base.Function<org.jclouds.http.HttpResponse,​SystemMetadata>
    • Constructor Detail

      • ParseSystemMetadataFromHeaders

        @Inject
        public ParseSystemMetadataFromHeaders​(org.jclouds.date.DateService dateService)
    • Method Detail

      • apply

        public SystemMetadata apply​(org.jclouds.http.HttpResponse from)
        Specified by:
        apply in interface com.google.common.base.Function<org.jclouds.http.HttpResponse,​SystemMetadata>
        Specified by:
        apply in interface Function<org.jclouds.http.HttpResponse,​SystemMetadata>