Class BoxFetcherConfig

java.lang.Object
com.norconex.crawler.core.fetch.BaseFetcherConfig
com.norconex.crawler.fs.fetch.impl.box.BoxFetcherConfig

public class BoxFetcherConfig extends BaseFetcherConfig
Configuration for BoxFetcher.
  • 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

    • BoxFetcherConfig

      public BoxFetcherConfig()
  • Method Details