com.pixelmed.web
Class RequestTypeServer.RequestTypeWorker

java.lang.Object
  extended by com.pixelmed.web.HttpServer.Worker
      extended by com.pixelmed.web.RequestTypeServer.RequestTypeWorker
All Implemented Interfaces:
Runnable
Enclosing class:
RequestTypeServer

protected class RequestTypeServer.RequestTypeWorker
extends HttpServer.Worker


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

Constructor Detail

RequestTypeServer.RequestTypeWorker

protected RequestTypeServer.RequestTypeWorker()
Method Detail

generateResponseToGetRequest

protected void generateResponseToGetRequest(String requestURI,
                                            OutputStream out)
                                     throws IOException
Specified by:
generateResponseToGetRequest in class HttpServer.Worker
Throws:
IOException