Package io.fusionauth.http.server
package io.fusionauth.http.server
-
ClassDescriptionConfigurable<T extends Configurable<T>>An interface that identifies something that is configurable.A simple counting instrumenter for the HTTPServer.A validator that is used when the server receives a header of
Expect: 100-continueduring the initial request.A worker that handles a single request/response from a client.An object that is the context of the server.Handles an HTTP request from a client.A listener configuration that is used to construct the HTTP server and bind various listeners.Generic interface that is used by all the processors to allow worker threads and other hooks into the processing of the requests and responses.An HTTP request that is received by the HTTP server.A processor that handles incoming bytes that form the HTTP request.An HTTP response that the server sends back to a client.A processor that handles incoming bytes that form the HTTP request.The server bro!The HTTP Server configuration.A thread that manages the Selection process for a single server socket.An HTTP worker that is a delegate Runnable to anHTTPHandler.A generic interface that allows the HTTP Server to be instrumented.Generic interface for notifying things.Simple processor state that indicates if the processor wants the Selector to Read, Write, or Close the client connection.Finite state machine parser for an HTTP 1.1 request preamble.The request states for an HTTP client connection to be in.The response states that an HTTP client connection can be in.