Class HTTPWorker
java.lang.Object
io.fusionauth.http.server.internal.HTTPWorker
- All Implemented Interfaces:
Runnable
An HTTP worker that is a delegate Runnable to an
HTTPHandler. This provides the interface and handling for use with the
ThreadPool.- Author:
- Brian Pontarelli
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionHTTPWorker(Socket socket, HTTPServerConfiguration configuration, Instrumenter instrumenter, HTTPListenerConfiguration listener, Throughput throughput) -
Method Summary
-
Constructor Details
-
HTTPWorker
public HTTPWorker(Socket socket, HTTPServerConfiguration configuration, Instrumenter instrumenter, HTTPListenerConfiguration listener, Throughput throughput)
-
-
Method Details