jist.swans.route
Interface RouteInterface.Zrp.Brp

All Superinterfaces:
Protocol
All Known Implementing Classes:
RouteZrpBrp, RouteZrpBrpFlood
Enclosing interface:
RouteInterface.Zrp

public static interface RouteInterface.Zrp.Brp
extends Protocol

Protocol: Bordercast Resolution (sub)Protocol interface.


Method Summary
 void receive(RouteInterface.Zrp.MessageBrp msg, NetAddress from)
          Process incoming BRP packet.
 void send(RouteInterface.Zrp.MessageIerp msg)
          Bordercast a query.
 
Methods inherited from interface jist.swans.misc.Protocol
start
 

Method Detail

receive

void receive(RouteInterface.Zrp.MessageBrp msg,
             NetAddress from)
Process incoming BRP packet.

Parameters:
msg - brp packet
from - source of incoming brp packet

send

void send(RouteInterface.Zrp.MessageIerp msg)
Bordercast a query.

Parameters:
msg - query to bordercast