Class JWS

java.lang.Object
  extended by JWS

public class JWS
extends java.lang.Object

The Java Web Server. A simple webserver written in Java. Possibly useful for learning purposes.

For a quick demo, run the JWS with java JWS and then load up http://localhost:8080 to view the javadocs.


Constructor Summary
JWS()
           
 
Method Summary
static void main(java.lang.String[] args)
          Starts the JWS running, by instantiating the JWSServer class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JWS

public JWS()
Method Detail

main

public static void main(java.lang.String[] args)
Starts the JWS running, by instantiating the JWSServer class.

Parameters:
args - Command line arguments, ignored.