| Contents | Package | Class | Tree | Deprecated | Index | Help | |||
| PREV | NEXT | SHOW LISTS | HIDE LISTS | ||
java.lang.Object
|
+----cornell.slk.jserver.httpserver.CServer
| Constructor Summary | |
| CServer(java.lang.Object o,
java.lang.String host,
int port)
|
|
| CServer()
|
|
| Method Summary | |
| void | AttachObject(java.lang.Object o)
|
| void | run()
|
| void | StartServer()
|
| void | StopServer()
|
| Methods inherited from class java.lang.Object |
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CServer(java.lang.Object o,
java.lang.String host,
int port)
public CServer()
| Method Detail |
public void AttachObject(java.lang.Object o) throws java.lang.Exception
public void StartServer() throws java.lang.Exception
public void StopServer()
public void run()
| Contents | Package | Class | Tree | Deprecated | Index | Help | |||
| PREV | NEXT | SHOW LISTS | HIDE LISTS | ||