Package ru.decipher.proxy.impl

Examples of ru.decipher.proxy.impl.RandomUserAgentManager


    protected static final Logger log = Logger.getLogger(ProxySourceSite.class);

    protected ProxySourceSite(Processor<BasicHttpRequest> processor) {
        this.processor = processor;
        this.proxyConfigs = new HashSet<>();
        this.userAgentManager = new RandomUserAgentManager();
    }
View Full Code Here

TOP

Related Classes of ru.decipher.proxy.impl.RandomUserAgentManager

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.