Uses of Class
io.fusionauth.http.server.HTTPResponse
Packages that use HTTPResponse
-
Uses of HTTPResponse in io.fusionauth.http.io
Constructors in io.fusionauth.http.io with parameters of type HTTPResponseModifierConstructorDescriptionDelegatingOutputStream(HTTPRequest request, HTTPResponse response, OutputStream outputStream, boolean compressByDefault) -
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.Constructors in io.fusionauth.http.server with parameters of type HTTPResponseModifierConstructorDescriptionHTTPResponseProcessor(HTTPServerConfiguration configuration, HTTPRequest request, HTTPResponse response, BlockingByteBufferOutputStream outputStream) HTTPWorker(HTTPHandler handler, LoggerFactory loggerFactory, HTTPProcessor processor, HTTPRequest request, HTTPResponse response) -
Uses of HTTPResponse in io.fusionauth.http.util
Methods in io.fusionauth.http.util with parameters of type HTTPResponseModifier and TypeMethodDescriptionstatic ByteBufferHTTPTools.buildExpectResponsePreamble(HTTPResponse response, int maxLength) Builds the HTTP response head section (status line, headers, etc).static ByteBufferHTTPTools.buildResponsePreamble(HTTPResponse response, int maxLength) Builds the HTTP response head section (status line, headers, etc).