Uses of Interface
jist.swans.trans.TransInterface.TransUdpInterface

Packages that use TransInterface.TransUdpInterface
driver SWANS demo, benchmark and test simulation programs. 
jist.swans.app Application layer entity of SWANS simulator and related classes. 
jist.swans.trans Transport layer entity of SWANS simulator and related classes. 
 

Uses of TransInterface.TransUdpInterface in driver
 

Constructors in driver with parameters of type TransInterface.TransUdpInterface
CBR.Client(TransInterface.TransUdpInterface udp, int transmissions, NetAddress localAddr, NetAddress serverAddr)
          Creates a new Client.
CBR.Server(TransInterface.TransUdpInterface udp, NetAddress localAddr)
          Creates a new Server.
 

Uses of TransInterface.TransUdpInterface in jist.swans.app
 

Methods in jist.swans.app that return TransInterface.TransUdpInterface
 TransInterface.TransUdpInterface AppInterface.UdpApp.getUdpEntity()
          Return application UDP entity.
 TransInterface.TransUdpInterface AppJava.getUdpEntity()
          Return application UDP entity.
 

Methods in jist.swans.app with parameters of type TransInterface.TransUdpInterface
 void AppJava.setUdpEntity(TransInterface.TransUdpInterface udp)
          Set application UDP entity.
 

Uses of TransInterface.TransUdpInterface in jist.swans.trans
 

Classes in jist.swans.trans that implement TransInterface.TransUdpInterface
 class TransUdp
          UDP implementation.
 

Methods in jist.swans.trans that return TransInterface.TransUdpInterface
 TransInterface.TransUdpInterface TransUdp.getProxy()
          Return self-referencing proxy entity.