Class EgnyteFetcherConfig

java.lang.Object
com.norconex.crawler.core.fetch.BaseFetcherConfig
com.norconex.crawler.fs.fetch.impl.egnyte.EgnyteFetcherConfig

public class EgnyteFetcherConfig extends BaseFetcherConfig
Configuration for EgnyteFetcher.
  • Field Details

    • DEFAULT_VALID_STATUS_CODES

      public static final List<Integer> DEFAULT_VALID_STATUS_CODES
    • DEFAULT_NOT_FOUND_STATUS_CODES

      public static final List<Integer> DEFAULT_NOT_FOUND_STATUS_CODES
  • Constructor Details

    • EgnyteFetcherConfig

      public EgnyteFetcherConfig()
  • Method Details