Class ParseMultipartUploadTreeHashHeader

java.lang.Object
org.jclouds.glacier.functions.ParseMultipartUploadTreeHashHeader
All Implemented Interfaces:
com.google.common.base.Function<HttpResponse,com.google.common.hash.HashCode>, Function<HttpResponse,com.google.common.hash.HashCode>

public class ParseMultipartUploadTreeHashHeader extends Object implements com.google.common.base.Function<HttpResponse,com.google.common.hash.HashCode>
Parses the tree hash header from the HttpResponse.
  • Constructor Details

    • ParseMultipartUploadTreeHashHeader

      public ParseMultipartUploadTreeHashHeader()
  • Method Details

    • apply

      public com.google.common.hash.HashCode apply(HttpResponse from)
      Specified by:
      apply in interface com.google.common.base.Function<HttpResponse,com.google.common.hash.HashCode>
      Specified by:
      apply in interface Function<HttpResponse,com.google.common.hash.HashCode>