Class 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 Detail

      • SegmentRoutingNeighbourDispatcher

        public SegmentRoutingNeighbourDispatcher​(SegmentRoutingManager segmentRoutingManager)
        Create a segment routing neighbour dispatcher.
        Parameters:
        segmentRoutingManager - the segment routing manager
    • Method Detail

      • handleMessage

        public void handleMessage​(org.onosproject.net.neighbour.NeighbourMessageContext context,
                                  org.onosproject.net.host.HostService hostService)
        Specified by:
        handleMessage in interface org.onosproject.net.neighbour.NeighbourMessageHandler