Package io.fusionauth.http.server
Class HTTPWorker
java.lang.Object
io.fusionauth.http.server.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
-
Constructor Summary
ConstructorsConstructorDescriptionHTTPWorker(HTTPHandler handler, LoggerFactory loggerFactory, HTTPProcessor processor, HTTPRequest request, HTTPResponse response) -
Method Summary
-
Constructor Details
-
HTTPWorker
public HTTPWorker(HTTPHandler handler, LoggerFactory loggerFactory, HTTPProcessor processor, HTTPRequest request, HTTPResponse response)
-
-
Method Details