Interface IMapNotifyHandler
-
public interface IMapNotifyHandlerAn interface for dealing with a map notify message.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleMapNotify(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.voidhandleSMR(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 Detail
-
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 messagerlocs- 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 messagesubscriber- The address of the subscriber that should be SMRed
-
-