Uses of Class
io.fusionauth.http.server.HTTPRequest
Packages that use HTTPRequest
-
Uses of HTTPRequest in io.fusionauth.http.server
Methods in io.fusionauth.http.server with parameters of type HTTPRequestModifier and TypeMethodDescriptionvoidHTTPHandler.handle(HTTPRequest request, HTTPResponse response) Handles the processing of a request and filling out the response.voidExpectValidator.validate(HTTPRequest request, HTTPResponse response) Performs the validation of the request headers and puts a valid response code into the response. -
Uses of HTTPRequest in io.fusionauth.http.server.io
Constructors in io.fusionauth.http.server.io with parameters of type HTTPRequestModifierConstructorDescriptionHTTPInputStream(HTTPServerConfiguration configuration, HTTPRequest request, InputStream delegate, byte[] bodyBytes) -
Uses of HTTPRequest in io.fusionauth.http.util
Methods in io.fusionauth.http.util with parameters of type HTTPRequestModifier and TypeMethodDescriptionstatic byte[]HTTPTools.parseRequestPreamble(InputStream inputStream, HTTPRequest request, byte[] requestBuffer, Instrumenter instrumenter, Runnable readObserver) Parses the request preamble directly from the given InputStream.