Package jist.swans.app.net

SWANS counterparts for java.net classes used to simulate standard Java applications.

See:
          Description

Class Summary
ServerSocket The SWANS target of all java.net.ServerSocket calls.
Socket The SWANS target of all java.net.Socket calls.
UdpSocket The SWANS target of all java.net.DatagramSocket calls.
UdpSocket.UdpSocketCallback Callback for incoming UDP packets.
 

Package jist.swans.app.net Description

SWANS counterparts for java.net classes used to simulate standard Java applications.

The more notable classes in this package are: