Uses of Class
com.norconex.crawler.web.fetch.impl.webdriver.HttpSnifferConfig
Packages that use HttpSnifferConfig
-
Uses of HttpSnifferConfig in com.norconex.crawler.web.fetch.impl.webdriver
Methods in com.norconex.crawler.web.fetch.impl.webdriver that return HttpSnifferConfigModifier and TypeMethodDescriptionHttpSniffer.getConfiguration()HttpSnifferConfig.setChainedProxy(ProxySettings chainedProxy) Sets chained proxy settings, if any.The host name passed to the browser pointing to the sniffer proxy.HttpSnifferConfig.setMaxBufferSize(int maxBufferSize) Maximum byte size before a request/response content is considered too large.HttpSnifferConfig.setNetworkInterface(String networkInterface) Network interface address (IP) to be used by the sniffer proxy to listen for incoming connections.HttpSnifferConfig.setPort(int port) The host port passed to the browser pointing to the sniffer proxy.HttpSnifferConfig.setRequestHeaders(Map<String, String> requestHeaders) Sets the request headers to add to every HTTP request.HttpSnifferConfig.setResponseTimeout(Duration responseTimeout) Maximum wait time for the target host to respond.HttpSnifferConfig.setUserAgent(String userAgent) Optionally overwrite browser user agent.