Uses of Package
io.fusionauth.http.server
Packages that use io.fusionauth.http.server
Package
Description
-
Classes in io.fusionauth.http.server used by io.fusionauth.http
-
Classes in io.fusionauth.http.server used by io.fusionauth.http.ioClassDescriptionAn HTTP request that is received by the HTTP server.An HTTP response that the server sends back to a client.Generic interface for notifying things.
-
Classes in io.fusionauth.http.server used by io.fusionauth.http.serverClassDescriptionAn interface that identifies something that is configurable.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.An HTTP response that the server sends back to a client.The server bro!The HTTP Server configuration.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. -
Classes in io.fusionauth.http.server used by io.fusionauth.http.util