package net.onrc.onos.apps.websocket; import net.floodlightcontroller.core.module.IFloodlightService; /** * Interface for providing the WebSocket service to other modules. */ public interface IWebSocketService extends IFloodlightService { }