Class RawContentParser

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

    @Singleton
    public class RawContentParser
    extends Object
    implements com.google.common.base.Function<org.jclouds.http.HttpResponse,​RawContent>
    Parse body of response into RawContent.
    • Constructor Detail

      • RawContentParser

        public RawContentParser()
    • Method Detail

      • apply

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