keepalive.apps
Class SimApplication

java.lang.Object
  |
  +--keepalive.apps.SimApplication

public class SimApplication
extends java.lang.Object

Runs a client application and a server application in a simulated networking environment. The behavior of sockets on a network is simulated in a single VM.


Constructor Summary
SimApplication()
           
 
Method Summary
static void main(java.lang.String[] args)
          Start the simulated client and server applications.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimApplication

public SimApplication()
Method Detail

main

public static void main(java.lang.String[] args)
Start the simulated client and server applications.
Parameters:
args - command line arguments; use -help to get usage description.


© 2000 Joshua Fox