Class FetcherSupport

java.lang.Object
com.norconex.crawler.fs.fetch.impl.FetcherSupport

public final class FetcherSupport extends Object
Small shared helpers used by multiple fetcher implementations.
  • Method Details

    • urlEncode

      public static String urlEncode(String value)
    • decodeUtf8ErrorBody

      public static String decodeUtf8ErrorBody(byte[] body)
    • setIsoTimestamp

      public static void setIsoTimestamp(Properties meta, String metaPrefix, String field, String value)
    • firstNonBlank

      public static String firstNonBlank(String... values)