|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NetInterface.NetHandler | |
---|---|
driver | SWANS demo, benchmark and test simulation programs. |
jist.swans.app | Application layer entity of SWANS simulator and related classes. |
jist.swans.net | Network (IP) layer entity of SWANS simulator and related classes. |
jist.swans.route | Routing entity of SWANS simulator and related classes. |
jist.swans.trans | Transport layer entity of SWANS simulator and related classes. |
shaohua_project.sweep.routing | |
sidnet.stack.std.routing.dummyroute | |
sidnet.stack.std.routing.heartbeat | |
sidnet.stack.users.alternating_tree.routing | |
sidnet.stack.users.Bezier.routing | |
sidnet.stack.users.demo_multi_tree.routing | |
sidnet.stack.users.EECS510.routing | |
sidnet.stack.users.k_shortest_path.routing | |
sidnet.stack.users.marco_project.image_charges.routing | |
sidnet.stack.users.SenSys08.routing | |
sidnet.stack.users.topological_tree_aggregation.routing | |
sidnet.stack.users.waspsample.app | |
sidnet.stack.users.waspsample.routing |
Uses of NetInterface.NetHandler in driver |
---|
Classes in driver that implement NetInterface.NetHandler | |
---|---|
static class |
ip.MyIpHandler
|
Methods in driver with parameters of type NetInterface.NetHandler | |
---|---|
static NetInterface |
ip.createNode(Field field,
int i,
Location location,
RadioNoise radio,
NetAddress addr,
NetInterface.NetHandler nethandler)
|
Uses of NetInterface.NetHandler in jist.swans.app |
---|
Classes in jist.swans.app that implement NetInterface.NetHandler | |
---|---|
class |
AppHeartbeat
Heartbeat application. |
Methods in jist.swans.app that return NetInterface.NetHandler | |
---|---|
NetInterface.NetHandler |
AppHeartbeat.getNetProxy()
Return self-referencing NETWORK proxy entity. |
Uses of NetInterface.NetHandler in jist.swans.net |
---|
Fields in jist.swans.net declared as NetInterface.NetHandler | |
---|---|
protected NetInterface.NetHandler[] |
NetIp.protocolHandlers
protocol handlers. |
Methods in jist.swans.net with parameters of type NetInterface.NetHandler | |
---|---|
void |
NetIp.setProtocolHandler(int protocolId,
NetInterface.NetHandler handler)
Set network protocol handler. |
Uses of NetInterface.NetHandler in jist.swans.route |
---|
Subinterfaces of NetInterface.NetHandler in jist.swans.route | |
---|---|
interface |
RouteInterface
Defines the interface of all Routing implementations and the Route entity. |
static interface |
RouteInterface.Aodv
AODV routing entity interface. |
static interface |
RouteInterface.BezierRouting
NWU routing entity interface. |
static interface |
RouteInterface.Dsr
DSR routing entity interface. |
static interface |
RouteInterface.ECGRIDRouting
NWU routing entity interface. |
static interface |
RouteInterface.GenericRouting
NWU routing entity interface. |
static interface |
RouteInterface.HeartbeatProtocol
NWU routing entity interface. |
static interface |
RouteInterface.MultiTreeRouting
NWU routing entity interface. |
static interface |
RouteInterface.RandomPathRouting
NWU routing entity interface. |
static interface |
RouteInterface.ShortestPathRouting
NWU routing entity interface. |
static interface |
RouteInterface.Zrp
ZRP routing entity interface. |
Classes in jist.swans.route that implement NetInterface.NetHandler | |
---|---|
class |
RouteAodv
Ad-hoc On-demand Distance Vector (AODV) Routing Protocol Implementation. |
class |
RouteDsr
An implementation of the Dynamic Source Routing protocol. |
class |
RouteZrp
Zone Routing Protocol Implementation. |
Uses of NetInterface.NetHandler in jist.swans.trans |
---|
Subinterfaces of NetInterface.NetHandler in jist.swans.trans | |
---|---|
interface |
TransInterface
Defines the interface of all Transport layer entity implementations. |
static interface |
TransInterface.TransTcpInterface
Defines the Transport sub-interface for TCP entities. |
static interface |
TransInterface.TransUdpInterface
Defines the Transport sub-interface for UDP entities. |
Classes in jist.swans.trans that implement NetInterface.NetHandler | |
---|---|
class |
TransTcp
Implementation of TCP Transport Layer. |
class |
TransUdp
UDP implementation. |
Uses of NetInterface.NetHandler in shaohua_project.sweep.routing |
---|
Classes in shaohua_project.sweep.routing that implement NetInterface.NetHandler | |
---|---|
class |
ShortestGeographicalPathRouting
|
class |
SweepRouting
|
Uses of NetInterface.NetHandler in sidnet.stack.std.routing.dummyroute |
---|
Classes in sidnet.stack.std.routing.dummyroute that implement NetInterface.NetHandler | |
---|---|
class |
DummyRoute
|
Uses of NetInterface.NetHandler in sidnet.stack.std.routing.heartbeat |
---|
Classes in sidnet.stack.std.routing.heartbeat that implement NetInterface.NetHandler | |
---|---|
class |
HeartbeatProtocol
|
Uses of NetInterface.NetHandler in sidnet.stack.users.alternating_tree.routing |
---|
Classes in sidnet.stack.users.alternating_tree.routing that implement NetInterface.NetHandler | |
---|---|
class |
GeographicalTreeRoutingAlternating
|
class |
KShortestPathRouting5
|
Uses of NetInterface.NetHandler in sidnet.stack.users.Bezier.routing |
---|
Classes in sidnet.stack.users.Bezier.routing that implement NetInterface.NetHandler | |
---|---|
class |
RouteBezier
|
Uses of NetInterface.NetHandler in sidnet.stack.users.demo_multi_tree.routing |
---|
Classes in sidnet.stack.users.demo_multi_tree.routing that implement NetInterface.NetHandler | |
---|---|
class |
MultiTreeRouting
|
Uses of NetInterface.NetHandler in sidnet.stack.users.EECS510.routing |
---|
Classes in sidnet.stack.users.EECS510.routing that implement NetInterface.NetHandler | |
---|---|
class |
Route_Assignment2
|
Uses of NetInterface.NetHandler in sidnet.stack.users.k_shortest_path.routing |
---|
Classes in sidnet.stack.users.k_shortest_path.routing that implement NetInterface.NetHandler | |
---|---|
class |
KShortestPathRouting
|
Uses of NetInterface.NetHandler in sidnet.stack.users.marco_project.image_charges.routing |
---|
Classes in sidnet.stack.users.marco_project.image_charges.routing that implement NetInterface.NetHandler | |
---|---|
class |
ElectrostaticRouter
|
Uses of NetInterface.NetHandler in sidnet.stack.users.SenSys08.routing |
---|
Classes in sidnet.stack.users.SenSys08.routing that implement NetInterface.NetHandler | |
---|---|
class |
GeographicalTreeRouting
|
Uses of NetInterface.NetHandler in sidnet.stack.users.topological_tree_aggregation.routing |
---|
Classes in sidnet.stack.users.topological_tree_aggregation.routing that implement NetInterface.NetHandler | |
---|---|
class |
TopologicalTreeRouting
|
Uses of NetInterface.NetHandler in sidnet.stack.users.waspsample.app |
---|
Methods in sidnet.stack.users.waspsample.app that return NetInterface.NetHandler | |
---|---|
NetInterface.NetHandler |
AppWasp.getNetProxy()
|
Uses of NetInterface.NetHandler in sidnet.stack.users.waspsample.routing |
---|
Classes in sidnet.stack.users.waspsample.routing that implement NetInterface.NetHandler | |
---|---|
class |
TreeRouting
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |