Class HttpFetcherConfig
- java.lang.Object
-
- org.apache.tika.pipes.fetcher.config.AbstractConfig
-
- org.apache.tika.pipes.fetcher.http.config.HttpFetcherConfig
-
public class HttpFetcherConfig extends AbstractConfig
-
-
Constructor Summary
Constructors Constructor Description HttpFetcherConfig()
-
Method Summary
-
-
-
Method Detail
-
getUserName
public String getUserName()
-
setUserName
public HttpFetcherConfig setUserName(String userName)
-
getPassword
public String getPassword()
-
setPassword
public HttpFetcherConfig setPassword(String password)
-
getNtDomain
public String getNtDomain()
-
setNtDomain
public HttpFetcherConfig setNtDomain(String ntDomain)
-
getAuthScheme
public String getAuthScheme()
-
setAuthScheme
public HttpFetcherConfig setAuthScheme(String authScheme)
-
getProxyHost
public String getProxyHost()
-
setProxyHost
public HttpFetcherConfig setProxyHost(String proxyHost)
-
getProxyPort
public Integer getProxyPort()
-
setProxyPort
public HttpFetcherConfig setProxyPort(Integer proxyPort)
-
getConnectTimeout
public Integer getConnectTimeout()
-
setConnectTimeout
public HttpFetcherConfig setConnectTimeout(Integer connectTimeout)
-
getRequestTimeout
public Integer getRequestTimeout()
-
setRequestTimeout
public HttpFetcherConfig setRequestTimeout(Integer requestTimeout)
-
getSocketTimeout
public Integer getSocketTimeout()
-
setSocketTimeout
public HttpFetcherConfig setSocketTimeout(Integer socketTimeout)
-
getMaxConnections
public Integer getMaxConnections()
-
setMaxConnections
public HttpFetcherConfig setMaxConnections(Integer maxConnections)
-
getMaxConnectionsPerRoute
public Integer getMaxConnectionsPerRoute()
-
setMaxConnectionsPerRoute
public HttpFetcherConfig setMaxConnectionsPerRoute(Integer maxConnectionsPerRoute)
-
getMaxSpoolSize
public Long getMaxSpoolSize()
-
setMaxSpoolSize
public HttpFetcherConfig setMaxSpoolSize(Long maxSpoolSize)
-
getMaxRedirects
public Integer getMaxRedirects()
-
setMaxRedirects
public HttpFetcherConfig setMaxRedirects(Integer maxRedirects)
-
setHttpHeaders
public HttpFetcherConfig setHttpHeaders(List<String> httpHeaders)
-
getHttpRequestHeaders
public HttpHeaders getHttpRequestHeaders()
-
setHttpRequestHeaders
public HttpFetcherConfig setHttpRequestHeaders(HttpHeaders httpRequestHeaders)
-
getOverallTimeout
public Long getOverallTimeout()
-
setOverallTimeout
public HttpFetcherConfig setOverallTimeout(Long overallTimeout)
-
getMaxErrMsgSize
public Integer getMaxErrMsgSize()
-
setMaxErrMsgSize
public HttpFetcherConfig setMaxErrMsgSize(Integer maxErrMsgSize)
-
getUserAgent
public String getUserAgent()
-
setUserAgent
public HttpFetcherConfig setUserAgent(String userAgent)
-
getJwtIssuer
public String getJwtIssuer()
-
setJwtIssuer
public HttpFetcherConfig setJwtIssuer(String jwtIssuer)
-
getJwtSubject
public String getJwtSubject()
-
setJwtSubject
public HttpFetcherConfig setJwtSubject(String jwtSubject)
-
getJwtExpiresInSeconds
public int getJwtExpiresInSeconds()
-
setJwtExpiresInSeconds
public HttpFetcherConfig setJwtExpiresInSeconds(int jwtExpiresInSeconds)
-
getJwtSecret
public String getJwtSecret()
-
setJwtSecret
public HttpFetcherConfig setJwtSecret(String jwtSecret)
-
getJwtPrivateKeyBase64
public String getJwtPrivateKeyBase64()
-
setJwtPrivateKeyBase64
public HttpFetcherConfig setJwtPrivateKeyBase64(String jwtPrivateKeyBase64)
-
-