Interface PacketListener
-
public interface PacketListenerNotifies providers about Packet in events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandlePacket(OpenFlowPacketContext pktCtx)Handles the packet.
-
-
-
Method Detail
-
handlePacket
void handlePacket(OpenFlowPacketContext pktCtx)
Handles the packet.- Parameters:
pktCtx- the packet context
-
-