Uses of Interface
jist.swans.trans.SocketInterface

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

Uses of SocketInterface in jist.swans.trans
 

Subinterfaces of SocketInterface in jist.swans.trans
static interface SocketInterface.TcpServerSocketInterface
          Defines the interface for TcpServerSocket specific implementation.
static interface SocketInterface.TcpSocketInterface
          Defines the interface for TcpSocket specific implementation.
 

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