Package net.windwards.dnsfrontend.frontend

Examples of net.windwards.dnsfrontend.frontend.ResolverEngine


        Ehcache cache = this.attachCache();

        LinkedBlockingQueue<Runnable> queue = new LinkedBlockingQueue<Runnable>();

        this.engine = new ResolverEngine();
        this.engine.setInboundQueue(queue);

        this.keeper = new TaskKeeperImpl(cache);
        if(configuration.getBackendTimeout() != 0)
            this.keeper.setExpireTime(configuration.getBackendTimeout());
View Full Code Here

TOP

Related Classes of net.windwards.dnsfrontend.frontend.ResolverEngine

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.