com.pixelmed.web
Class HttpServer.Worker

java.lang.Object
  extended by com.pixelmed.web.HttpServer.Worker
All Implemented Interfaces:
Runnable
Direct Known Subclasses:
RequestTypeServer.RequestTypeWorker, WadoServer.WADOWorker
Enclosing class:
HttpServer

protected abstract class HttpServer.Worker
extends Object
implements Runnable


Constructor Summary
protected HttpServer.Worker()
           
 
Method Summary
protected abstract  void generateResponseToGetRequest(String requestURI, OutputStream out)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpServer.Worker

protected HttpServer.Worker()
Method Detail

run

public void run()
Specified by:
run in interface Runnable

generateResponseToGetRequest

protected abstract void generateResponseToGetRequest(String requestURI,
                                                     OutputStream out)
                                              throws IOException
Throws:
IOException