com.pixelmed.web
Class HttpServer.Worker
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpServer.Worker
protected HttpServer.Worker()
run
public void run()
- Specified by:
run in interface Runnable
generateResponseToGetRequest
protected abstract void generateResponseToGetRequest(String requestURI,
OutputStream out)
throws IOException
- Throws:
IOException