jist.swans.route
Interface RouteInterface.Zrp

All Superinterfaces:
JistAPI.Proxiable, JistAPI.Timeless, NetInterface.NetHandler, Protocol, RouteInterface
All Known Implementing Classes:
RouteZrp
Enclosing interface:
RouteInterface

public static interface RouteInterface.Zrp
extends RouteInterface, Protocol

ZRP routing entity interface.


Nested Class Summary
static interface RouteInterface.Zrp.Brp
          Protocol: Bordercast Resolution (sub)Protocol interface.
static interface RouteInterface.Zrp.Iarp
          IntrAzone Routing (sub)Protocol interface.
static interface RouteInterface.Zrp.Ierp
          IntErzone Routing (sub)Protocol interface.
static interface RouteInterface.Zrp.MessageBrp
          BRP (Bordercast Resolution Protocol) packet interface.
static interface RouteInterface.Zrp.MessageIarp
          IARP (IntrAzone Routing Protocol) packet interface.
static interface RouteInterface.Zrp.MessageIerp
          IERP (IntErzone Routing Protocol) packet interface.
static interface RouteInterface.Zrp.MessageNdp
          NDP (Node Discovery Protocol) packet interface.
static interface RouteInterface.Zrp.MessageZrp
          General ZRP (Zone Routing Protocol) packet interface.
static interface RouteInterface.Zrp.Ndp
          Node Discovery (sub)Protocol interface.
 
Nested classes/interfaces inherited from interface jist.swans.route.RouteInterface
RouteInterface.Aodv, RouteInterface.Dsr, RouteInterface.Zrp
 
Method Summary
 void timeout(Timer t)
          Process timer expiration.
 
Methods inherited from interface jist.swans.route.RouteInterface
peek, send
 
Methods inherited from interface jist.swans.net.NetInterface.NetHandler
receive
 
Methods inherited from interface jist.swans.misc.Protocol
start
 

Method Detail

timeout

void timeout(Timer t)
Process timer expiration.

Parameters:
t - timer that expired