Package net.windwards.dnsfrontend.api

Examples of net.windwards.dnsfrontend.api.Backend.notify()


        // Park this query awaiting result from backend
        this.waitHere.keep(this);
        try {
            // Notify backend we need an update
            backend.notify(question);
        } catch (NoSuchDomainException e) {
            this.waitHere.discard(this);
            this.unknown();
        } catch (BackendCommunicationException e) {
            this.waitHere.discard(this);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.