Class HTTPWorker

java.lang.Object
io.fusionauth.http.server.HTTPWorker
All Implemented Interfaces:
Runnable

public class HTTPWorker extends Object implements 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