Uses of Class
org.apache.tika.pipes.fetcher.http.config.HttpFetcherConfig
Packages that use HttpFetcherConfig
-
Uses of HttpFetcherConfig in org.apache.tika.pipes.fetcher.http
Methods in org.apache.tika.pipes.fetcher.http that return HttpFetcherConfigMethods in org.apache.tika.pipes.fetcher.http with parameters of type HttpFetcherConfigModifier and TypeMethodDescriptionvoidHttpFetcher.setHttpFetcherConfig(HttpFetcherConfig httpFetcherConfig) Constructors in org.apache.tika.pipes.fetcher.http with parameters of type HttpFetcherConfig -
Uses of HttpFetcherConfig in org.apache.tika.pipes.fetcher.http.config
Methods in org.apache.tika.pipes.fetcher.http.config that return HttpFetcherConfigModifier and TypeMethodDescriptionHttpFetcherConfig.setAuthScheme(String authScheme) HttpFetcherConfig.setConnectTimeout(Integer connectTimeout) HttpFetcherConfig.setHttpHeaders(List<String> httpHeaders) HttpFetcherConfig.setHttpRequestHeaders(HttpHeaders httpRequestHeaders) HttpFetcherConfig.setJwtExpiresInSeconds(int jwtExpiresInSeconds) HttpFetcherConfig.setJwtIssuer(String jwtIssuer) HttpFetcherConfig.setJwtPrivateKeyBase64(String jwtPrivateKeyBase64) HttpFetcherConfig.setJwtSecret(String jwtSecret) HttpFetcherConfig.setJwtSubject(String jwtSubject) HttpFetcherConfig.setMaxConnections(Integer maxConnections) HttpFetcherConfig.setMaxConnectionsPerRoute(Integer maxConnectionsPerRoute) HttpFetcherConfig.setMaxErrMsgSize(Integer maxErrMsgSize) HttpFetcherConfig.setMaxRedirects(Integer maxRedirects) HttpFetcherConfig.setMaxSpoolSize(Long maxSpoolSize) HttpFetcherConfig.setNtDomain(String ntDomain) HttpFetcherConfig.setOverallTimeout(Long overallTimeout) HttpFetcherConfig.setPassword(String password) HttpFetcherConfig.setProxyHost(String proxyHost) HttpFetcherConfig.setProxyPort(Integer proxyPort) HttpFetcherConfig.setRequestTimeout(Integer requestTimeout) HttpFetcherConfig.setSocketTimeout(Integer socketTimeout) HttpFetcherConfig.setUserAgent(String userAgent) HttpFetcherConfig.setUserName(String userName)