Uses of Interface
io.fusionauth.http.server.HTTPProcessor
Packages that use HTTPProcessor
-
Uses of HTTPProcessor in io.fusionauth.http.server
Classes in io.fusionauth.http.server that implement HTTPProcessorModifier and TypeClassDescriptionclassA worker that handles a single request/response from a client.classConstructors in io.fusionauth.http.server with parameters of type HTTPProcessorModifierConstructorDescriptionHTTPWorker(HTTPHandler handler, LoggerFactory loggerFactory, HTTPProcessor processor, HTTPRequest request, HTTPResponse response)