Class HTTPServerThread

java.lang.Object
java.lang.Thread
io.fusionauth.http.server.HTTPServerThread
All Implemented Interfaces:
Notifier, Closeable, AutoCloseable, Runnable

public class HTTPServerThread extends Thread implements Closeable, Notifier
A thread that manages the Selection process for a single server socket. Since some server resources are shared, this separates the shared resources across sockets by selecting separately.
Author:
Brian Pontarelli