Package mobnet

Class Summary
InputStream InputStream.java - Class which provides an InputStream implementation based on the Virtual Network design.
MobNet MobNet.java - Class contains individual network information for each node and initilaises node with the Manager
MobNetThreadGroup MobNetThreadGroup.java - Class acts as a container for the MobNet of a node
OutputStream OutputStream.java - Class provides OutputStream functionality based on our Virtual Network This class is meant to be internally instatiated within the Socket Contstructor, therefore it should not be instantiated manually.
ServerSocket ServerSocket.java MobNet ServerSocket implementation
Socket Socket.java MobNet implementation of java.net.Socket NOT FULLY IMPLEMENTED
SocketTimer SocketTimer.java SocketTimer is used to implement timeouts when reading from a Socket