Class HTTPServerThread

java.lang.Object
java.lang.Thread
io.fusionauth.http.server.internal.HTTPServerThread
All Implemented Interfaces:
Runnable

public class HTTPServerThread extends Thread
A thread that manages the accept process for a single server socket. Once a connection is accepted, the socket is passed to a virtual thread for processing.
Author:
Brian Pontarelli