Uses of Class
org.apache.tika.pipes.fetcher.http.config.HttpFetcherConfig
-
Packages that use HttpFetcherConfig Package Description org.apache.tika.pipes.fetcher.http org.apache.tika.pipes.fetcher.http.config -
-
Uses of HttpFetcherConfig in org.apache.tika.pipes.fetcher.http
Methods in org.apache.tika.pipes.fetcher.http that return HttpFetcherConfig Modifier and Type Method Description HttpFetcherConfig
HttpFetcher. getHttpFetcherConfig()
Methods in org.apache.tika.pipes.fetcher.http with parameters of type HttpFetcherConfig Modifier and Type Method Description void
HttpFetcher. setHttpFetcherConfig(HttpFetcherConfig httpFetcherConfig)
Constructors in org.apache.tika.pipes.fetcher.http with parameters of type HttpFetcherConfig Constructor Description HttpFetcher(HttpFetcherConfig httpFetcherConfig)
-
Uses of HttpFetcherConfig in org.apache.tika.pipes.fetcher.http.config
-