Interface OpenFlowEventListener
-
public interface OpenFlowEventListenerNotifies providers about openflow msg events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleMessage(Dpid dpid, org.projectfloodlight.openflow.protocol.OFMessage msg)Handles the message event.
-
-
-
Method Detail
-
handleMessage
void handleMessage(Dpid dpid, org.projectfloodlight.openflow.protocol.OFMessage msg)
Handles the message event.- Parameters:
dpid- switch data path identifiermsg- the message
-
-