| Contents | Package | Class | Tree | Deprecated | Index | Help | |||
| PREV | NEXT | SHOW LISTS | HIDE LISTS | ||
java.lang.Object
|
+----cornell.slk.jserver.httpserver.StandAloneServer
| Field Summary | |
| IHttpDispatch | httpDispatch
|
| boolean | keepRunning
|
| int | port
|
| java.lang.String | serverName
|
| Constructor Summary | |
| StandAloneServer(IHttpDispatch httpDispatch,
int port)
|
|
| Method Summary | |
| void | destroy()
|
| void | run()
|
| Methods inherited from class java.lang.Object |
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected IHttpDispatch httpDispatch
protected java.lang.String serverName
protected int port
public boolean keepRunning
| Constructor Detail |
public StandAloneServer(IHttpDispatch httpDispatch,
int port)
| Method Detail |
public void run()
public void destroy()
| Contents | Package | Class | Tree | Deprecated | Index | Help | |||
| PREV | NEXT | SHOW LISTS | HIDE LISTS | ||