Uses of Class
org.apache.tika.pipes.fetcher.http.config.HttpFetcherConfig
-
Uses of HttpFetcherConfig in org.apache.tika.pipes.fetcher.http
Modifier and TypeMethodDescriptionvoid
HttpFetcher.setHttpFetcherConfig
(HttpFetcherConfig httpFetcherConfig) -
Uses of HttpFetcherConfig in org.apache.tika.pipes.fetcher.http.config
Modifier 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)