Uses of Class
jist.swans.trans.TcpSocket

Packages that use TcpSocket
jist.swans.app.net SWANS counterparts for java.net classes used to simulate standard Java applications. 
jist.swans.trans Transport layer entity of SWANS simulator and related classes. 
 

Uses of TcpSocket in jist.swans.app.net
 

Constructors in jist.swans.app.net with parameters of type TcpSocket
Socket(TcpSocket socket)
           
 

Uses of TcpSocket in jist.swans.trans
 

Methods in jist.swans.trans that return TcpSocket
 TcpSocket SocketInterface.TcpServerSocketInterface.accept()
          Listens for a connection to be made to this socket and accepts it.
 TcpSocket TcpServerSocket.accept()
          Listens for a connection to be made to this socket and accepts it.