Package net.floodlightcontroller.linkdiscovery.web

Examples of net.floodlightcontroller.linkdiscovery.web.LinkDiscoveryWebRoutable


        // Register for switch updates
        floodlightProvider.addOFSwitchListener(this);
        floodlightProvider.addHAListener(this.haListener);
        floodlightProvider.addInfoProvider("summary", this);
        if (restApi != null)
                            restApi.addRestletRoutable(new LinkDiscoveryWebRoutable());
        setControllerTLV();
    }
View Full Code Here

TOP

Related Classes of net.floodlightcontroller.linkdiscovery.web.LinkDiscoveryWebRoutable

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.