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

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

Uses of SocketInterface.TcpSocketInterface in jist.swans.trans
 

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

Methods in jist.swans.trans that return SocketInterface.TcpSocketInterface
 SocketInterface.TcpSocketInterface TcpSocket.getProxy()
          Returns the entity reference to the socket itself.
 

Constructors in jist.swans.trans with parameters of type SocketInterface.TcpSocketInterface
TcpInputStream(SocketInterface.TcpSocketInterface entity)
          Constructor.
TcpOutputStream(SocketInterface.TcpSocketInterface entity)
          Constructor.
TcpSocket.TcpSocketCallback(SocketInterface.TcpSocketInterface entity)
          Constructor.