Class Worker
java.lang.Object
org.apache.hc.core5.http.impl.bootstrap.Worker
- All Implemented Interfaces:
Runnable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final HttpServerConnection
private final ExceptionListener
private final HttpService
-
Constructor Summary
ConstructorsConstructorDescriptionWorker
(HttpService httpservice, HttpServerConnection conn, ExceptionListener exceptionListener) -
Method Summary
-
Field Details
-
httpservice
-
conn
-
exceptionListener
-
-
Constructor Details
-
Worker
Worker(HttpService httpservice, HttpServerConnection conn, ExceptionListener exceptionListener)
-
-
Method Details