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

Class cornell.slk.jserver.httpserver.LocalDispatcher

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

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

Constructor Summary
 LocalDispatcher(SystemHttpServer shs, DispatchRequest req, DispatchResponse rep)
 
 

Method Summary
void  run()
 
 
Methods inherited from class java.lang.Object
 clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalDispatcher

public LocalDispatcher(SystemHttpServer shs,
                       DispatchRequest req,
                       DispatchResponse rep)
Method Detail

run

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

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