Interface IMapNotifyHandler


public interface IMapNotifyHandler
An interface for dealing with a map notify message.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handleMapNotify(org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.MapNotify mapNotify, List<org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.transport.address.TransportAddress> rlocs)
    Handle map-notify message.
    void
    handleSMR(org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.MapRequest mapRequest, org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.rloc.container.Rloc subscriber)
    Handle Solicit Map Request message.
  • Method Details

    • handleMapNotify

      void handleMapNotify(org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.MapNotify mapNotify, List<org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.transport.address.TransportAddress> rlocs)
      Handle map-notify message.
      Parameters:
      mapNotify - The map-notify message
      rlocs - A list of RLOCs which need to be notified
    • handleSMR

      void handleSMR(org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.MapRequest mapRequest, org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.rloc.container.Rloc subscriber)
      Handle Solicit Map Request message.
      Parameters:
      mapRequest - the SMR message
      subscriber - The address of the subscriber that should be SMRed