Class PacketInDispatcherImpl

java.lang.Object
org.opendaylight.openflowplugin.learningswitch.multi.PacketInDispatcherImpl
All Implemented Interfaces:
EventListener, org.opendaylight.mdsal.binding.api.NotificationService.Listener<PacketReceived>

public class PacketInDispatcherImpl extends Object implements org.opendaylight.mdsal.binding.api.NotificationService.Listener<PacketReceived>
  • Constructor Details

    • PacketInDispatcherImpl

      public PacketInDispatcherImpl()
  • Method Details

    • onNotification

      public void onNotification(PacketReceived notification)
      Specified by:
      onNotification in interface org.opendaylight.mdsal.binding.api.NotificationService.Listener<PacketReceived>
    • getHandlerMapping

      public Map<org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Node>,org.opendaylight.mdsal.binding.api.NotificationService.Listener<PacketReceived>> getHandlerMapping()