|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.ObjectJWS
public class JWS
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 |
|---|
public JWS()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
args - Command line arguments, ignored.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||