Package net.floodlightcontroller.core.web

Examples of net.floodlightcontroller.core.web.CoreWebRoutable


            this.loadmonitor.startMonitoring(
                this.threadPool.getScheduledExecutor());
        }

        // Add our REST API
        restApi.addRestletRoutable(new CoreWebRoutable());

        this.ses = threadPool.getScheduledExecutor();

        try {
            this.syncService.registerStore(SWITCH_SYNC_STORE_NAME, Scope.LOCAL);
View Full Code Here

TOP

Related Classes of net.floodlightcontroller.core.web.CoreWebRoutable

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.