Package org.onosproject.net.neighbour
Class DefaultNeighbourMessageHandler
- java.lang.Object
-
- org.onosproject.net.neighbour.DefaultNeighbourMessageHandler
-
- All Implemented Interfaces:
NeighbourMessageHandler
public class DefaultNeighbourMessageHandler extends Object implements NeighbourMessageHandler
Default neighbour message handler which implements basic proxying on an L2 network (i.e. ProxyArp behaviour).
-
-
Constructor Summary
Constructors Constructor Description DefaultNeighbourMessageHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleMessage(NeighbourMessageContext context, HostService hostService)
Handles a neighbour message.
-
-
-
Method Detail
-
handleMessage
public void handleMessage(NeighbourMessageContext context, HostService hostService)
Description copied from interface:NeighbourMessageHandler
Handles a neighbour message.- Specified by:
handleMessage
in interfaceNeighbourMessageHandler
- Parameters:
context
- neighbour message contexthostService
- host service
-
-