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