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 SummaryConstructors Constructor Description DefaultNeighbourMessageHandler()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleMessage(NeighbourMessageContext context, HostService hostService)Handles a neighbour message.
 
- 
- 
- 
Method Detail- 
handleMessagepublic void handleMessage(NeighbourMessageContext context, HostService hostService) Description copied from interface:NeighbourMessageHandlerHandles a neighbour message.- Specified by:
- handleMessagein interface- NeighbourMessageHandler
- Parameters:
- context- neighbour message context
- hostService- host service
 
 
- 
 
-