Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS

Class cornell.slk.jserver.httpserver.StandAloneServer

java.lang.Object
    |
    +----cornell.slk.jserver.httpserver.StandAloneServer

public class StandAloneServer
extends java.lang.Object
implements java.lang.Runnable

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

httpDispatch

protected IHttpDispatch httpDispatch

serverName

protected java.lang.String serverName

port

protected int port

keepRunning

public boolean keepRunning
Constructor Detail

StandAloneServer

public StandAloneServer(IHttpDispatch httpDispatch,
                        int port)
Method Detail

run

public void run()
Implements:
run in interface java.lang.Runnable

destroy

public void destroy()

Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS