Class PacketInDispatcherImpl
- java.lang.Object
 - 
- org.opendaylight.openflowplugin.learningswitch.multi.PacketInDispatcherImpl
 
 
- 
- All Implemented Interfaces:
 EventListener,PacketProcessingListener,org.opendaylight.yangtools.yang.binding.NotificationListener
public class PacketInDispatcherImpl extends Object implements PacketProcessingListener
 
- 
- 
Constructor Summary
Constructors Constructor Description PacketInDispatcherImpl()default constructor. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<org.opendaylight.yangtools.yang.binding.InstanceIdentifier<org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node>,PacketProcessingListener>getHandlerMapping()voidonPacketReceived(PacketReceived notification)Delivery of incoming packet wrapped in openflow structure. 
 - 
 
- 
- 
Method Detail
- 
onPacketReceived
public void onPacketReceived(PacketReceived notification)
Description copied from interface:PacketProcessingListenerDelivery of incoming packet wrapped in openflow structure.- Specified by:
 onPacketReceivedin interfacePacketProcessingListener
 
- 
getHandlerMapping
public Map<org.opendaylight.yangtools.yang.binding.InstanceIdentifier<org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node>,PacketProcessingListener> getHandlerMapping()
 
 - 
 
 -