Uses of Interface
jist.swans.trans.SocketInterface.TcpServerSocketInterface

Packages that use SocketInterface.TcpServerSocketInterface
jist.swans.trans Transport layer entity of SWANS simulator and related classes. 
 

Uses of SocketInterface.TcpServerSocketInterface in jist.swans.trans
 

Classes in jist.swans.trans that implement SocketInterface.TcpServerSocketInterface
 class TcpServerSocket
          SWANS Implementation of Server Socket entity.
 

Methods in jist.swans.trans that return SocketInterface.TcpServerSocketInterface
 SocketInterface.TcpServerSocketInterface TcpServerSocket.getProxy()
          Returns the entity reference to the server socket itself.
 

Constructors in jist.swans.trans with parameters of type SocketInterface.TcpServerSocketInterface
TcpServerSocket.TcpServerSocketCallback(SocketInterface.TcpServerSocketInterface entity)
          Constructor.