Uses of Interface
jist.swans.route.RouteInterface.Zrp.MessageZrp

Packages that use RouteInterface.Zrp.MessageZrp
jist.swans.route Routing entity of SWANS simulator and related classes. 
 

Uses of RouteInterface.Zrp.MessageZrp in jist.swans.route
 

Subinterfaces of RouteInterface.Zrp.MessageZrp in jist.swans.route
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.
 

Classes in jist.swans.route that implement RouteInterface.Zrp.MessageZrp
static class RouteZrpZdp.MessageZdp
          ZDP (Zone Discovery Protocol) packet.
 

Methods in jist.swans.route with parameters of type RouteInterface.Zrp.MessageZrp
 void RouteZrp.broadcast(RouteInterface.Zrp.MessageZrp msg)
          Send out a message for a sub-protocol.