class Worker
extends java.lang.Object
implements java.lang.Runnable
Constructor and Description |
---|
Worker(HttpService httpservice,
HttpServerConnection conn,
ExceptionLogger exceptionLogger) |
Modifier and Type | Method and Description |
---|---|
HttpServerConnection |
getConnection() |
void |
run() |
Worker(HttpService httpservice, HttpServerConnection conn, ExceptionLogger exceptionLogger)
public HttpServerConnection getConnection()
public void run()
run
in interface java.lang.Runnable