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<Node>,PacketProcessingListener>
getHandlerMapping()
void
onPacketReceived(PacketReceived notification)
-
-
-
Method Detail
-
onPacketReceived
public void onPacketReceived(PacketReceived notification)
- Specified by:
onPacketReceived
in interfacePacketProcessingListener
-
getHandlerMapping
public Map<org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Node>,PacketProcessingListener> getHandlerMapping()
-
-