Uses of Class
io.fusionauth.http.server.HTTPResponse
Packages that use HTTPResponse
-
Uses of HTTPResponse in io.fusionauth.http.server
Methods in io.fusionauth.http.server with parameters of type HTTPResponseModifier 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 HTTPResponse in io.fusionauth.http.server.io
Constructors in io.fusionauth.http.server.io with parameters of type HTTPResponseModifierConstructorDescriptionHTTPOutputStream(HTTPServerConfiguration configuration, List<String> acceptEncodings, HTTPResponse response, OutputStream delegate, HTTPBuffers buffers, Runnable writeObserver) -
Uses of HTTPResponse in io.fusionauth.http.util
Methods in io.fusionauth.http.util with parameters of type HTTPResponseModifier and TypeMethodDescriptionstatic voidHTTPTools.writeResponsePreamble(HTTPResponse response, OutputStream outputStream) Writes the HTTP response head section (status line, headers, etc).