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 SummaryConstructors Constructor Description PacketInDispatcherImpl()default constructor.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Node>,PacketProcessingListener>getHandlerMapping()voidonPacketReceived(PacketReceived notification)
 
- 
- 
- 
Method Detail- 
onPacketReceivedpublic void onPacketReceived(PacketReceived notification) - Specified by:
- onPacketReceivedin interface- PacketProcessingListener
 
 - 
getHandlerMappingpublic Map<org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Node>,PacketProcessingListener> getHandlerMapping() 
 
- 
 
-