Uses of Interface
jist.swans.trans.TransInterface

Packages that use TransInterface
jist.swans.misc Shared odds and ends of SWANS simulator. 
jist.swans.trans Transport layer entity of SWANS simulator and related classes. 
 

Uses of TransInterface in jist.swans.misc
 

Fields in jist.swans.misc declared as TransInterface
protected  TransInterface Node.trans
           
protected  TransInterface Node.transEntity
           
 

Methods in jist.swans.misc with parameters of type TransInterface
 void Node.addTransport(TransInterface trans)
           
 

Uses of TransInterface in jist.swans.trans
 

Subinterfaces of TransInterface in jist.swans.trans
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 TransInterface
 class TransTcp
          Implementation of TCP Transport Layer.
 class TransUdp
          UDP implementation.