Package net.windwards.dnsfrontend.frontend

Examples of net.windwards.dnsfrontend.frontend.UDPServer


        ResolveTaskFactory factory = new ResolveTaskFactory(cache, this.keeper, configuration);

        this.keeper.setBackendRepository(factory);

        this.server = new UDPServer(queue);
        this.server.port = this.port != null ? this.port : configuration.getPort();
        this.server.setResolveTaskFactory(factory);
    }
View Full Code Here

TOP

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

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.