protected abstract class HttpServer.Worker extends Object implements Runnable
Modifier | Constructor and Description |
---|---|
protected |
Worker() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
generateResponseToGetRequest(String requestURI,
OutputStream out) |
void |
run() |
protected abstract void generateResponseToGetRequest(String requestURI, OutputStream out) throws IOException
IOException