blob: 69c85acb0496afe4aa570cb19d933c405e877c0c [file] [log] [blame]
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 {
}