Package org.apache.http.impl.bootstrap
Class Worker
java.lang.Object
org.apache.http.impl.bootstrap.Worker
- All Implemented Interfaces:
Runnable
- Since:
- 4.4
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final HttpServerConnection
private final ExceptionLogger
private final HttpService
-
Constructor Summary
ConstructorsConstructorDescriptionWorker
(HttpService httpservice, HttpServerConnection conn, ExceptionLogger exceptionLogger) -
Method Summary
-
Field Details
-
httpservice
-
conn
-
exceptionLogger
-
-
Constructor Details
-
Worker
Worker(HttpService httpservice, HttpServerConnection conn, ExceptionLogger exceptionLogger)
-
-
Method Details