Package org.onosproject.segmentrouting
Class SegmentRoutingNeighbourDispatcher
- java.lang.Object
-
- org.onosproject.segmentrouting.SegmentRoutingNeighbourDispatcher
-
- All Implemented Interfaces:
org.onosproject.net.neighbour.NeighbourMessageHandler
public class SegmentRoutingNeighbourDispatcher extends Object implements org.onosproject.net.neighbour.NeighbourMessageHandler
This handler dispatches to the appropriate handlers the neighbour discovery protocols.
-
-
Constructor Summary
Constructors Constructor Description SegmentRoutingNeighbourDispatcher(SegmentRoutingManager segmentRoutingManager)Create a segment routing neighbour dispatcher.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleMessage(org.onosproject.net.neighbour.NeighbourMessageContext context, org.onosproject.net.host.HostService hostService)
-
-
-
Constructor Detail
-
SegmentRoutingNeighbourDispatcher
public SegmentRoutingNeighbourDispatcher(SegmentRoutingManager segmentRoutingManager)
Create a segment routing neighbour dispatcher.- Parameters:
segmentRoutingManager- the segment routing manager
-
-